Showing posts with label General Computer Tricks. Show all posts
Showing posts with label General Computer Tricks. Show all posts

Create Your Own Run Command For Any Specific Application

This trick will help you to make your own Run Command (program shortcut) to run a program or a document directly. No more need to navigate the location of a program or document to run it, simply click on Start button to open Run box and type the programs shortcut name to open it directly.

Follow the given steps to disable the save settings functionality for desktop:

To use this feature, you will need to be logged into your computer with administrative rights.


Click Start button and type regedit in Run option then press Enter for next.



Here locate the location to:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App paths

Now right click on App Paths and select New > Key, title the key and name it whatever you want your run command to be. In this case, we will try to create a run command for SecueCRT application.



New > Key > SecureCRT.exe

Now select the SecureCRT.exe folder and click right on (Default) string value then click Modify at the right hand side panel.



Here enter the path of the program that you want to execute in the value data field. In our case, the path of SecueCRT application will be C:\Program Files\VanDyke Software\SecureCRT \SecureCRT.exe.



Now again in right side panel, click right to create a new String value with the name SecureCRT and its values as C:\Program Files\VanDyke Software\SecureCRT\SecureCRT.exe.



Now close the registry editor and restart your computer after any changes to go into effect.

No to ALL Option Missing?


It will give four options ‘Yes’ ‘Yes to All’ ‘No’ and ‘Cancel’. But what about No to All??
There is no such option given. You can perform ‘No to All by’ simple trick. Just hold the Shift and press No. It will perform No to All operation.

Posted in Labels: | 0 comments

Put Your Web Page On Desktop

HERE IS A TRICK TO PUT ur web PAGE ON OUR DESKTOP

To put a Web page on your desktop, start by right-clicking on an empty space on the desktop. THEN
Click on "Properties" to open the display properties dialog box.

To add a Web page to ur desktop:

1. Click on the desktop tab in the display properties dialog box

2. Click the "Customize Desktop." button

In the desktop items dialog box, click on the Web tab

The settings on the Web tab allow you to add new Web pages to ur desktop & customize their settings.From this screen, u can add a Web page to your desktop and customize its settings.

Delete Undeletable Files in Window XP

Ever tried to delete a useless system file or antivirus etc. They are not deleted simply and a message appears that "access denied" There is a simple way to delete those files. Read this carefully.

* Click on Start, Search, All Files and Folders.

* Right-click on file and choose properties

file location example: c:\windows\system32\undeleteablefile.exe

* Open a Command Prompt window

* Again Click on Start button, Run and type TASKMGR.EXE and press Enter to start Task manager.

* Click on the Processes tab, click on the process named Explorer.exe and click on End Process.

* Minimize Task Manager.

* Go back to the Command Prompt window and change to the directory where the file is located. To do this, use the CD command.

cd \windows\system32

* Type DEL where is the file you wish to delete.

Example: del undeletablefile.exe

* Go back to Task Manager

* In Task Manager, click File, New Task and enter EXPLORER.EXE to restart the Windows shell.

* Close Task Manager and the file is deleted.

Posted in Labels: | 1 comments

See Hidden File In DOS

At command prompt just type

Code:
dir /ah

If the list is too long u can use

Code:
dir /ah/p/w

Optimize DSL-CABLE Connection Speed

First, u need to goto Start, then run. Type in regedit in the box. Next, goto the folder

HKEY_LOCAL_MACHINE\System\CurrentControlSet\VxD\MSTCP

Now, find the string DefaultRcvWindow . Now, edit the number to 64240 then restart your computer. There you go. High speed cable modem now without dloading a program. Original value is 373360

Convert File System, fat - fat32 to ntfs

Open a dos prompt and give the command

Code:
convert d: /fs:ntfs
this command would convert your d: drive to ntfs.

if the system cannot lock the drive, you will be prompted to convert it during next reboot.

Normally you should select yes.

Conversion from fat/fat32 to ntfs is non-destructive, your data on the drive will NOT be lost.

Be aware that converting to ntfs will make that partition of your
drive unreadable under dos unless you have ntfs utilites to do so.

Anonymous Visit To Windows Update

Code:
Please back up your registry before trying any of these registry tricks.
Would you like to use the Windows Update feature without being forced to register with Microsoft? OK then, this is what you can do:

Launch Regedit.
Go down to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion.
Look for a value named RegDone. If it isn't there create a new value with that name.
Right click the new value and choose Modify. Make the value 1.
Close Regedit and
Enjoy!

Put Shortcuts For Shortcuts!!

You can put Keyboard shortcuts for desktop shortcuts.
To do this follow these steps :

