SlideShare a Scribd company logo
www.hackerdopc.blogspot.com

Tenha um domínio do REGEDIT do Windows
#01 Bloquear acesso ao Painel de Controle
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
NoControlPanel /t REG_DWORD /d
0x00000001 /f
#02 Forçar o estilo clássico no Painel de Controle
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
ForceClassicControlPanel /t
REG_DWORD /d 0x00000001 /f
#03 Bloquear a alteração do Papel de Parede
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
NoDesktopCleanupWizard /t
REG_DWORD /d 0x00000001 /f
#04 Desabilitar a Limpeza da Área de Trabalho
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
NoDesktopCleanupWizard /t
REG_DWORD /d 0x00000001 /f
#05 Remover a Lixeira da Área de Trabalho
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum" /v
{645FF040-5081-101B-9F08-
00AA002F954E} /t REG_DWORD /d 0x00000001 /f
#06 Remover Meus Documentos da Área de Trabalho
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum" /v
{450D8FBA-AD25-11D0-98A8-
0800361B1103} /t REG_DWORD /d 0x00000001 /f
#07 Remover Meu Computador da Área de Trabalho
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum" /v
{20D04FE0-3AEA-1069-A2D8-
08002B30309D} /t REG_DWORD /d 0x00000001 /f
#08 Remover "Propriedades" do Menu de Contexto de Meus Documentos
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
NoPropertiesMyDocuments /t
REG_DWORD /d 0x00000001 /f
#09 Remover "Propriedades" do Menu de Contexto de Meu Computador
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
NoPropertiesMyComputer /t
REG_DWORD /d 0x00000001 /f
#10 Remover "Propriedades" do Menu de Contexto da Lixeira
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
NoPropertiesRecycleBin /t
REG_DWORD /d 0x00000001 /f
#11 Ocultar Meus Locais de Rede da Área de Trabalho
REG ADD"HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
NoNetHood /t REG_DWORD /d
0x00000001 /f
www.hackerdopc.blogspot.com
#12 Remover o Internet Explorer da Área de Trabalho
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
NoInternetIcon /t REG_DWORD /d
0x00000001 /f
#13 Não permitir que o usuário altere o caminho de Meus Documentos
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
DisablePersonalDirChange /t
REG_DWORD /d 0x00000001 /f
#14 Não Permitir o Compartilhamento de arquivos recentemente abertos
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
NoRecentDocsNetHood /t
REG_DWORD /d 0x00000001 /f
#15 Remover Logoff do Menu Iniciar
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoLogoff
/t REG_DWORD /d
0x00000001 /f
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
ForceStartMenuLogOff /t
REG_DWORD /d 0x00000000 /f
#16 Remover e Impedir Acesso a Opção "Desligar" do Menu Iniciar
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoClose
/t REG_DWORD /d
0x00000001 /f
#17 Não manter Histórico de Documentos abertos recentemente
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
NoRecentDocHistory /t REG_DWORD
/d 0x00000001 /f
#18 Limpar Histórico de Documentos abertos recentemente ao sair
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
ClearRecentDocsOnExit /t
REG_DWORD /d 0x00000001 /f
#19 Remover Menus Personalizados
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
Intellimenus /t REG_DWORD /d
0x00000001 /f
#20 Desativar Rastreamento do Usuário
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
NoInstrumentation /t REG_DWORD
/d 0x00000001 /f
#21 Bloquear "Barra de Tarefas"
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
LockTaskbar /t REG_DWORD /d
0x00000001 /f
#22 Forçar "Menu Iniciar" no estilo Clássico
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
NoSimpleStartMenu /t REG_DWORD
/d 0x00000001 /f
#23 Remover as dicas dos balões nos itens do "Menu Iniciar"
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
NoSMBalloonTip /t REG_DWORD /d
0x00000001 /f
www.hackerdopc.blogspot.com
#24 Não Exibir "Barras de Ferramentas Personalizadas" na "Barra de Tarefas"
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
NoToolbarOnTaskbar /t REG_DWORD
/d 0x00000001 /f
#25 Desabilitar Atualizações Automáticas do Windows
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
NoAutoUpdate /t REG_DWORD /d
0x00000001 /f
#26 Remover o "Gerenciador de Tarefas" [Ctrl+Alt+Del]
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem" /v
DisableTaskMgr /t REG_DWORD /d
0x00000001 /f
#27 Limpar o Histórico de Urls acessadas no Internet Explorer a cada 1 dia
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionInternet SettingsUrl History"
/v DaysToKeep /t
REG_DWORD /d 0x00000001 /f
#28 Bloco de Notas como Editor Html padrão no Internet Explorer
REG ADD "HKCUSoftwareMicrosoftInternet ExplorerDefault HTML Editor" /v Description /t
REG_SZ /v "Bloco de notas"
/f
#29 Não Permitir o Internet Explorer coletar informações do AutoCompletar
REG ADD "HKCUSoftwareMicrosoftInternet ExplorerMain" /v Use FormSuggest /t REG_SZ
/d no /f
REG ADD "HKCUSoftwareMicrosoftInternet ExplorerMain" /v FormSuggest Passwords /t
REG_SZ /d no /f
REG ADD "HKCUSoftwareMicrosoftInternet ExplorerMain" /v FormSuggest PW Ask /t
REG_SZ /d no /f
#30 Habilitar o Bloqueio de Foco
REG ADD "HKCUControl PanelDesktop" /v ForegroundLockTimeout /t REG_DWORD /d
0x00030d40 /f
REG ADD "HKU.DEFAULTControl PanelDesktop" /v ForegroundLockTimeout /t REG_DWORD
/d 0x00030d40 /f
#31 Finalização Automática das tarefas
REG ADD "HKCUControl PanelDesktop" /v AutoEndTasks /t REG_SZ /d 1 /f
REG ADD "HKU.DEFAULTControl PanelDesktop" /v AutoEndTasks /t REG_SZ /d 1 /f
#32 Optimização no Boot
REG ADD "HKLMSOFTWAREMicrosoftDfrgBootOptimizeFunction" /v Enable /t REG_SZ /d Y
/f
REG ADD "HKLMSOFTWAREMicrosoftDfrgBootOptimizeFunction" /v OptimizeComplete /t
REG_SZ /d Yes /f
#33 Ativar Num-Lock quando Entrar no Windows
REG ADD "HKCUControl PanelKeyboard" /v InitialKeyboardIndicators /t REG_SZ /d 2 /f
REG ADD "HKU.DEFAULTControl PanelDesktop" /v InitialKeyboardIndicators /t REG_SZ /d 2
/fboardIndicators /t REG_SZ
/d 2 /f
#34 Menu Iniciar Máis Rápido
REG ADD "HKCUControl PanelDesktop" /v MenuShowDelay /t REG_SZ /d 100 /f
REG ADD "HKU.DEFAULTControl PanelDesktop" /v MenuShowDelay /t REG_SZ /d 100 /f
#35 Descarregar DLLs inutlizadas da Memória
REG ADD "HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorer" /v
AlwaysUnloadDLL /t REG_SZ /d 1 /f
www.hackerdopc.blogspot.com
#36 Aumentar o Número de Downloads Simultâneos no Internet Explorer
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionInternet Settings" /v
MaxConnectionsPer1_0Server /t
REG_DWORD /d 0x0000000a /f
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionInternet Settings" /v
MaxConnectionsPerServer /t
REG_DWORD /d 0000000a /f
#37 Aumentar a Taxa de Upload
REG ADD "HKLMSYSTEMCurrentControlSetServicesAFDParameters" /v
DefaultSendWindow /t REG_DWORD /d
0x00018000 /f
REG ADD "HKLMSYSTEMCurrentControlSetServicesTcpipParameters" /v
EnablePMTUDiscovery /t REG_DWORD /d
0x00000001 /f
#38 Limpeza de Disco Mais Eficaz (Prevenção contra Travamentos)
REG DELETE
"HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerVolumeCachesCompress
old files" /f
#39 Limpar o Arquivo de Troca ao Encerrar o Windows
REG ADD "HKLMSYSTEMCurrentControlSetControlSession ManagerMemory
Management" /v
ClearPageFileATShutdown /t REG_SZ /d 1 /f
#40 Otimização TCP/IP
REG ADD "HKLMSYSTEMCurrentControlSetServicesLanmanserverparameters" /v
SizReqBuf /t REG_DWORD /d
0x00014596 /f
REG ADD "HKLMSYSTEMCurrentControlSetServicesTcpipServiceProvider" /v class /t
REG_DWORD /d 0x00000001 /f
REG ADD "HKLMSYSTEMCurrentControlSetServicesTcpipServiceProvider" /v DnsPriority /t
REG_DWORD /d
0x00000007 /f
REG ADD "HKLMSYSTEMCurrentControlSetServicesTcpipServiceProvider" /v HostsPriority
/t REG_DWORD /d
0x00000006 /f
REG ADD "HKLMSYSTEMCurrentControlSetServicesTcpipServiceProvider" /v LocalPriority
/t REG_DWORD /d
0x00000005 /f
REG ADD "HKLMSYSTEMCurrentControlSetServicesTcpipServiceProvider" /v NetbtPriority
/t REG_DWORD /d
0x00000008 /f
#41 Pesquisa de Computadores Mais Eficaz
REG DELETE
"HKLMSoftwareMicrosoftWindowsCurrentVersionExplorerRemoteComputerNameSpace
{D6277990-
4C6A-11CF-8D87-00AA0060F5BF}" /f
#42 Desabilitar Cache para Thumbnails (Miniaturas)
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced" /v
DisableThumbnailCache /t REG_SZ
/d 1 /f
#43 Otimização para o Cache de DNS
REG ADD "HKLMSYSTEMCurrentControlSetServicesDnscacheParameters" /v
CacheHashTableBucketSize /t
REG_DWORD /d 0x00000001 /f
REG ADD "HKLMSYSTEMCurrentControlSetServicesDnscacheParameters" /v
CacheHashTableSize /t REG_DWORD /d
0x00000180 /f
REG ADD "HKLMSYSTEMCurrentControlSetServicesDnscacheParameters" /v
MaxCacheEntryTtLimit /t REG_DWORD /d
0x0000fa00 /f
REG ADD "HKLMSYSTEMCurrentControlSetServicesDnscacheParameters" /v
MaxSOACacheEntryTtLimit /t
REG_DWORD /d 0x0000012d /f
#44 Remover Executar do Menu Iniciar
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoRun /t
REG_DWORD /d
0x00000001 /f
#45 Esconder Relógio do Windows
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
HideClock /t REG_DWORD /d
0x00000001 /f
#46 Limpar Arquivos Temporários do Internet Explorer
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionInternet SettingsCache" /v
Persistent /t REG_DWORD /d
0x00000000 /f
#47 Desabilitar a Notificação de Antivírus Desativado
REG ADD "HKLMSoftwareMicrosoftSecurity Center" /v AntiVirusDisableNotify /t
REG_DWORD /d 0x00000001 /f
#48 Desabilitar a Notificação de Firewall Desativado
REG ADD "HKLMSoftwareMicrosoftSecurity Center" /v FirewallDisableNotify /t
REG_DWORD /d 0x00000001 /f
#49 Desabilitar a Notificação de Atualizações Automáticas Desativada
REG ADD "HKLMSoftwareMicrosoftSecurity Center" /v UpdatesDisableNotify /t
REG_DWORD /d 0x00000001 /f
#50 Disabilitar Auto-Run do CD-ROM
REG ADD "HKLMSoftwareCurrentControlSetServicesCdrom" /v AutoRun /t REG_DWORD /d
0x00000001 /f
#51 Desabilitar o Sistema de Encriptação de Arquivos
REG ADD "HKLMSoftwareMicrosoftWindows NTCurrentVersionEFS" /v EfsConfiguratiom
/t REG_DWORD /d
0x00000001 /f
#52 Desabilitar Mensagem de Notificação de Espaço em Disco Insuficiente
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
NoLowDiskSpaceChecks /t
REG_DWORD /d 0x00000001 /f
#53 Disabilitar Beeps de Erros
REG ADD "HKCUControl PanelSound" /v Beep /t REG_SZ /d no /f
#54 Desabilitar Restauração de Sistema
REG ADD "HKLMSoftwareMicrosoftWindows NTCurrentVersionSystemRestore" /v
DisableSR /t REG_DWORD /d
0x00000001 /f
#55 Desabilitar Windows Messenger
REG ADD "HKLMSoftwarePoliciesMicrosoftMessengerClient" /v PreventRun /t
REG_DWORD /d 0x00000001 /f
#56 Disable Windows Xp Firewall
REG ADD
"HKLMSystemCurrentControlSetSericesSharedAccessParametersFirewallPolicyStandard
Profile" /v
EnableFirewall /t REG_DWORD /d 0x00000000 /f
#57 Mostrar a Versão do Windows no Desktop
REG ADD "HKCUControl PanelDesktop" /v PaintDesktopVersion /t REG_DWORD /d
0x00000001 /f
#58 Editar as Informações de Registro do Windows
REG ADD "HKLMSoftwareMicrosoftWindows NTCurrentVersion" /v RegisteredOrganization
/t REG_SZ /d
CompanyNameHere /f
REG ADD "HKLMSoftwareMicrosoftWindows NTCurrentVersion" /v RegisteredOwner /t
REG_SZ /d OwnerNameHere /f
#59 Alterar Diretório do CD do Windows
REG ADD "HKLMSoftwareMicrosoftWindows NTCurrentVersion" /v SourcePath /t REG_SZ
/d D:I836 /f
#60 Alterar a Pasta Root do Sistema [Padrão: C:Windows]
REG ADD "HKLMSoftwareMicrosoftWindows NTCurrentVersion" /v SystemRoot /t REG_SZ
/d C:Windows /f
#61 Alterar a Descrição do Computador
REG ADD "HKLMSystemCurrentControlSetServicesLanmanserverparameters" /v
srvcomment /t REG_SZ /d descrição /f
#62 Habilitar Assistência Remota
REG ADD "HKLMSystemCurrentControlSetControlTerminal Server" /v AllowTSConnections
/t REG_DWORD /d
0x00000001 /f
REG ADD "HKLMSystemCurrentControlSetControlTerminal Server" /v fDenyTSConnections
/t REG_DWORD /d
0x00000001 /f
REG ADD "HKLMSystemCurrentControlSetControlTerminal Server" /v fAllowToGetHelp /t
REG_DWORD /d 0x00000001
/f
#63 Desocultar o Relógio do Windows
REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v
HideClock /t REG_DWORD /d
0x00000000 /f

