Showing posts with label regedit. Show all posts
Showing posts with label regedit. Show all posts

2008-09-16

how2.0 : Change/Add Restrictions And Features [a further info about registry tweak & hack]

If you want to make restrictions to what users can do, you can edit the Registry. You can add and delete Windows features in this key shown below.

Certain things you must know about registry editor:

  1. It's very sensitive. Make sure you change anything inside it if you didn't know about it
  2. Boolean is where elements or "bits" each contain only two possible values, called various names [eg : yes@no, true@false , 1@2]
  3. The Boolean number "0" is for ON
  4. The Boolean number "1" is for OFF
  5. [eg : To make a printer undeleteable set "NoDeletePrinter" boolean to 1. That The value "NoDeletePrinter" will be activated] 
Open RegEdit [start > run > "regedit"] and navigate to :

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

Under "Explorer" subkey, this "DWORD" value can be created :
  1. NoDeletePrinter : Disables Deletion of Printers
  2. NoAddPrinter : Disables Addition of Printers
  3. NoRun : Disables Run Command
  4. NoSetFolders : Removes Folders from Settings on Start Menu
  5. NoSetTaskbar : Removes Taskbar from Settings on Start Menu
  6. NoFind : Removes the Find Command
  7. NoDrives : Hides Drives in My Computers
  8. NoNetHood : Hides the Network Neighborhood
  9. NoDesktop : Hides all icons on the Desktop
  10. NoLogoff : Hides the Log Off in the Start Menu
  11. NoRecentDocsMenu : Hides the Documents shortcut at the Start button
  12. DisableRegistryTools : Disable Registry Editing Tools
  13. NoChangeStartMenu : Disables changes to the Start Menu
  14. NoFileMenu : Hides the Files Menu in Explorer
  15. NoActiveDesktop : No Active Desktop
  16. NoFolderOptions : Hides the Folder Options in the Explorer
  17. ClearRecentDocsOnExit : Empty the recent Docs folder on reboot
  18. NoActiveDesktopChanges : No changes allowed
  19. NoInternetIcon : No Internet Explorer Icon on the Desktop
  20. NoFavoritesMenu : Hides the Favorites menu
  21. NoClose : Disables Shutdown
  22. NoRecentDocsHistory: Clears history of Documents
  23. NoSaveSettings : Don't save settings on exit
  24. NoControlPanel :Hide the control panel visibility
  25. NoCDBurning : Disable Cd burning
Under " System" subkey, this "DWORD" value can be created :
  1. NoDispCPL : Disable Display Control Panel
  2. NoPwdPage : Hide Password Change Page
  3. NoDispScrSavPage : Hide Screen Saver Page
  4. NoDispBackgroundPage : Hide Background Page
  5. NoSecCPL : Disable Password Control Panel
  6. NoDispAppearancePage : Hide Appearance Page
  7. NoDispSettingsPage : Hide Settings Page
  8. NoDevMgrPage : Hide Device Manager Page
  9. NoConfigPage : Hide Hardware Profiles Page
  10. NoVirtMemPage : Hide Virtual Memory Button
  11. NoAdminPage : Hide Remote Administration Page
  12. NoProfilePage : Hide User Profiles Page
  13. NoFileSysPage : Hide File System Button 

Alternatively, if you want to create a string or edit it without opening Registry Editor, you can just fire up these string in the "run box" :
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\
Policies\Explorer /v DisableRegistryTools /t REG_DWORD /d 0 /f
This can be more easier for you to add or change the value in the Registry Editor. In a long explanation :
  • REG ADD : adding a registry value
  • HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer : It will navigate through this value
  • /v DisableRegistryTools : It will create a value named "DisableRegistryTool". This can be change to your desired value that you want to create.
  • /t REG_DWORD : And the value created is a "DWORD" value type
  • 0 : The boolean is set to "0" [off]. "1" = [on]
  • /f : The data will be force overwritten without any prompt
