Bala's profileS.BalagurunathPhotosBlogListsMore ![]() | Help |
|
|
10/18/2008 Notepad tricks
10/12/2008 Enable Command Prompt If Disable By Administrator Recently, I've found that some modified viruses are capable to make
Disable CMD (MS-DOS Command Prompt) or sometimes System Administrator
makes it Disable. But, you can easily Enable CMD (MS-DOS Command
Prompt) with following difference steps: Step(1) With help of Group Policy:
ADD "SERVICES" TO RIGHT CLICK OF "MY COMPUTER" Normally we can run the Services.exe by click start > run > type: services.msc or other ways….. Now you can easier to see the services in windows xp by right click on "My computer" and choose "Services". To do this you just copy this text below and paste in notepad then save it as: Services.reg After that just double click on it > Ok. [HKEY_CLASSES_ROOT\CLSID\{ 20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services] @=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,00,00 "SuppressionPolicy"=dword:4000003c [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command] @=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00 Attention: Don't forget to save its extension as ".reg" Place Add/Remove Programs To Right-Click of 'My Computer'I really get tired of going to the Control Panel everytime I need to use the Add/Remove Programs applet. Here's how to add it to the context menu of 'My Computer': Open up Notepad and copy the following: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove Programs\command] Save the text file and rename it to for example "XP_AddRemovePrograms_MyComputer_Context". Then merge it into the registry by double clicking it. Disable System Restore in 3 waysMethod 1: Use Group Policy Editor
For more information about what these settings do, click the Explain tab on the Properties dialog box. To access the new console, click Start, click More Programs, and then click Administrative Tools.
4. Create a new DWORD value:a. On the Edit menu, click New, and then click DWORD Value. Add Copy To / Move To to the Windows Explorer Right Click MenuA hidden functionality in Windows allows you to right click on a file, select Copy To Folder or Move To Folder, and the move to box will pop up and let you choose a location to either copy or move the file or folder to. Here's the quick registry hack to get this working. As usual, back up your registry just in case. You will want to browse down to this key:
Once you are at that key, right click and choose the New Key option:
Now you will double-click on the (Default) value and enter the following:
Click OK and continue.
If you want to enable Move To, you will repeat the same steps, except creating a new key named Move To, and using this value:
Now when you right click on a file or folder, you should see the following options:
Let's click Copy To Folder just to see what happens….
10/9/2008 How to create a folder with restricted namesRestricted Folder Names in Microsoft Windows We can't create folders with the following names in Microsoft Windows directly. CON, NUL, COM1, COM2, COM3, LPT1, LPT2, LPT3,COM1 to COM9 and LPT1 to LPT9 The way to create is as follows 1) Open Command Prompt 2) Go to any Root directory like C:\ or D:\ etc 3) Type "md \\.\\y:\\x" (where x represents any one of the restricted names and y represents the drive) 4) Check the folder on the respected drive. 5) To remove that directory, type "rmdir \\.\\c:\\x" (where x represents any one of the restricted names) 10/8/2008 Add Disk Cleanup to the Right-Click Menu for a DriveNormally when you want to access the Disk Cleanup tool, you usually have to either find it through the start menu, or open up the drive properties window. Instead of going through all that, we can use a simple registry hack to add a menu item to the drive right-click menu. Using the Hack Open up regedit through the start menu search or run box, and then browse down to the following key:
Create a new key called “diskcleanup” and set the default value to “Disk Cleanup”. Then create another key underneath it called “command” and set the value to the following:
The change should be immediate, just right-click on the drive and you should see the new menu item. Add Items to the “Send To” Menu in Windows XPTo add a destination to the Send To menu, you must add a shortcut to the SendTo folder. To do this, follow these steps:
NOTE: To open the SendTo Folder, you can also perform the following steps:
NOTE: If you want to add a location to the SendTo menus of other users on the computer, you do not have to repeat these steps, you can copy the shortcut into the other users’ SendTo folders. Remove a Destination from the Send To Menu To remove a destination from the Send To menu, do the following:
10/4/2008 5 simple steps to Lock folders without using any software Encryption of private data has become a need for every user. We
often use File hiders or Folder locking softwares to perform this task
by making them password protected. Many hackers have developed a trick
to enter encrypted directories by breaking the security password. Here,
I am writing a tutorial using which you can lock any folder without
using any software program. ![]() Step 1 : Select the Folder to be locked , for example I will select folder "movie" in D drive i.e. D:\movie Step 2 : In the same drive, create a text file and type - ren movie movie.{21EC2020-3AEA-1069-A2DD-08002B30309D} and save it as loc.bat Step 3 : Again you type in a notepad as- ren movie.{21EC2020-3AEA-1069-A2DD-08002B30309D} movie and save it as key.bat Step 4 : Now in D drive you can see two batch files loc and key. When you double click loc.bat, the movie folder will change to control panel and when you double click key.bat the control panel will change to normal folder. Step 5 : Done! You have simply changed that folder into some other thing and no one can access the data inside it. You can change that folder into other directories too. The above code is for Control panel; others are listed below:
{20D04FE0-3AEA-1069-A2D8-08002B30309D} MyComputer |
|
|