More Related Content

Viewers also liked

безпечний відпочинок в зимку
безпечний відпочинок в зимкубезпечний відпочинок в зимку
безпечний відпочинок в зимкуkzshi4
 
Project Maa Behen
Project Maa BehenProject Maa Behen
Project Maa Behenvarun_jajoo
 
Презентація педагогічного досвіду
Презентація педагогічного досвідуПрезентація педагогічного досвіду
Презентація педагогічного досвіду
kzshi4
 
Valorizzazione culturale con i media - Canosa di Puglia: una Città-Museo
Valorizzazione culturale con i media - Canosa di Puglia: una Città-MuseoValorizzazione culturale con i media - Canosa di Puglia: una Città-Museo
Valorizzazione culturale con i media - Canosa di Puglia: una Città-Museo
Maria Novella Fabiano
 
допрофільне навчання
допрофільне навчаннядопрофільне навчання
допрофільне навчання
kzshi4
 
Четырехвекторная модель взаимодействия с ребенком. Педагогика для живых и акт...
Четырехвекторная модель взаимодействия с ребенком. Педагогика для живых и акт...Четырехвекторная модель взаимодействия с ребенком. Педагогика для живых и акт...
Четырехвекторная модель взаимодействия с ребенком. Педагогика для живых и акт...
Академия Эволюции
 
