RSS

Tips & Trick Registry

1. untuk enable registry : copy menda bawah nih... letak dalam notepad. save sebagai enableregistry.bat. 
lepas tuh run kan dia

@echo off
reg delete HKCU\software\microsoft\windows\currentversion\policies\system /v DisableRegistryTools /f


2. untuk disable registry : copy menatang bawah nih. letak dalam notepad. save sebagai disableregistry.reg. 
klik 2 kali dia akan prompt untuk letak dalam registry. klik ok

REGEDIT4

[HKEY_CURRENT_USER\software\microsoft\windows\currentversion\policies\system]
"DisableRegistryTools"=dword:00000001

3. Unhide SuperHide
attrib -s -h NamaFolderAnda

4.How to remove the uninstall password requirement for Symantec AntiVirus Corporate Edition.
Use RegEdit.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Intel\LANDesk\VirusProtect6\CurrentVersion\AdministratorOnly\Security]
"UseVPUninstallPassword"=dword:00000000

If UseVPUninstallPassword value is 1, change to 0.

5. How to reset or remove Trend Micro OfficeScan password
1 - Cari OFCSCAN.ini dan open guna notepad
2 - Cari Uninstall_Pwd= dibawah section [INI_CLIENT_SECTION]
3 - Tambah tanda # untuk tidak mengaktifkan default password, cth : #Uninstall_Pwd=
4 - Tambah 1 line dibawahnya dan Taip Uninstall_Pwd=70
5 - Tambah tanda # untuk tidak mengaktifkan unload password, cth : #Unload_Pwd=
6 - Tambah 1 line dibawahnya dan Taip Unload_Pwd=70
7 - Sekarang password default untuk uninstall dan unload trendmicro = 1

6. How to avoid password entry at start up ?
-> control userpasswords2

7. Hide Recycle Bin in desktop.
->copy and save hiderecyclebin.reg
;you are using the XP style start menu
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel\]
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001

;if working with the classic menu:
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu\]
"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001

8. ;Max your Internet Explorer's simultaneous downloads to 10 (default was 2).
->copy and save apa-apaje.reg

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPer1_0Server"=dword:0000000a
"MaxConnectionsPerServer"=dword:0000000a


9. Disable Hibernation.
->copy and save apa-apaje.reg

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]
"Heuristics"=hex:05,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Power]
"Heuristics"=hex:05,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]
"Heuristics"=hex:05,00,00,00,00,01,00,00,00,00,00,00,00,00,00,00,3f,42,0f,00


10. Clear Type Welcome.
->copy and save apa-apaje.reg

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"FontSmoothingType"=dword:00000002
"FontSmoothing"="2"


11. Disable shortcut to.


->copy and save apa-apaje.reg

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"link"=hex:00,00,00,00


12. Disable welcome screen.
->copy and save apa-apaje.reg

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"LogonType"=dword:00000000


13. My Computer Firts.
->copy and save apa-apaje.reg

[HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
"SortOrderIndex"=dword:00000054


14. remove recent Docs.
->copy and save apa-apaje.reg

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRecentDocsMenu"=dword:00000001


15. remove shortcut arrow.
->copy and save apa-apaje.reg

[HKEY_CLASSES_ROOT\lnkfile]
"IsShortcut"=-
[HKEY_CLASSES_ROOT\piffile]
"IsShortcut"=-
[HKEY_CLASSES_ROOT\ConferenceLink]
"IsShortcut"=-
[HKEY_CLASSES_ROOT\DocShortCut]
"IsShortcut"=-
[HKEY_CLASSES_ROOT\InternetShortcut]
"IsShortcut"=-
[HKEY_CLASSES_ROOT\WSHFile]
"IsShortcut"=-


16. turn on Cleartype.
->copy and save apa-apaje.reg

[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingType"=dword:00000002


17. sort start menu.
->copy and save apa-apaje.reg

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu]

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2]


18. Disbale error report.
->copy and save apa-apaje.reg

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]
"DoReport"=dword:00000000

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...