1) Right click on the shortcut.
2) Go to properties.
3) Click once on the "Shortcut Key" bar.
4) Press any alphabet that you want to use as Shortcut Key.
5) Press OK Now to open that shortcut,
Press CTRL+ALT+"the alphabet".

Posted in Labels: | 0 comments

Calculation In DOS

Calculation on command Prompt ! u knew dis???

The command processor CMD.EXE comes with a mini-calculator that can perform simple arithmetic on 32-bit signed integers:

C:\>set /a 2+2
4
C:\>set /a 2*(9/2)
8
C:\>set /a (2*9)/2
9
C:\>set /a "31>>2"
7

Note that we had to quote the shift operator since it would otherwise be misinterpreted as a "redirect stdout and append" operator.

For more information, type set /? at the command prompt.

Hide Your Drives

This is a great trick you can play on your friends. To disable the display of local or networked drives when you click My Computer.

1.Go to start->run.Type regedit.Now go to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Now in the right pane create a new DWORD item and name it NoDrives(it is case sensitive). Now modify it’s value and set it to 3FFFFFF (Hexadecimal) .Now restart your computer. So, now when you click on My Computer, no drives will be shown(all gone…). To enable display of drives in My Computer, simply delete this DWORD item that you created.Again restart your computer.You can now see all the drives again.

Solutions to some General Problems

Commmad prompt disabled

SOLUTION 1:
----------------------------
Start->Run=>gpedit.msc
OR
C:/windows/system32/
find gpedit.msc double click on that

goto user Configuration
select Administrative Templates
select System
on the right pane double click on "prevent access to the command prompt"
in the popup select "disabled" click on apply
then ok......

SOLUTION 2:
----------------------------------------
Open Registry Editor (Regedit.exe) and navigate to:

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System]

In the right-pane, double-click DisableCMD and set it's data to 0

SOLUTION 3:
--------------------------------------
Click on Start >> Run and in the Open box type:

REG add HKCU\Software\Policies\Microsoft\Windows\System /v DisableCMD /t REG_DWORD /d 0 /f

Type it in correctly. It is better to copy and paste. Then click OK.

Double click opens search option
Double-clicking any drive opens search option

Solution 1:
----------------------------------------------
That's a virus named as ravmon.exe and autorun.inf
Scan first with a good antivirus [Nod32 Recommanded]
then try this trick....

First show the hidden files and folders options then try this method

1. Go to Start-->run and type cmd then click ok

2. If u want to remove the infected file from c drive then type C: in command prompt and press enter

3. Type autorun.inf and press enter
autorun.inf file is opened

4. Now type "attrib autorun.inf -s -h -r" and press enter

5. Now delete the file by typing
"del autorun.inf" and press enter

6.Now type autorun.inf and press enter now, u will find no infected autorun.inf file.

7. same way do for all other drives then restart ur pc


Solution 2:
---------------------------------------------------------------
To resolve this problem, edit the registry to set the value data for the Default string value in the registry keys that are described in the "Cause" section of this article to none:
1. Start Registry Editor (Regedt32.exe).
2. Locate and then click the Default value under the following keys in the registry if this problem occurs with folders:
HKEY_CLASSES_ROOT\Directory\shell
If this problem occurs with drives:
HKEY_CLASSES_ROOT\Drive\shell
3. Click Modify on the Edit menu.
4. Type none in the Value data box, and then click OK.
5. Quit Registry Editor.

Folder Options Disabled

go to run
type "control folders"
if it doesnt work, try:

-----------------------------------------------------
Solution 1:

->Run -> Type gpedit.msc
Then:
->User Configuration ->Administrative Templates --> Windows Components --> Windows Explorer-> Removes the Folder Options menu item from the Tools menu.
Right click:
-> Properties -> Disable ->Apply -> Again set it to not configured


Solution 2:
------------------------------------
Go to Startmenu->Run and enter regedit there and press ok to execute regedit (registry editor). There you’ll see a tree like structure of folders like stuff in left. There navigate to registry entry HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
and on right side you’ll see many values.

Out of these values in right see a value (key) named “NoFolderOptions” .Double click after highlighting it, if there under value box it’s written 1 then change it to 0 and press enter. Exit the registry editor and close any folder and open again to see the settings.If you want to disable Folder Options then set the value of “NoFolderOptions” to 1 (and to retrieve it back change it to 0).

Regedit Disabled

SOLUTION 1:
----------------------------
Start->Run=>gpedit.msc
OR
C:/windows/system32/
find gpedit.msc double click on that

goto user Configuration
select Administrative Templates
select System
on the right pane double click on "prevent access to registry editing tools"
in the popup select "disabled" click on apply
then ok......