Caratteristiche dell'immagine cinematografica
Caratteristiche dell'immagine cinematograficaCaratteristiche dell'immagine cinematografica
Caratteristiche dell'immagine cinematograficaMaria Novella Fabiano
 
здоровязберігаючі технології бабенко
здоровязберігаючі технології бабенкоздоровязберігаючі технології бабенко
здоровязберігаючі технології бабенкоkzshi4
 
L'Abc del linguaggio audiovisivo - Le inquadrature - Prima lezione
L'Abc del linguaggio audiovisivo - Le inquadrature - Prima lezione L'Abc del linguaggio audiovisivo - Le inquadrature - Prima lezione
L'Abc del linguaggio audiovisivo - Le inquadrature - Prima lezione Maria Novella Fabiano
 

Viewers also liked (15)

Anex.......
Anex.......Anex.......
Anex.......
 
Anex....,,,.
Anex....,,,.Anex....,,,.
Anex....,,,.
 
Carlos links
Carlos linksCarlos links
Carlos links
 
Parcerias
ParceriasParcerias
Parcerias
 
Anex....,,,.
Anex....,,,.Anex....,,,.
Anex....,,,.
 
безпечний відпочинок в зимку
безпечний відпочинок в зимкубезпечний відпочинок в зимку
безпечний відпочинок в зимку
 
Project Maa Behen
Project Maa BehenProject Maa Behen
Project Maa Behen
 
Презентація педагогічного досвіду
Презентація педагогічного досвідуПрезентація педагогічного досвіду
Презентація педагогічного досвіду
 
Valorizzazione culturale con i media - Canosa di Puglia: una Città-Museo
Valorizzazione culturale con i media - Canosa di Puglia: una Città-MuseoValorizzazione culturale con i media - Canosa di Puglia: una Città-Museo
Valorizzazione culturale con i media - Canosa di Puglia: una Città-Museo
 