That's all for this tutorial. FYI, registry editor have a great deal in controlling your system. So, please make sure that you know what yo want to do before tweaking it. I'll post some thing more interesting about this "regedit" later. You can also find how to show hidden files and task manager using "Group Policy Editor" and "Regedit" briefly by reading my buddy explanation.

2008-09-07

how2.0 : Log In Several User In Yahoo! messenger 8

Wanna log in several user in one Yahoo! messenger? Here come the simple trick:

Step 1
Fire up notepad and type :
 
REGEDIT4
    [HKEY_CURRENT_USER\Software\yahoo\pager\Test]
    "Plural"=dword:00000001

    Step 2
    Save the document as Ym8MultiLogin.reg

    Step 3
    Merge the file that you had just created into the registry and bling!! You can now login with several user in one Yahoo! messenger. Just make sure that you uncheck the "automatic login" at Yahoo! messenger startup.

    p/s: you can create uninstallation file by changing the ["Plural"=dword:] value from "00000001" to "00000000" and save it as Ym8MultiLogin_uninstall.reg .If you want to download both of the registration files by simply clicking [here]

    2008-08-29

    Error Repair Pro v3.55


    With Error Repair Pro:
    • It will scan, identify, clean and repair errors in your computer with a single click
    • It will keep your system work smoothly
    • It will scan, identify, clean and repair errors in your computer with a single click. 
    • With a few easy steps, it will scan your entire registry for any invalid entries and provides a list of the registry errors found. 
    • You can then choose to selectively clean each item or automatically repair them all. 
    [1MB]

    2008-08-25

    how2.0 : View Administrator account at user logon screen

    Most of us doesn't know how to log on the Administrator account. By default, Administrator account has been set up by Windows as Special Account. So, the only way to log on to Administrator account is by entering the safe mode option [press F8 key before Windows loading ]. Now, this is a simple tweak to enable the Administrator account at normal user logon. Notes that this tweak is touching the Windows Registry Editor. So, please do follow the instruction carefully:

    Step 1
    Click Start > Click Run > Type "regedit" > Press Enter 
    Step 2
    Navigate to the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList 
    Step 3
    Create a DWORD value and name it “Administrator” without quotes. If the value already exists, you don’t need to create it. 
    Step 4
    Double-click the value, change its value data from “0” to “1” and close Registry Editor. 

    P/S:To hide back the Administrator account as default, you must either delete the DWORD value called “Administrator” or change its value data to “0”

    2008-08-24

    How2.0 : Hide Shared Icon (hand) using registry

    Step 1
    Click "Start"->"Run"
    Step 2
    Type "regedit" then press Enter
    Step 3
    Navigate in registry, find the following directory: 
    • "HKEY_CLASSES_ROOT\Network\SharingHandler"
    • Data Type: REG_SZ (String Value)
    • Value Name: (Default)
    Step 4
    Change the Value Data: 
    • "blank"(i mean empty without any text) = To set for no shared icon
    • "msshrui.dll" = To set default shared icon for Windows 9x/Me
    • "ntshrui.dll" = To set default shared icon for Windows NT/2000/XP]

    2008-08-23

    How2.0 : Enabling task manager

    • Regedit manual deletion method
    Step 1
    Click "Start"->"Run"
    Step 2
    Type "regedit" then press Enter
    Step 3
    Navigate in registry, find the following directory:
    "HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies\ System"
    Step 4
    Click at string "DisableTaskMgr" and then delete it or change the boolean value section entry from "1" to "0"
    • Run the command automatically from "run" 
    Step 1
    Manually at "start" ->"Run", and type: 
    Step 2
    "REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f"
    Step 3
    Enter

    P/S : you can also run this command in Command Prompt Windows. No quotation ("") should be typed in the command line.
     

    Followers

    GoCode[rs] Copyright © 2009 Blogger Template Designed by Bie Blogger Template