|
Le azioni eseguite sul registro di Windows sono potenzialmente dannose. Per chi non fosse più che certo di quello che stà eseguendo consiglio di lasciar perdere, i danni al registro sono parecchio pericolosi.
- Visualizzare sul desktop della macchina la versione del sistema operativo in uso:
System keyHKCU\ControlPanel\Desktop Value namePaintDesktopVersion Data type REG_DWORD Value data [0 = disable, 1 = enable]
- Disabilitare la visualizzazione all'avvio edll'ultimo utente connesso:
System key HKCU\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon Value name DontDisplayLastUserName Data type REG_DWORD Value data [ 0 = disable,1 = enable]
- Velocizzare l'apertura del menu programmi:
System key HKCU\ControlPanel\Desktop Value name MenuShowDelay Data type REG_DWORD Value data [default=400, better = 0]
- Ridurre l'intervallo di refresh delle finestre
System key HKLM\System\CurrentControlSet\Control\Update Value name UpdateMode Data type REG_DWORD Value data [0]
- Disabilitare l'invio dei file al cestino
System key HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket Data type REG_DWORD Value data [0 = Usa cestino / 1 = Cancella i dati permanentemente]
- Settare la lunghezza minima della password
System key HKLM\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Policies\Network Value Name MinPwdLen Data type BINARY Value data [il valore indica la minima lunghezza della password]
- Rendere obbligatoria una password alfanumerica
System key HKLM\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Policies\Network Value Name AlphanumPwds Data type BINARY Value data [0 = disabilita / 1 = abilita]
- Cancella il page file allo spegnimento
System key HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management Value Name ClearPageFileAtShutdown Data type BINARY Value data [0 = disabilita / 1 = abilita] (se attivo rallenta lo spegnimento della macchina)
- Abilitare l'amministratore nascosto
System key HKLM\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\WinLogon\SpecialAccounts\UserList Value Name Administrator Data type REG_DWORD Value data [0 = disabilita / 1 = abilita]
- Disattivare/Attivareil tastierino numerico
System key HKCU\Control Panel\Keyboard Value Name InitialKeyboardIndicators Data type REG_SZ Value data ["0" = disabilita / "2" = abilita]
- Aprire ua shell DOS su drive o directory in Explorer
System key HKCU\\Directory\shell\opennew
Add the following Registry Keys for a Directory: HKEY_CLASSES_ROOT\Directory\shell\opennew @="Dos Prompt in that Directory"
HKEY_CLASSES_ROOT\Directory\shell\opennew\command @="command.com /k cd %1"
Add or Edit the following Registry Keys for a Drive: HKEY_CLASSES_ROOT\Drive\shell\opennew @="Dos Prompt in that Drive"
HKEY_CLASSES_ROOT\Drive\shell\opennew\command @="command.com /k cd %1"
Value Name InitialKeyboardIndicators Data type REG_SZ Value data ["0" = disabilita / "2" = abilita]
A causa della tipologia d'uso del file di registo, affinche le modifiche abbiano effetto si deve procedere al riavvio del PC
Acronimi e sigle HKCU = HKEY_CURRENT_USERS HKLM = HKEY_LOCAL_MACHINE
Da revisionare e testare
http://technet.microsoft.com/en-us/library/bb490890.aspx
Start ... hh.exe ms-its:ntcmds.chm::/ntcmds.htm
Aggiungere la voce "Servizi" in Risorse del Computer
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services] @=hex(2):53,00,65,00,72,00,76,00,69,00,7a,00,69,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
HKCU\ControlPanel\Desktop
|