Crlos cria
Crlos criaCrlos cria
Crlos cria
 
допрофільне навчання
допрофільне навчаннядопрофільне навчання
допрофільне навчання
 
Четырехвекторная модель взаимодействия с ребенком. Педагогика для живых и акт...
Четырехвекторная модель взаимодействия с ребенком. Педагогика для живых и акт...Четырехвекторная модель взаимодействия с ребенком. Педагогика для живых и акт...
Четырехвекторная модель взаимодействия с ребенком. Педагогика для живых и акт...
 
Caratteristiche dell'immagine cinematografica
Caratteristiche dell'immagine cinematograficaCaratteristiche dell'immagine cinematografica
Caratteristiche dell'immagine cinematografica
 
здоровязберігаючі технології бабенко
здоровязберігаючі технології бабенкоздоровязберігаючі технології бабенко
здоровязберігаючі технології бабенко
 
L'Abc del linguaggio audiovisivo - Le inquadrature - Prima lezione
L'Abc del linguaggio audiovisivo - Le inquadrature - Prima lezione L'Abc del linguaggio audiovisivo - Le inquadrature - Prima lezione
L'Abc del linguaggio audiovisivo - Le inquadrature - Prima lezione
 

Similar to Tenha um domínio do regedit do windows

DCEU 18: Tips and Tricks of the Docker Captains
DCEU 18: Tips and Tricks of the Docker CaptainsDCEU 18: Tips and Tricks of the Docker Captains
DCEU 18: Tips and Tricks of the Docker Captains
Docker, Inc.
 
Zhp diag
Zhp diagZhp diag
Zhp diag
julian audouard
 
Docker command
Docker commandDocker command
Docker command
Eric Ahn
 
Adrian Mouat - Docker Tips and Tricks
 Adrian Mouat - Docker Tips and Tricks Adrian Mouat - Docker Tips and Tricks
Adrian Mouat - Docker Tips and Tricks
Kevin Cross
 
Ataques dirigidos contra activistas
Ataques dirigidos contra activistasAtaques dirigidos contra activistas
Ataques dirigidos contra activistas
David Barroso
 
MITRE ATT&CKcon 2018: From Technique to Detection, Paul Ewing and Ross Wolf, ...
MITRE ATT&CKcon 2018: From Technique to Detection, Paul Ewing and Ross Wolf, ...MITRE ATT&CKcon 2018: From Technique to Detection, Paul Ewing and Ross Wolf, ...
MITRE ATT&CKcon 2018: From Technique to Detection, Paul Ewing and Ross Wolf, ...
MITRE - ATT&CKcon
 
SnälllaDebugSnällla.exeSnälllaDebugSnällla.ilkSnäl.docx
SnälllaDebugSnällla.exeSnälllaDebugSnällla.ilkSnäl.docxSnälllaDebugSnällla.exeSnälllaDebugSnällla.ilkSnäl.docx
SnälllaDebugSnällla.exeSnälllaDebugSnällla.ilkSnäl.docx
jensgosney
 
Managing and Monitoring Application Performance
Managing and Monitoring Application PerformanceManaging and Monitoring Application Performance
Managing and Monitoring Application Performance
Sebastian Marek
 
Getting started with open mobile development on the Openmoko platform
Getting started with open mobile development on the Openmoko platformGetting started with open mobile development on the Openmoko platform
Getting started with open mobile development on the Openmoko platform
Jean-Michel Bouffard
 
Ewd senchatouch classactivity_part_i
Ewd senchatouch classactivity_part_iEwd senchatouch classactivity_part_i
Ewd senchatouch classactivity_part_i
vxVistA.org
 
PuppetConf 2016: The Challenges with Container Configuration – David Lutterko...
PuppetConf 2016: The Challenges with Container Configuration – David Lutterko...PuppetConf 2016: The Challenges with Container Configuration – David Lutterko...
PuppetConf 2016: The Challenges with Container Configuration – David Lutterko...
Puppet
 
Challenges of container configuration
Challenges of container configurationChallenges of container configuration
Challenges of container configuration
lutter
 
Continuous delivery with docker
Continuous delivery with dockerContinuous delivery with docker
Continuous delivery with docker
Johan Janssen
 
Cooking with Chef
Cooking with ChefCooking with Chef
Cooking with Chef
Orlando_Ruby_Users_Group
 
Love The Terminal
Love The TerminalLove The Terminal
Love The Terminal
Mike West
 
Deploying TYPO3 Neos websites using Surf
Deploying TYPO3 Neos websites using SurfDeploying TYPO3 Neos websites using Surf
Deploying TYPO3 Neos websites using Surf
Karsten Dambekalns
 
Vagrant + chef's cookbooks development environment like the production in f...
Vagrant + chef's cookbooks   development environment like the production in f...Vagrant + chef's cookbooks   development environment like the production in f...
Vagrant + chef's cookbooks development environment like the production in f...Tiago Butzke
 
Lesson Learned from Using Docker Swarm at Pronto
Lesson Learned from Using Docker Swarm at ProntoLesson Learned from Using Docker Swarm at Pronto
Lesson Learned from Using Docker Swarm at Pronto
Kan Ouivirach, Ph.D.
 
Docker for the Brave
Docker for the BraveDocker for the Brave
Docker for the Brave
David Schmitz
 

Similar to Tenha um domínio do regedit do windows (20)

DCEU 18: Tips and Tricks of the Docker Captains
DCEU 18: Tips and Tricks of the Docker CaptainsDCEU 18: Tips and Tricks of the Docker Captains
DCEU 18: Tips and Tricks of the Docker Captains
 
Zhp diag
Zhp diagZhp diag
Zhp diag
 
Docker command
Docker commandDocker command
Docker command
 
Adrian Mouat - Docker Tips and Tricks
 Adrian Mouat - Docker Tips and Tricks Adrian Mouat - Docker Tips and Tricks
