Here are some things that could be usefull for others as well. Put the needed registry settings into a text file beginning with REGEDIT4 and put the .reg file into the HFSVPK folder. I've tested these settings - they are working for me and save me some time to get windows to look like I want after installing.
The HKEY_USERS\.DEFAULT\ values&keys will get integrated in every user profile that is created, so some will proably be not usefull for all.
-----------------------
CODE
Security related:
Disable Admin Shares (in a small homenetwork I don't need them - second key I think is not needed though)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]
"AutoShareServer"=dword:00000000
"AutoShareWks"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters]
"AutoShareServer"=dword:00000000
"AutoShareWks"=dword:00000000
Restrict anonymous access:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"restrictanonymous"=dword:00000002
Enable ctrl+Alt+Del for Logon:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DisableCAD"=dword:00000000
-----------------------
Some other useful things:
Disabling CD Autorun:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]
"AutoRun"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom\SOFTWARE\Classes\AudioCD\Shell]
""=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AudioCD\shell]
""=""
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=hex:03,ff,ff,ff
Disable recycle bin / set recycle bin to 0:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket]
"NukeOnDelete"=dword:00000001
"Percent"=dword:00000000
Disable Offline Files:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NetCache]
"DefCacheSize"=dword:00000000
"Enabled"=dword:00000000
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\NetCache]
"NoReminders"=dword:00000001
"SyncAtLogoff"=dword:00000000
Remove HFSLIP from installed Software:
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\HFSLIPTotalSlipstream]
Drag full windows / enable font smoothing / rolling transition effect:
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"DragFullWindows"="1"
"FontSmoothing"="2"
"UserPreferencesMask"=hex:9e,28,00,80
Enable Hidden Files/Folders / Disable IntelliMenues / Show compressed files with different color / Disable Webview / Show Logoff / Do not scroll Program menue
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Hidden"=dword:00000001
"HideFileExt"=dword:00000000
"IntelliMenus"="No"
"ShowCompColor"=dword:00000001
"ShowSuperHidden"=dword:00000001
"SuperHidden"=dword:00000000
"WebView"=dword:00000000
"StartMenuLogoff"=dword:00000001
"StartMenuScrollPrograms"="NO"
Snap mouse:
[HKEY_USERS\.DEFAULT\Control Panel\Mouse]
"SnapToDefaultButton"="1"
Do not show tips at startup:
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\tips]
"Show"=dword:00000000
Disable Recent Docs History / Disable Recent Docs in Start Menue / Don't show Start here tooltip
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRecentDocsHistory"=dword:00000001
"NoRecentDocsMenu"=dword:00000001
"NoStartBanner"=hex:01,00,00,00
-----------------------
IE related:
Blank start page:
[HKEY_USERS\.DEFAULT\Software\Microsoft\Internet Explorer\Main]
"Start Page"="about:blank"
0 days history:
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Url History]
"DaysToKeep"=dword:00000000
Some settings the internet connection Wizard makes:
[HKEY_CURRENT_CONFIG\Software\Microsoft\windows\CurrentVersion\Internet Settings]
"EnableAutodial"=hex:00,00,00,00
"ProxyEnable"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Hardware Profiles\Current\Software\Microsoft\windows\CurrentVersion\Internet Settings]
"EnableAutodial"=hex:00,00,00,00
"ProxyEnable"=dword:00000000
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"EnableAutodial"=hex:00,00,00,00
"NoNetAutodial"=-
"NoNetAutodial"=hex:00,00,00,00
"ProxyEnable"=dword:00000000
"ProxyOverride"=""
"ProxyServer"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Welcome\ICW]
"@"=dword:00000001
Set Internet Connection Wizard completed:
[HKEY_USERS\.DEFAULT\Software\Microsoft\Internet Connection Wizard]
"Completed"=hex:01,00,00,00
Do not create Internet Connection Wizard desktop icon:
[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Runonce]
"^SetupICWDesktop"=-
