133tTECH Search

Showing posts with label Regedit. Show all posts
Showing posts with label Regedit. Show all posts

Force to show hidden files using regedit

Comments


Why to do this?

Because I’ve experienced with the situation my computer cannot show the hidden files even I already enabled the option. When I tried to enable it using folder option it not happen but what happen is the option back to the original (not show hidden files). This is happened because my computer was affected by viruses that the antivirus cannot detect it (You know, antivirus nowadays!!). Did you experience kind of situation too?


So, how to force show hidden files using regedit?

  1. As usual open regedit by go to start -> run -> type regedit-> and enter.
  2. Then go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  3. After that you need to find and set Hidden and ShowSuperHidden to 0 (zero)
  4. Close and restart the pc if needed!




If anyone found out this trick is not working, please don’t hesitate to tell me!


Read more...

Change or Add restriction using Regedit

Comments


Today I’ll share with you how to make restriction of what users can or cannot do on computer without using software or tools but only using regedit. All the command I’ll show you today is need to apply at HKEY_USERS\(yourprofilename)\ Software\ Microsoft\ Windows\ CurrentVersion\ Policies\ Explorer. Below is the step:

Note: 0 is Off and 1 is On

  1. Open RegEdit
  2. Go to HKEY_CURRENT_USER\Software\Microsoft\ CurrentVersion\ Policies
  3. Add DWORD or binary values set to 1 in the appropriate keys for On and 0 for Off.
  4. Below is the value:
  • NoDeletePrinter - Disables Deletion of Printers
  • NoAddPrinter - Disables Addition of Printers
  • NoRun - Disables Run Command
  • NoSetFolders - Removes Folders from Settings on Start Menu
  • NoSetTaskbar - Removes Taskbar from Settings on Start Menu
  • NoFind - Removes the Find Command
  • NoDrives - Hides Drives in My Computers
  • NoNetHood - Hides the Network Neighborhood
  • NoDesktop - Hides all icons on the Desktop
  • NoClose - Disables Shutdown
  • NoSaveSettings - Don't save settings on exit
  • DisableRegistryTools - Disable Registry Editing Tools
  • NoRecentDocsMenu - Hides the Documents shortcut at the Start button
  • NoRecentDocsHistory- Clears history of Documents
  • NoFileMenu _ Hides the Files Menu in Explorer
  • NoActiveDesktop - No Active Desktop
  • NoActiveDesktopChanges- No changes allowed
  • NoInternetIcon - No Internet Explorer Icon on the Desktop
  • NoFavoritesMenu - Hides the Favorites menu
  • NoChangeStartMenu _ Disables changes to the Start Menu
  • NoFolderOptions _ Hides the Folder Options in the Explorer
  • ClearRecentDocsOnExit - Empty the recent Docs folder on reboot
  • NoLogoff - Hides the Log Off in the Start Menu


If any of this key not works please tell me! Hope this information will help you.


Read more...