Adrian Mouat - Docker Tips and Tricks
 
Ataques dirigidos contra activistas
Ataques dirigidos contra activistasAtaques dirigidos contra activistas
Ataques dirigidos contra activistas
 
MITRE ATT&CKcon 2018: From Technique to Detection, Paul Ewing and Ross Wolf, ...
MITRE ATT&CKcon 2018: From Technique to Detection, Paul Ewing and Ross Wolf, ...MITRE ATT&CKcon 2018: From Technique to Detection, Paul Ewing and Ross Wolf, ...
MITRE ATT&CKcon 2018: From Technique to Detection, Paul Ewing and Ross Wolf, ...
 
Sn office 2010
Sn office 2010Sn office 2010
Sn office 2010
 
SnälllaDebugSnällla.exeSnälllaDebugSnällla.ilkSnäl.docx
SnälllaDebugSnällla.exeSnälllaDebugSnällla.ilkSnäl.docxSnälllaDebugSnällla.exeSnälllaDebugSnällla.ilkSnäl.docx
SnälllaDebugSnällla.exeSnälllaDebugSnällla.ilkSnäl.docx
 
Managing and Monitoring Application Performance
Managing and Monitoring Application PerformanceManaging and Monitoring Application Performance
Managing and Monitoring Application Performance
 
Getting started with open mobile development on the Openmoko platform
Getting started with open mobile development on the Openmoko platformGetting started with open mobile development on the Openmoko platform
Getting started with open mobile development on the Openmoko platform
 
Ewd senchatouch classactivity_part_i
Ewd senchatouch classactivity_part_iEwd senchatouch classactivity_part_i
Ewd senchatouch classactivity_part_i
 
PuppetConf 2016: The Challenges with Container Configuration – David Lutterko...
PuppetConf 2016: The Challenges with Container Configuration – David Lutterko...PuppetConf 2016: The Challenges with Container Configuration – David Lutterko...
PuppetConf 2016: The Challenges with Container Configuration – David Lutterko...
 
Challenges of container configuration
Challenges of container configurationChallenges of container configuration
Challenges of container configuration
 
Continuous delivery with docker
Continuous delivery with dockerContinuous delivery with docker
Continuous delivery with docker
 
Cooking with Chef
Cooking with ChefCooking with Chef
Cooking with Chef
 
Love The Terminal
Love The TerminalLove The Terminal
Love The Terminal
 
Deploying TYPO3 Neos websites using Surf
Deploying TYPO3 Neos websites using SurfDeploying TYPO3 Neos websites using Surf
Deploying TYPO3 Neos websites using Surf
 
Vagrant + chef's cookbooks development environment like the production in f...
Vagrant + chef's cookbooks   development environment like the production in f...Vagrant + chef's cookbooks   development environment like the production in f...
Vagrant + chef's cookbooks development environment like the production in f...
 
Lesson Learned from Using Docker Swarm at Pronto
Lesson Learned from Using Docker Swarm at ProntoLesson Learned from Using Docker Swarm at Pronto
Lesson Learned from Using Docker Swarm at Pronto
 
Docker for the Brave
Docker for the BraveDocker for the Brave
Docker for the Brave
 

More from Carlos Catanejo

More from Carlos Catanejo (7)

Iso creationlog
Iso creationlogIso creationlog
Iso creationlog
 
Iso creationlog
Iso creationlogIso creationlog
Iso creationlog
 
Iso creationlog
Iso creationlogIso creationlog
Iso creationlog
 
Current id
Current idCurrent id
Current id
 
Apostila visual basic
Apostila visual basicApostila visual basic
Apostila visual basic
 
Iso creationlog
Iso creationlogIso creationlog
Iso creationlog
 
Iso creationlog
Iso creationlogIso creationlog
Iso creationlog
 

Recently uploaded

Gujarat Details in Hindi for children's for presentation in school
Gujarat Details in Hindi for children's for presentation in schoolGujarat Details in Hindi for children's for presentation in school
Gujarat Details in Hindi for children's for presentation in school
shouryajoshi5
 
La transidentité, un sujet qui fractionne les Français
La transidentité, un sujet qui fractionne les FrançaisLa transidentité, un sujet qui fractionne les Français
La transidentité, un sujet qui fractionne les Français
Ipsos France
 
30 Manipulation Techniques to be a smart person in society (1).pdf
30 Manipulation Techniques to be a smart person in society (1).pdf30 Manipulation Techniques to be a smart person in society (1).pdf
30 Manipulation Techniques to be a smart person in society (1).pdf
minaserver6679
 
erevna-influencers-social-media-stin-ellada
erevna-influencers-social-media-stin-elladaerevna-influencers-social-media-stin-ellada
erevna-influencers-social-media-stin-ellada
rvlassopoulou
 
MRS PUNE 2024 - WINNER AMRUTHAA UTTAM JAGDHANE
MRS PUNE 2024 - WINNER AMRUTHAA UTTAM JAGDHANEMRS PUNE 2024 - WINNER AMRUTHAA UTTAM JAGDHANE
MRS PUNE 2024 - WINNER AMRUTHAA UTTAM JAGDHANE
DK PAGEANT
 
Care Instructions for Activewear & Swim Suits.pdf
Care Instructions for Activewear & Swim Suits.pdfCare Instructions for Activewear & Swim Suits.pdf
Care Instructions for Activewear & Swim Suits.pdf
sundazesurf80
 
The Fascinating World of Bats: Unveiling the Secrets of the Night
The Fascinating World of Bats: Unveiling the Secrets of the NightThe Fascinating World of Bats: Unveiling the Secrets of the Night
The Fascinating World of Bats: Unveiling the Secrets of the Night
thomasard1122
 
Exploring Ancient Mysteries Visions of Atlantis.pptx
Exploring Ancient Mysteries Visions of Atlantis.pptxExploring Ancient Mysteries Visions of Atlantis.pptx
Exploring Ancient Mysteries Visions of Atlantis.pptx
Ruth Elisabeth Hancock
 
