Windows Registry Editor Version 5.00

; show hidden file extensions, folders, and protected system files
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"HideFileExt"=dword:00000000
"Hidden"=dword:00000001

; system restore enable if disabled by group policy
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\SystemRestore]
"DisableConfig"=-
"DisableSR"=-

; enable UAC with default level of security
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLUA"=dword:00000001
"ConsentPromptBehaviorAdmin"=dword:00000005
"PromptOnSecureDesktop"=dword:00000001

; rdp (remote desktop) disabled
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
"fDenyTSConnections"=dword:00000001

; scripting host disabled
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Script Host\Settings]
"Enabled"=dword:00000000

; autorun disabled on all drives
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=dword:000000ff
"NoDriveTypeAutoRun"=-

; macros disabled for word
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\14.0\Word\Security]
"VBAWarnings"=dword:00000002

; macros disabled for excel
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\14.0\Excel\Security]
"VBAWarnings"=dword:00000002

; macros disabled for project
[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Office\14.0\msproject\security]
"VBAWarnings"=dword:00000002
