Maybe any article was explained about windows registry. Registry is Windows Data’s which used to organized the windows operating system traffic .We can do some change registry in windows operating system with regedit in windows. With enter regedit in run menu, we will see 6 root keys, and every keys have respective tasks. If you worry about this you can save your registry before make some configuration.
How to Save registry?
You can use more software to do this such as get data back, etc..
1. HKEY_CLASSES_ROOT manage all file in windows and saving the software setting.
2. HKEY_USER manage all active information user and control panel setting in windows
3. HKEY_CURRENT_USER manage one active information in windows
4. HKEY_LOCAL_MACHINE Include some hardware information which used in computer
5. HKEY_CURRENT_CONFIG To write system configuration
6. HKEY_DYN_DATA used to knew system ability and in a network
So more manipulation we can do in registry. I will only explain some manipulation which easy to do.
1. How to disable or enable display properties.(display which show when we do right click in dekstop ) .To disable this display, search this root key.
HKEY_CURRENT_USER\software\microsoft\windows\currentversion\policies\ system.
Afterward make a new value data DWORD : NodispCpl (right click in right of registry ).
Double click in to new value we made and enter value 1. To see the result right click in desktop and click properties.
2. Disable or enable regedit program
HKEY_CURRENT_USER\software\microsoft\windows\currentversion\policies\ system
make a new value data DWORD: disableregistrytools(right click in right of registry)
Double click in to new value we made and enter value 1.
3 Disable run
HKEY_CURRENT_USER\software\microsoft\windows\currentversion\policies\ explorer
make a new value data DWORD: NoRun (right click in right of registry ).
Double click in to new value we made and enter value 1.
4. Disable Find
HKEY_CURRENT_USER\software\microsoft\windows\currentversion\policies\ explorer
make a new value data DWORD: NoFind (right click in right of registry ).
Double click in to new value we made and enter value 1.
5. Disable Shutdown
HKEY_CURRENT_USER\software\microsoft\windows\currentversion\policies\ explorer
make a new value data DWORD: Noclose (right click in right of registry ).
Double click in to new value we made and enter value 1.
6 Disable Save AS In internet explorer
HKEY_CURRENT_USER\software\microsoft\internetexplorer\restrictions
make a new value data DWORD: NoBrowserSaveAs (right click in right of registry ).
Double click in to new value we made and enter value 1.
7. Disable Log OFF
HKEY_CURRENT_USER\software\microsoft\windows\currentversion\policies\ explorer
make a new value data DWORD: NoLogOff (right click in right of registry ).
Double click in to new value we made and enter value 1.
8. Disable File menu in windows explorer
HKEY_CURRENT_USER\software\microsoft\windows\currentversion\policies\ explorer
make a new value data DWORD: Nofilemenu (right click in right of registry ).
Double click in to new value we made and enter value 1.
To normalized your setting , change the value 1 with 0 .that’s it.
I was try this and 100% successful .I will show onother about registry in windows. I hope you guys can try at your computer and don’t try this on else computer if that not you.You try you can. So don’t only read an article.
1. Disable Remote Administration Tab
“hkey_current_user\software\microsoft\windows\currentversion\policies\system”
Value ” NoAdminPage “
Data type “DWORD”
2. Disable User Profil Data Tab
“hkey_current_user\software\microsoft\windows\currentversion\policies\system”
Value “NoProfilePage“
Data type “DWORD”
3. Disable Change Passwor Tab
“hkey_current_user\software\microsoft\windows\currentversion\policies\system”
Value “NoPwdPage“
Data type “DWORD”
4. Deactive ADD Printer
“hkey_current_user\software\microsoft\windows\currentversion\policies\explorer”
Value “NoAddprinter“
Data type “DWORD”
5. Deactive delete Printer
“hkey_current_user\software\microsoft\windows\currentversion\policies\explorer”
Value “Nodeleteprinter“
Data type “DWORD”
6. Deactive tab general and detail printer
“hkey_current_user\software\microsoft\windows\currentversion\policies\explorer”
Value “Noprintertabs“
Data type “DWORD”
7. hide tab Hardware Profile
“hkey_current_user\software\microsoft\windows\currentversion\policies\system”
Value “NoConfigPage“
Data type “DWORD”
8. hide tab device manager
“hkey_current_user\software\microsoft\windows\currentversion\policies\system”
Value “NoDevMgrPage“
Data type “DWORD”
9. hide button file system
“hkey_current_user\software\microsoft\windows\currentversion\policies\system”
Value “NoFilesysPage. “
Data type “DWORD”
10. hide button Virtual Memory
“hkey_current_user\software\microsoft\windows\currentversion\policies\system”
Value “NoVirtMemPage“
Data type “REG_DWORD”
Yeah I think that’s which I can share with you. If you want to change some configuration please try and don’t worry if your configuration make your windows error. You can double click in registry which save before we make some change. So don’t forget save your registry before do some change

RECENT COMMENTS