Johnny Depp Long Hair: A Signature Look Through the Years
Johnny Depp Long Hair: A Signature Look Through the YearsJohnny Depp Long Hair: A Signature Look Through the Years
Johnny Depp Long Hair: A Signature Look Through the Years
greendigital
 
EXPERIENCE MONSTER BITES STREETWEAR APPAREL
EXPERIENCE MONSTER BITES STREETWEAR APPARELEXPERIENCE MONSTER BITES STREETWEAR APPAREL
EXPERIENCE MONSTER BITES STREETWEAR APPAREL
6ctbkfpdxz
 

Recently uploaded (10)

Gujarat Details in Hindi for children's for presentation in school
Gujarat Details in Hindi for children's for presentation in schoolGujarat Details in Hindi for children's for presentation in school
Gujarat Details in Hindi for children's for presentation in school
 
La transidentité, un sujet qui fractionne les Français
La transidentité, un sujet qui fractionne les FrançaisLa transidentité, un sujet qui fractionne les Français
La transidentité, un sujet qui fractionne les Français
 
30 Manipulation Techniques to be a smart person in society (1).pdf
30 Manipulation Techniques to be a smart person in society (1).pdf30 Manipulation Techniques to be a smart person in society (1).pdf
30 Manipulation Techniques to be a smart person in society (1).pdf
 
erevna-influencers-social-media-stin-ellada
erevna-influencers-social-media-stin-elladaerevna-influencers-social-media-stin-ellada
erevna-influencers-social-media-stin-ellada
 
MRS PUNE 2024 - WINNER AMRUTHAA UTTAM JAGDHANE
MRS PUNE 2024 - WINNER AMRUTHAA UTTAM JAGDHANEMRS PUNE 2024 - WINNER AMRUTHAA UTTAM JAGDHANE
MRS PUNE 2024 - WINNER AMRUTHAA UTTAM JAGDHANE
 
Care Instructions for Activewear & Swim Suits.pdf
Care Instructions for Activewear & Swim Suits.pdfCare Instructions for Activewear & Swim Suits.pdf
Care Instructions for Activewear & Swim Suits.pdf
 
The Fascinating World of Bats: Unveiling the Secrets of the Night
The Fascinating World of Bats: Unveiling the Secrets of the NightThe Fascinating World of Bats: Unveiling the Secrets of the Night
The Fascinating World of Bats: Unveiling the Secrets of the Night
 
Exploring Ancient Mysteries Visions of Atlantis.pptx
Exploring Ancient Mysteries Visions of Atlantis.pptxExploring Ancient Mysteries Visions of Atlantis.pptx
Exploring Ancient Mysteries Visions of Atlantis.pptx
 
Johnny Depp Long Hair: A Signature Look Through the Years
Johnny Depp Long Hair: A Signature Look Through the YearsJohnny Depp Long Hair: A Signature Look Through the Years
Johnny Depp Long Hair: A Signature Look Through the Years
 
EXPERIENCE MONSTER BITES STREETWEAR APPAREL
EXPERIENCE MONSTER BITES STREETWEAR APPARELEXPERIENCE MONSTER BITES STREETWEAR APPAREL
EXPERIENCE MONSTER BITES STREETWEAR APPAREL
 