SOLUTION 2:
---------------------------------------------------
Message: “Registry editing has been disabled by your administrator”

Click on Start >> Run and in the Open box type:

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

Click OK.

Task Manager Disabled

If u r working on Windows XP pro, following steps will help u to enable Task Manager

SOLUTION 1;
----------------------------------------------------------
Click Start --> Run
Enter gpedit.msc in the Open box and click OK
In the Group Policy settings window, select User Configuration
Select Administrative Templates
Select System
Select Ctrl+Alt+Delete options
Select Remove Task Manager
Double-click the Remove Task Manager option
Disable that option

SOLUTION 2:
-----------------------------------
Click on Start >> Run and in the Open box type:

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

Click OK.

Registry Hack to Disable Writing to USB Drives

A common security concern at organizations is allowing users to plug in a usb flash drive, because they could so easily copy corporate data.
Since Windows XP SP2, you can disable writing to USB devices altogether using a simple registry hack.
Here it is:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
“WriteProtect”=dword:00000001

Make Your Xp Talk

Open a text file in notepad and write:

Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

Save the file with a (*.vbs) extension, it will create a VBScript File.
It will prompt you for a text, input the text and press ok.

If u r havin problem replace " with "

Change Windows To Your Name

Open notepad and copy the following lines into it and save it with the name OEMINFO.INI in the c:\windows\system32 directory:

[General]
Manufacturer=Your Name Here
Model=Your Model Here
[Support Information]
Line1=Your Name Here
Line2=Your Address Here
Line3=Your Email Address Here

Save the file, then make a right click on my computer select properties, in the general tab a button will be highlighted (support information) make a click on it, you will be able to see the changes.
Now if you want to display some more information then simply increase the line in the file.
Ex: Line4=Your Working Hours Here

Restrict PC Shutdown

Restrict PC Shutdown

* Type gpedit.msc in run dialog box [ WIN KEY + R ]
* This will open Group Policy Editor. Now there are two things in it, Computer Configuration and User Configuration
* Click on User Configuration > Administrative Templates > Start Menu and Task Bar
* Now look for “remove and prevent access to shutdown command”
* Double Click and Enable it.
* Exit the group policy editor.

This setting removes the Shut Down option from the Start menu and disables the Shut Down button on the Windows Security dialog box, which appears when you press CTRL+ALT+DEL. This setting prevents users from using the Windows user interface to shut down the system.

Now if you try to shutdown by clicking on start , the shutdown button must have disappeared. Moreover check the task manager and you will find all shutdown,restart and others disabled except switch user.

Posted in Labels: | 0 comments

Save DOS Output In a File

This is a small trick that many Dos users might already know. The trick just shows you how to run a Dos command and instead of displaying the outputs on the screen, it saves the outputs into a file.

This trick is very helpful when you want to save the result of a dos command to a file to email it or read/print it later. For example, you can print out your network configuration data and email it to a technical support.

Here’s how

simply put a “>” and the destination file at the end of the dos command. Examples:

This command outputs the IP configurations to the file “ipdata.txt” in “C” drive:
ipconfig /all > C:\ipdata.txt

Posted in Labels: | 0 comments

OPEN MY COMPUTER USING KEYBOARD (REALLY COOL TRICK)

We can open MY COMPUTER by making double click on my computer icon on our screen (u need to use your mouse ) but if u want to open by using keyboard
then there are two easy ways..................

1---> Windows Key + E and it’ll open the windows explorer for you.
2---> I personally like it. Just hit Windows key + R (it’ll open the run prompt) type three or more dots (…) and press enter.

My Computer is open.

Correcting System Hang at Startup

If your system hangs about 2 or 3 minutes at startup, where you can't access
the Start button or the Taskbar, it may be due to one specific service
(Background Intelligent Transfer) running in the background. Microsoft put out a patch
for this but it didn't work for me. Here's what you do:

1. Click on Start/Run, type 'msconfig', then click 'OK'.
2. Go to the 'Services' tab, find the 'Background Intelligent Transfer' service,
disable it, apply the changes & reboot.

Disable Dr. Watson

Watson is a debugging tool in windows , which sometimes becomes quite irritating when ever it pops up suddenly .

Here is a method to disable it , if it bugs you :

Dr. Watson can be disabled using the registry editor:

1. Start the registry editor (Start >> Run >> type "regedit.exe" >> Hit enter )
2. Navigate to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ AeDebug
3. Click on AeDebug and click Del

Alternativly just set HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ AeDebug \ AUTO to 0

To re-enable Dr. Watson type "drwtsn32 -i" in run window.