Bala's profileS.BalagurunathPhotosBlogListsMore Tools Help

Blog


    10/18/2008

    Notepad tricks

    1. Open Notepad Type The Following Code In 4335 Combination
    2. For Example "Bush Hid the Facts" Without Quote
    3. Save It At Any Location
    4. And Reopen The File
    5. The Original Content Will Be Converted Into Unread Able Form
    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:
    1. Go to Run command and type "gpedit.msc" and get Group Policy window.
    2. Then find "System" settings under "Administrative Templates" in left pane.
    3. Then go to right pane and make right click on "Prevent access to the command prompt" and get 'Properties' window.
    4. Make it Enable/Disable/Not configured through 'Properties' settings of "Prevent access to the command prompt" which you can see below.
    5. Then click on Apply and Ok.

    Step(2) With help of Registry Editor:

    1. Go to Run command and type "regedit".
    2. Press Ctrl + f
    3. find "DisableCMD"
    4. HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows \System..
    5. and set it 0(zero) for Enable CMD
    6. ok

    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]
    @="control appwiz.cpl"

    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 ways


    Method 1: Use Group Policy Editor


    1. Click Start, click Run, type gpedit.msc, and then click OK.
    2. Expand Computer Configuration, expand Administrative Templates, expand System, and then click System Restore.
    3. Double-click Turn off System Restore, and then on the Setting tab, select Enable.
    4. Double-click Turn off Configuration, and then on the Setting tab, select Enable.

    For more information about what these settings do, click the Explain tab on the Properties dialog box.
    5. Click Apply, and then click OK.
    If users try to access System Restore Configuration, the System Properties dialog box is present, but the System Restore tab is not present.
    Back to the top

    Method 2: Create a Customized Microsoft Management Console

    1. Click Start, click Run, type mmc, and then click OK.
    2. In Microsoft Management Console (MMC), on the Console menu, click Add/Remove Snap-in.
    3. On the Standalone tab, click Add, click Group Policy under Available Standalone Snap-ins, and then click Add.
    4. Accept the default of Local Computer in the Group Policy Object box, and then click Finish.
    5. Close the Add Standalone Snap-in dialog box, and then click OK on the Add/Remove Snap-in dialog box.
    6. Under Console Root, expand Local Computer Policy, expand Computer Configuration, expand Administrative Templates, expand System, and then click System Restore.
    7. Double-click Turn off System Restore, and then on the Setting tab, select Enable.
    8. Double-click Turn off Configuration, and then on the Setting tab, select Enable.
    9. Click Apply, and then click OK.
    10. On the Console menu, click Save as, type the name of the new console, and accept the Administrative Tools folder as the default location in which to save this file.

    To access the new console, click Start, click More Programs, and then click Administrative Tools.
    If users try to access System Restore Configuration, the System Properties dialog box is present, but the System Restore tab is not present.
    Back to the top

    Method 3: Use Registry Editor to Disable System Restore


    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base:
    322756 (http://support.microsoft.com/kb/322756/) How to back up and restore the registry in Windows
    1. Click Start, click Run, type regedit, and then click OK.
    2. In Registry Editor, locate the following registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT
    3. Under Windows NT, create a new key:a.  On the Edit menu, click New, and then click Key.
    b.  For the name of the new key, type SystemRestore.

    4. Create a new DWORD value:a.  On the Edit menu, click New, and then click DWORD Value.
    b.  Double-click the new key to open the Edit DWORD Value dialog box.
    c.  Under Value name, type DisableConfig, under Value data, type 1, and then click OK.

    Add Copy To / Move To to the Windows Explorer Right Click Menu

    A 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:

    HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers

    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:

    {C2FBB630-2971-11D1-A18C-00C04FD75D13}

    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:

    {C2FBB631-2971-11D1-A18C-00C04FD75D13}

    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 names

    Restricted 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 Drive

    Normally 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:

    HKEY_CLASSES_ROOT\Drive\shell

    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:

    cleanmgr.exe /d %1

    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 XP

    To add a destination to the Send To menu, you must add a shortcut to the SendTo folder. To do this, follow these steps:

    1.

    Click Start, and then click Run.

    2.

    In the Open box, type sendto, and then click OK.

    3.

    Add a destination by doing one of the following:

    Use the drag-and-drop operation to move the item that you want to the SendTo folder; to do so, right-click, and then click Create Shortcuts Here.

    -or-

    Point to New on the File menu, and then click Shortcut.

    Follow the instructions in the Create Shortcut Wizard.

    A new shortcut is created in the SendTo folder, and it is displayed on the Send To menu.

    NOTE: To open the SendTo Folder, you can also perform the following steps:

    1.

    Click Start, and then click My Computer.

    2.

    Double-click the drive where Windows is installed (usually drive C, unless you have more than one drive on your computer).

    3.

    If you cannot view the items on your drive when you open it, under System Tasks, click Show the contents of this drive.

    4.

    Double-click the Documents and Settings folder.

    5.

    Double-click the folder of the user whose SendTo menu you want to change (usually your own).

    6.

    Double-click the SendTo folder.

    7.

    The SendTo folder is hidden by default. If the folder is not visible, on the Tools menu, click Folder Options, and then on the View tab, click Show hidden files and folders.

    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:

    1.

    Click Start, and then click Run.

    2.

    In the Open box, type sendto, and then click OK.

    3.

    Right-click the shortcut that you want to remove, and then click Delete. The shortcut is removed.

    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.
    lock_folder
    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
    {871C5380-42A0-1069-A2EA-08002B30309D} InternetExplorer
    {21EC2020-3AEA-1069-A2DD-08002B30309D} Control Panel
    {BDEADF00-C265-11d0-BCED-00A0C90AB50F} Intranet
    {00EEBF57-477D-4084-9921-7AB3C2C9459D} Folder
    {208D2C60-3AEA-1069-A2D7-08002B30309D} FTP
    {2227A280-3AEA-1069-A2DE-08002B30309D} Printer
    {3D6BE802-FC0D-4595-A304-E611F97089DC}Nero Scout
    {645FF040-5081-101B-9F08-00AA002F954E} Recycle Bin
    {7007ACC7-3202-11D1-AAD2-00805FC1270E} Connections
    {88C6C381-2E85-11D0-94DE-444553540000} TempInternetFiles
    {E17D4FC0-5564-11D1-83F2-00A0C90DC849} TempInternetFiles
    {E17D4FC0-5564-11D1-83F2-00A0C90DC849} Search
    {E88DCCE0-B7B3-11D1-A9F0-00AA0060FA31} ZipFolder
    {F5175861-2688-11D0-9C5E-00AA00A45957} SavedInternetFiles
    {21ec2020-3aea-1069-a2dd-08002b30309d}control panel