Tenha um domínio do regedit do windows

  • 1. www.hackerdopc.blogspot.com Tenha um domínio do REGEDIT do Windows #01 Bloquear acesso ao Painel de Controle REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoControlPanel /t REG_DWORD /d 0x00000001 /f #02 Forçar o estilo clássico no Painel de Controle REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v ForceClassicControlPanel /t REG_DWORD /d 0x00000001 /f #03 Bloquear a alteração do Papel de Parede REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoDesktopCleanupWizard /t REG_DWORD /d 0x00000001 /f #04 Desabilitar a Limpeza da Área de Trabalho REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoDesktopCleanupWizard /t REG_DWORD /d 0x00000001 /f #05 Remover a Lixeira da Área de Trabalho REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum" /v {645FF040-5081-101B-9F08- 00AA002F954E} /t REG_DWORD /d 0x00000001 /f #06 Remover Meus Documentos da Área de Trabalho REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum" /v {450D8FBA-AD25-11D0-98A8- 0800361B1103} /t REG_DWORD /d 0x00000001 /f #07 Remover Meu Computador da Área de Trabalho REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesNonEnum" /v {20D04FE0-3AEA-1069-A2D8- 08002B30309D} /t REG_DWORD /d 0x00000001 /f #08 Remover "Propriedades" do Menu de Contexto de Meus Documentos REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoPropertiesMyDocuments /t REG_DWORD /d 0x00000001 /f #09 Remover "Propriedades" do Menu de Contexto de Meu Computador REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoPropertiesMyComputer /t REG_DWORD /d 0x00000001 /f #10 Remover "Propriedades" do Menu de Contexto da Lixeira REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoPropertiesRecycleBin /t REG_DWORD /d 0x00000001 /f #11 Ocultar Meus Locais de Rede da Área de Trabalho REG ADD"HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoNetHood /t REG_DWORD /d 0x00000001 /f www.hackerdopc.blogspot.com #12 Remover o Internet Explorer da Área de Trabalho REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoInternetIcon /t REG_DWORD /d
  • 2. 0x00000001 /f #13 Não permitir que o usuário altere o caminho de Meus Documentos REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v DisablePersonalDirChange /t REG_DWORD /d 0x00000001 /f #14 Não Permitir o Compartilhamento de arquivos recentemente abertos REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoRecentDocsNetHood /t REG_DWORD /d 0x00000001 /f #15 Remover Logoff do Menu Iniciar REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoLogoff /t REG_DWORD /d 0x00000001 /f REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v ForceStartMenuLogOff /t REG_DWORD /d 0x00000000 /f #16 Remover e Impedir Acesso a Opção "Desligar" do Menu Iniciar REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoClose /t REG_DWORD /d 0x00000001 /f #17 Não manter Histórico de Documentos abertos recentemente REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoRecentDocHistory /t REG_DWORD /d 0x00000001 /f #18 Limpar Histórico de Documentos abertos recentemente ao sair REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v ClearRecentDocsOnExit /t REG_DWORD /d 0x00000001 /f #19 Remover Menus Personalizados REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v Intellimenus /t REG_DWORD /d 0x00000001 /f #20 Desativar Rastreamento do Usuário REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoInstrumentation /t REG_DWORD /d 0x00000001 /f #21 Bloquear "Barra de Tarefas" REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v LockTaskbar /t REG_DWORD /d 0x00000001 /f #22 Forçar "Menu Iniciar" no estilo Clássico REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoSimpleStartMenu /t REG_DWORD /d 0x00000001 /f #23 Remover as dicas dos balões nos itens do "Menu Iniciar" REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoSMBalloonTip /t REG_DWORD /d 0x00000001 /f www.hackerdopc.blogspot.com #24 Não Exibir "Barras de Ferramentas Personalizadas" na "Barra de Tarefas" REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoToolbarOnTaskbar /t REG_DWORD
  • 3. /d 0x00000001 /f #25 Desabilitar Atualizações Automáticas do Windows REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoAutoUpdate /t REG_DWORD /d 0x00000001 /f #26 Remover o "Gerenciador de Tarefas" [Ctrl+Alt+Del] REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem" /v DisableTaskMgr /t REG_DWORD /d 0x00000001 /f #27 Limpar o Histórico de Urls acessadas no Internet Explorer a cada 1 dia REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionInternet SettingsUrl History" /v DaysToKeep /t REG_DWORD /d 0x00000001 /f #28 Bloco de Notas como Editor Html padrão no Internet Explorer REG ADD "HKCUSoftwareMicrosoftInternet ExplorerDefault HTML Editor" /v Description /t REG_SZ /v "Bloco de notas" /f #29 Não Permitir o Internet Explorer coletar informações do AutoCompletar REG ADD "HKCUSoftwareMicrosoftInternet ExplorerMain" /v Use FormSuggest /t REG_SZ /d no /f REG ADD "HKCUSoftwareMicrosoftInternet ExplorerMain" /v FormSuggest Passwords /t REG_SZ /d no /f REG ADD "HKCUSoftwareMicrosoftInternet ExplorerMain" /v FormSuggest PW Ask /t REG_SZ /d no /f #30 Habilitar o Bloqueio de Foco REG ADD "HKCUControl PanelDesktop" /v ForegroundLockTimeout /t REG_DWORD /d 0x00030d40 /f REG ADD "HKU.DEFAULTControl PanelDesktop" /v ForegroundLockTimeout /t REG_DWORD /d 0x00030d40 /f #31 Finalização Automática das tarefas REG ADD "HKCUControl PanelDesktop" /v AutoEndTasks /t REG_SZ /d 1 /f REG ADD "HKU.DEFAULTControl PanelDesktop" /v AutoEndTasks /t REG_SZ /d 1 /f #32 Optimização no Boot REG ADD "HKLMSOFTWAREMicrosoftDfrgBootOptimizeFunction" /v Enable /t REG_SZ /d Y /f REG ADD "HKLMSOFTWAREMicrosoftDfrgBootOptimizeFunction" /v OptimizeComplete /t REG_SZ /d Yes /f #33 Ativar Num-Lock quando Entrar no Windows REG ADD "HKCUControl PanelKeyboard" /v InitialKeyboardIndicators /t REG_SZ /d 2 /f REG ADD "HKU.DEFAULTControl PanelDesktop" /v InitialKeyboardIndicators /t REG_SZ /d 2 /fboardIndicators /t REG_SZ /d 2 /f #34 Menu Iniciar Máis Rápido REG ADD "HKCUControl PanelDesktop" /v MenuShowDelay /t REG_SZ /d 100 /f REG ADD "HKU.DEFAULTControl PanelDesktop" /v MenuShowDelay /t REG_SZ /d 100 /f #35 Descarregar DLLs inutlizadas da Memória REG ADD "HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorer" /v AlwaysUnloadDLL /t REG_SZ /d 1 /f www.hackerdopc.blogspot.com #36 Aumentar o Número de Downloads Simultâneos no Internet Explorer REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionInternet Settings" /v MaxConnectionsPer1_0Server /t
  • 4. REG_DWORD /d 0x0000000a /f REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionInternet Settings" /v MaxConnectionsPerServer /t REG_DWORD /d 0000000a /f #37 Aumentar a Taxa de Upload REG ADD "HKLMSYSTEMCurrentControlSetServicesAFDParameters" /v DefaultSendWindow /t REG_DWORD /d 0x00018000 /f REG ADD "HKLMSYSTEMCurrentControlSetServicesTcpipParameters" /v EnablePMTUDiscovery /t REG_DWORD /d 0x00000001 /f #38 Limpeza de Disco Mais Eficaz (Prevenção contra Travamentos) REG DELETE "HKLMSOFTWAREMicrosoftWindowsCurrentVersionExplorerVolumeCachesCompress old files" /f #39 Limpar o Arquivo de Troca ao Encerrar o Windows REG ADD "HKLMSYSTEMCurrentControlSetControlSession ManagerMemory Management" /v ClearPageFileATShutdown /t REG_SZ /d 1 /f #40 Otimização TCP/IP REG ADD "HKLMSYSTEMCurrentControlSetServicesLanmanserverparameters" /v SizReqBuf /t REG_DWORD /d 0x00014596 /f REG ADD "HKLMSYSTEMCurrentControlSetServicesTcpipServiceProvider" /v class /t REG_DWORD /d 0x00000001 /f REG ADD "HKLMSYSTEMCurrentControlSetServicesTcpipServiceProvider" /v DnsPriority /t REG_DWORD /d 0x00000007 /f REG ADD "HKLMSYSTEMCurrentControlSetServicesTcpipServiceProvider" /v HostsPriority /t REG_DWORD /d 0x00000006 /f REG ADD "HKLMSYSTEMCurrentControlSetServicesTcpipServiceProvider" /v LocalPriority /t REG_DWORD /d 0x00000005 /f REG ADD "HKLMSYSTEMCurrentControlSetServicesTcpipServiceProvider" /v NetbtPriority /t REG_DWORD /d 0x00000008 /f #41 Pesquisa de Computadores Mais Eficaz REG DELETE "HKLMSoftwareMicrosoftWindowsCurrentVersionExplorerRemoteComputerNameSpace {D6277990- 4C6A-11CF-8D87-00AA0060F5BF}" /f #42 Desabilitar Cache para Thumbnails (Miniaturas) REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionExplorerAdvanced" /v DisableThumbnailCache /t REG_SZ /d 1 /f #43 Otimização para o Cache de DNS REG ADD "HKLMSYSTEMCurrentControlSetServicesDnscacheParameters" /v CacheHashTableBucketSize /t REG_DWORD /d 0x00000001 /f REG ADD "HKLMSYSTEMCurrentControlSetServicesDnscacheParameters" /v CacheHashTableSize /t REG_DWORD /d
  • 5. 0x00000180 /f REG ADD "HKLMSYSTEMCurrentControlSetServicesDnscacheParameters" /v MaxCacheEntryTtLimit /t REG_DWORD /d 0x0000fa00 /f REG ADD "HKLMSYSTEMCurrentControlSetServicesDnscacheParameters" /v MaxSOACacheEntryTtLimit /t REG_DWORD /d 0x0000012d /f #44 Remover Executar do Menu Iniciar REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoRun /t REG_DWORD /d 0x00000001 /f #45 Esconder Relógio do Windows REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v HideClock /t REG_DWORD /d 0x00000001 /f #46 Limpar Arquivos Temporários do Internet Explorer REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionInternet SettingsCache" /v Persistent /t REG_DWORD /d 0x00000000 /f #47 Desabilitar a Notificação de Antivírus Desativado REG ADD "HKLMSoftwareMicrosoftSecurity Center" /v AntiVirusDisableNotify /t REG_DWORD /d 0x00000001 /f #48 Desabilitar a Notificação de Firewall Desativado REG ADD "HKLMSoftwareMicrosoftSecurity Center" /v FirewallDisableNotify /t REG_DWORD /d 0x00000001 /f #49 Desabilitar a Notificação de Atualizações Automáticas Desativada REG ADD "HKLMSoftwareMicrosoftSecurity Center" /v UpdatesDisableNotify /t REG_DWORD /d 0x00000001 /f #50 Disabilitar Auto-Run do CD-ROM REG ADD "HKLMSoftwareCurrentControlSetServicesCdrom" /v AutoRun /t REG_DWORD /d 0x00000001 /f #51 Desabilitar o Sistema de Encriptação de Arquivos REG ADD "HKLMSoftwareMicrosoftWindows NTCurrentVersionEFS" /v EfsConfiguratiom /t REG_DWORD /d 0x00000001 /f #52 Desabilitar Mensagem de Notificação de Espaço em Disco Insuficiente REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v NoLowDiskSpaceChecks /t REG_DWORD /d 0x00000001 /f #53 Disabilitar Beeps de Erros REG ADD "HKCUControl PanelSound" /v Beep /t REG_SZ /d no /f #54 Desabilitar Restauração de Sistema REG ADD "HKLMSoftwareMicrosoftWindows NTCurrentVersionSystemRestore" /v DisableSR /t REG_DWORD /d 0x00000001 /f #55 Desabilitar Windows Messenger REG ADD "HKLMSoftwarePoliciesMicrosoftMessengerClient" /v PreventRun /t REG_DWORD /d 0x00000001 /f #56 Disable Windows Xp Firewall REG ADD "HKLMSystemCurrentControlSetSericesSharedAccessParametersFirewallPolicyStandard Profile" /v
  • 6. EnableFirewall /t REG_DWORD /d 0x00000000 /f #57 Mostrar a Versão do Windows no Desktop REG ADD "HKCUControl PanelDesktop" /v PaintDesktopVersion /t REG_DWORD /d 0x00000001 /f #58 Editar as Informações de Registro do Windows REG ADD "HKLMSoftwareMicrosoftWindows NTCurrentVersion" /v RegisteredOrganization /t REG_SZ /d CompanyNameHere /f REG ADD "HKLMSoftwareMicrosoftWindows NTCurrentVersion" /v RegisteredOwner /t REG_SZ /d OwnerNameHere /f #59 Alterar Diretório do CD do Windows REG ADD "HKLMSoftwareMicrosoftWindows NTCurrentVersion" /v SourcePath /t REG_SZ /d D:I836 /f #60 Alterar a Pasta Root do Sistema [Padrão: C:Windows] REG ADD "HKLMSoftwareMicrosoftWindows NTCurrentVersion" /v SystemRoot /t REG_SZ /d C:Windows /f #61 Alterar a Descrição do Computador REG ADD "HKLMSystemCurrentControlSetServicesLanmanserverparameters" /v srvcomment /t REG_SZ /d descrição /f #62 Habilitar Assistência Remota REG ADD "HKLMSystemCurrentControlSetControlTerminal Server" /v AllowTSConnections /t REG_DWORD /d 0x00000001 /f REG ADD "HKLMSystemCurrentControlSetControlTerminal Server" /v fDenyTSConnections /t REG_DWORD /d 0x00000001 /f REG ADD "HKLMSystemCurrentControlSetControlTerminal Server" /v fAllowToGetHelp /t REG_DWORD /d 0x00000001 /f #63 Desocultar o Relógio do Windows REG ADD "HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer" /v HideClock /t REG_DWORD /d 0x00000000 /f