Windows Registry Editor Version 5.00
;AutoEndTasks, HungAppTimeout, WaitToKillAppTimeout, and ForegroundLockTimeout improve shutdown time or application response if applications are hung.
;MenuShowDelay is the time in milliseconds that it takes for a menu to pop out when hovered over. The default is 400.
;PaintDesktopVersion writes the OS version and build info on the bottom right of the desktop.
[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
"ForegroundLockTimeout"=dword:00000000
"HungAppTimeout"="100"
"MenuShowDelay"="0"
"WaitToKillAppTimeout"="200"
"PaintDesktopVersion"=dword:00000000
;RAM usage tweaks
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001
"LargeSystemCache"=dword:00000000
"IoPageLockLimit"=dword:00010000
"SecondLevelDataCache"=dword:00000100
;Prefetcher tweak(faster booting)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
"EnablePrefetcher"=dword:00000003
;Show all hidden devices in device manager
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]
"DEVMGR_SHOW_NONPRESENT_DEVICES"=1
;Show detailed Device settings
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]
"DEVMGR_SHOW_DETAILS"="1"
;This will allow you to autologin.
;Replace InsertName value with the Username you want to autologin with.
;Replace InsertPassword value with the password corresponding to the Username specified.
;Logontype set to zero disables the Welcome screen and uses Classic Logon
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="jouw gebruikersnaam"
"DefaultPassword"="opgegeven paswoord"
"AutoAdminLogon"="1"
"LogonType"=dword:00000000
;Disable the Creation of Last Known Good
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"ReportBootOk"="0"
;This will add "Services" to the right-click menu of "My Computer"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services]
@=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00,73,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
;Adds the 'command prompt open here' to shellfolders
[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Opdrachtprompt openen"
[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\""
[HKEY_CLASSES_ROOT\Drive\shell\cmd]
@="Opdrachtprompt openen"
[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
@="cmd.exe /k \"cd %L\""
;Do not cache failed DNS lookups
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d
;Max your Internet Explorer's simultaneous downloads to 10 (default was 2)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPer1_0Server"=dword:0000000a
"MaxConnectionsPerServer"=dword:0000000a
;Broadband tweak
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
GlobalMaxTcpWindowSize="256960"
TcpWindowSize="256960"
Tcp1323Opts="1"
DefaultTTL="64"
EnablePMTUDiscovery="1"
EnablePMTUBHDetect="0"
SackOpts="1"
TcpMaxDupAcks="2"
MTU="1500"
;Disables CD autorun
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveTypeAutoRun"=hex:b5,00,00,00
;Speed up browsing remote computers
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]
;Speed up NTFS
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"Win31FileSystem"=dword:00000000
"Win95TruncatedExtensions"=dword:00000001
"NtfsDisableLastAccessUpdate"=dword:00000001
;Disable QoS
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched]
"NonBestEffortLimit"=dword:00000000
;Disable Autoupdates
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"AUOptions"=dword:00000001
"AUState"=dword:00000007
;Disable System Restore
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]
"DisableSR"=dword:00000001
;Apply Regdone
[HKEY_LOCAL_MACHNE\Software\Microsoft\WindowsNT\CurrentVersion]
"RegDone"="1"
;Disables Error Reporting, but notifies when errors occur
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]
"DoReport"=dword:00000000
;Allow renaming of Recycle Bin
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:50,01,00,20
"CallForAttributes"=dword:00000000
;Disable persistent internet caching, among other things, you pr0nmonkey!
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Cache]
"FreshnessInterval"=hex:80,f4,03,00
"CleanupFactor"=hex:19,00,00,00
"CleanupTime"=hex:00,00,00,00
"Persistent"=hex:00,00,00,00
"CleanupInterval"=hex:80,51,01,00
"DebugFlag"=hex:ff,ff,00,00
;Fixes slowdown problem starting Outlook Express when you delete
;Windows Messenger, and it disables the splash screen
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{FB7199AB-79BF-11d2-8D94-0000F875C541}\InProcServer32]
"ThreadingModel"="Apartment"
@=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{FB7199AB-79BF-11d2-8D94-0000F875C541}\LocalServer32]
"ThreadingModel"="Apartment"
@=""
;recycle bin uses 3% of available space (not 10%)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BitBucket]
"Percent"=dword:00000003
;mount net-drives first, when they are needed
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\NetworkProvider]
"RestoreConnection"=dword:00000000
;delete "shared documents"
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]
;Removes Language Bar
[-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]
@="Language bar"
"MenuTextPUI"="@%SystemRoot%\System32\msutb.dll,-325"
;Enable Boot Defrag
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction]
"Enable"="Y"
;Disable User Tracking
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoInstrumentation"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoResolveTrack"=dword:00000001
"NoResolveSearch"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WBEM\CIMOM]
"EnableEvents"="0"
"Logging"="0"
;(Alexa)
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}]
;Disable the Ability to Remotely Shutdown the Computer Browser Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MrxSmb\Parameters]
"RefuseReset"=dword:00000001
;Increase the USB Polling Interval
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Usb\0000]
"IdleEnable"=dword:00000001
;Usb Error Checking
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Usb]
"ErrorCheckingEnabled"=dword:00000000
;Disable simple file sharing XP Pro in a Workgroup
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
"forceguest"=dword:00000000
;Disables the NetCache functionality
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\NetCache]
"SyncAtLogon"=dword:00000000
"SyncAtLogoff"=dword:00000000
"NoReminders"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NetCache]
"Enabled"=dword:00000000
;Turn off system beeps
[HKEY_CURRENT_USER\Control Panel\Sound]
"beep"="no"
;Disable Remote-Desktop
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
"fDenyTSConnections"=dword:00000001
"fAllowToGetHelp"=dword:00000000
;Disable ClipBook
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClipSrv]
"Start"=dword:00000004
;Disable TCP/IP NetBIOS Helper
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LmHosts]
"Start"=dword:00000004
;Disable Remote Registry
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
"Start"=dword:00000004
;Disable Remote Desktop Help Session Manager
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RDSessMgr]
"Start"=dword:00000004
;Disable Routing and Remote Access
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteAccess]
"Start"=dword:00000004
;Disable Secondary Log-on
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\seclogon]
"Start"=dword:00000004
;Disable Performance Logs & Alerts
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysmonLog]
"Start"=dword:00000004
;Disable Telephony
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TapiSrv]
"Start"=dword:00000004
;Disable Wireless Zero Configuration
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC]
"Start"=dword:00000004
;Disable Security Center
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]
"Start"=dword:00000004
;Enable http password in url
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_HTTP_USERNAME_PASSWORD_DISABLE]
"iexplore.exe"=dword:00000000
"explorer.exe"=dword:00000000
;Pagingfile instellen op D: met als grootte 512 MB
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"PagingFiles"=hex(7):44,00,3a,00,5c,00,70,00,61,00,67,00,65,00,66,00,69,00,6c,\
00,65,00,2e,00,73,00,79,00,73,00,20,00,35,00,31,00,32,00,20,00,35,00,31,00,\
32,00,00,00,00,00
;NoLowDiskSpaceChecks won't check if you are low on diskspace or pop-up a balloon telling you.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001
;Disable the Desktop Cleanup Wizard
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]
"NoRun"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"EnableAutoTray"=dword:00000000
;Remove Shortcut Arrows
[HKEY_CLASSES_ROOT\lnkfile]
"IsShortcut"=-
[HKEY_CURRENT_USER\Control Panel\Accessibility\StickyKeys]
"Flags"="506"
;-----Disable Filterkeys shortcut-----
[HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response]
"Flags"="122"
;-----Disable ToggleKeys shortcut-----
[HKEY_CURRENT_USER\Control Panel\Accessibility\ToggleKeys]
"Flags"="58"
;Disable Scrip Debugger for Internet Explorer
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Disable Script Debugger"="yes"
"NotifyDownloadComplete"="yes"
"ShowGoButton"="no"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"FolderContentsInfoTip"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\tips]
"Show"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartButtonBalloonTip"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowInfoTip"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSMBalloonTip"=dword:00000001
;Search with google from the address bar instead of MSN
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchUrl\zoek]
@="http://www.google.com/search?q=%s"
;Do Not Start MS-Messenger with Outlook Express
[HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express]
"Hide Messenger"=dword:00000001
;Enable word wrap and status bar in notepad, and give it Tahoma font
[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"fWrap"=dword:00000000
"StatusBar"=dword:00000001
"lfFaceName"="Tahoma"
;Enable ClearType for ALL Users
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingType"="2"
;Change Default Search Options (1 = ON, 0 = OFF)
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"SearchSystemDirs"=dword:00000001
"SearchHidden"=dword:00000001
"IncludeSubFolders"=dword:00000001
"CaseSensitive"=dword:00000000
"SearchSlowFiles"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Explorer Bars\{C4EE31F3-4768-11D2-BE5C-00A0C9A83DA1}]
"UseSearchOptions"=dword:00000001
;Force Classic Control Panel
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ForceClassicControlPanel"=dword:00000001
;Remove System Folders Baricade
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\WebView\BarricadedFolders]
"shell:ControlPanelFolder"=dword:00000000
"shell:SystemDriveRootFolder"=dword:00000000
"shell:ProgramFiles"=dword:00000000
"shell:Windows"=dword:00000000
"shell:System"=dword:0000000
;Don't Group Similar Taskbar Buttons
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarGlomming"=dword:00000000
;Prevents Internet Explorer windows from being reused
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"AllowWindowReuse"=dword:00000000
;Remove Shared Documents from My Computer
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
"NoSharedDocuments"="1"
; Get rid of that annoying backwards warning.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\SuperHidden]
"WarningIfNotDefault"=-
;Sets the Internet Explorer cache size to 30 MB
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\Cache\Content]
"PerUserItem"=dword:00000001
"CachePrefix"=""
"CacheLimit"=dword:00007800
;Removes the Windows Help and Documents button from the Classic Startmenu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSMHelp"=dword:1
"NoRecentDocsMenu"=dword:1
[HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"NoSMHelp"=dword:1
"NoRecentDocsMenu"=dword:1
;Add Copy To to right click menu
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers]
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"
;Add Move To to right click menu
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"
;Show custom desktop
[HKEY_CURRENT_USER\Control Panel\Desktop]
"Wallpaper"="achtergrond.bmp"
; WallpaperStyle 0 = Center, 1 = Tile, 2 = Stretch
"WallpaperStyle"="0"
"TileWallpaper"="0"
;Remove Program Acces and defaults from the software panel
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies]
"NoChooseProgramsPage"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall]
"NoChooseProgramsPage"=dword:00000001
;Show custom theme instead of luna at user logon window
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\ThemeManager]
"WCreatedUser"="1"
"LoadedBefore"="1"
"LMVersion"="103"
"ThemeActive"="1"
"Dllname"=hex(2):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,52,00,65,00,73,00,6f,00,75,00,72,00,63,00,65,00,73,00,5c,\
00,74,00,68,00,65,00,6d,00,65,00,73,00,5c,00,57,00,55,00,52,00,50,00,53,00,\
44,00,61,00,72,00,6b,00,5c,00,57,00,55,00,52,00,50,00,53,00,44,00,61,00,72,\
00,6b,00,2e,00,6d,00,73,00,73,00,74,00,79,00,6c,00,65,00,73,00,00,00
"LastUserLangID"="1043"
"ColorName"="NormalColor"
"SizeName"="NormalSize"
;Geschiedenis instellen op “0” dagen
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Url History]
"DaysToKeep"=dword:00000000
;Zone “Het Internet” instellen op standaard beveiligingsniveau
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
"CurrentLevel"=dword:00011000
;Automatisch controleren op updates voor IE uitschakelen
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"NoUpdateCheck"=dword:00000001
;Zoeken vanaf adresbalk uitschakelen
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"AutoSearch"=dword:00000000
;Replace MSN search with google search
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Use Search Asst"="no"
"Search Page"="http://www.google.com"
"Search Bar"="http://www.google.com/ie"
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchURL]
""="http://www.google.com/keyword/%s"
"provider"="zoek"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]
"SearchAssistant"="http://www.google.com/ie"
;Onlangs geopende bestanden niet bijhouden
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRecentDocsHistory"=dword:00000001
;Deze computer boven mijn documenten
[HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
"SortOrderIndex"=dword:00000054
;Vergrendel de taakbalk
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"TaskbarSizeMove"=dword:00000000
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
"VisualFXSetting"=dword:00000003
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\AnimateMinMax]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ComboBoxAnimation]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\CursorShadow]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DragFullWindows]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\DropShadow]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\FontSmoothing]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListBoxSmoothScrolling]
"DefaultValue"=dword:0000000
"DefaultApplied"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewAlphaSelect]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewShadow]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\ListviewWatermark]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\MenuAnimation]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\SelectionFade]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TaskbarAnimations]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\Themes]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\TooltipAnimation]
"DefaultValue"=dword:00000000
"DefaultApplied"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects\WebView]
"DefaultValue"=dword:00000001
"DefaultApplied"=dword:00000001
;Various Explorer tweaks
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"FolderContentsInfoTip"=dword:00000000
"StartButtonBalloonTip"=dword:00000000
"ShowInfoTip"=dword:00000000
"Hidden"=dword:00000001
"ShowCompColor"=dword:00000001
"HideFileExt"=dword:00000000
"DontPrettyPath"=dword:00000001
"HideIcons"=dword:00000000
"MapNetDrvBtn"=dword:00000000
"WebView"=dword:00000001
"Filter"=dword:00000000
"ShowSuperHidden"=dword:00000001
"SuperHidden"=dword:00000001
"SeparateProcess"=dword:00000000
"ListviewAlphaSelect"=dword:00000000
"ListviewShadow"=dword:00000001
"ListviewWatermark"=dword:00000000
"TaskbarAnimations"=dword:00000000
"StartMenuInit"=dword:00000000
"DisableThumbnailCache"=dword:00000001
"EnableBalloonTips"=dword:00000000
"TaskbarSizeMove"=dword:00000000
"TaskbarGlomming"=dword:00000000
"Start_LargeMFUIcons"=dword:00000001
"Start_MinMFU"=dword:00000000
"Start_ShowRecentDocs"=dword:00000000
"Start_AutoCascade"=dword:00000001
"Start_NotifyNewApps"=dword:00000000
"NoNetCrawling"=dword:00000001
"FriendlyTree"=dword:00000000
"WebViewBarricade"=dword:00000001
"ClassicViewState"=dword:00000001
"PersistBrowsers"=dword:00000000
"StartMenuAdminTools"="YES"
"StartMenuFavorites"=dword:00000000
"StartMenuRun"=dword:00000001
"StartMenuChange"=dword:00000001
"CascadeMyDocuments"="NO"
"CascadeMyPictures"="NO"
"CascadePrinters"="NO"
"StartMenuScrollPrograms"="NO"
"IntelliMenus"=dword:00000000
;Drag windows full or not
[HKEY_CURRENT_USER\Control Panel\Desktop]
"DragFullWindows"="0"
;Visual minimize / maximize effects
[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
"MinAnimate"="0"
;Muisinstellingen
[HKEY_CURRENT_USER\Control Panel\Mouse]
"ActiveWindowTracking"=dword:00000000
"DoubleClickHeight"="4"
"DoubleClickSpeed"="500"
"DoubleClickWidth"="4"
"MouseSensitivity"="16"
"MouseSpeed"="0"
"MouseThreshold1"="0"
"MouseThreshold2"="0"
"SnapToDefaultButton"="0"
"SwapMouseButtons"="0"
"MouseTrails"="0"
;Muisschaduw uitschakelen
[HKEY_CURRENT_USER\Control Panel\Desktop]
"UserPreferencesMask"=hex:9e,1e,03,80
;Toolbar buttons and positions
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Toolbar]
"LinksFolderName"="Koppelingen"
"Locked"=dword:00000001
;enable quick-launch bar near start-menu
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]
"Default Taskbar"=hex:0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,\
d8,64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,01,00,00,1a,00,00,00,\
01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,\
00,00,00,c0,00,00,00,00,00,00,46,83,00,00,00,10,00,00,00,a0,b0,48,5e,89,8d,\
bd,01,00,d8,9e,e4,2a,8d,bd,01,00,45,fe,5e,89,8d,bd,01,00,00,00,00,00,00,00,\
00,01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,13,01,14,00,1f,0f,e0,4f,\
d0,20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,23,44,3a,5c,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,cd,97,15,00,31,00,00,00,00,00,af,24,5c,\
b9,10,80,57,69,6e,6e,74,00,00,20,00,31,00,00,00,00,00,af,24,a3,b9,10,00,50,\
72,6f,66,69,6c,65,73,00,50,52,4f,46,49,4c,45,53,00,19,00,31,00,00,00,00,00,\
c1,24,08,92,10,00,69,65,35,30,30,2e,30,30,30,00,00,28,00,31,00,00,00,00,00,\
c1,24,08,92,10,00,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,00,41,50,\
50,4c,49,43,7e,31,00,21,00,31,00,00,00,00,00,c5,22,9d,91,10,00,4d,69,63,72,\
6f,73,6f,66,74,00,4d,49,43,52,4f,53,7e,31,00,29,00,31,00,00,00,00,00,d3,22,\
32,a6,10,00,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,00,49,4e,54,\
45,52,4e,7e,31,00,24,00,31,00,00,00,00,00,db,22,76,ba,10,00,51,75,69,63,6b,\
20,4c,61,75,6e,63,68,00,51,55,49,43,4b,4c,7e,31,00,00,00,8d,00,00,00,1c,00,\
00,00,01,00,00,00,1c,00,00,00,36,00,00,00,0d,f0,ad,ba,8c,00,00,00,1a,00,00,\
00,03,00,00,00,e7,18,2d,23,10,00,00,00,49,45,35,30,30,5f,58,31,43,00,43,3a,\
5c,57,49,4e,4e,54,5c,50,72,6f,66,69,6c,65,73,5c,49,45,35,30,30,2e,30,30,30,\
5c,41,70,70,6c,69,63,61,74,69,6f,6e,20,44,61,74,61,5c,4d,69,63,72,6f,73,6f,\
66,74,5c,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,5c,51,75,69,63,\
6b,20,4c,61,75,6e,63,68,00,00,10,00,00,00,05,00,00,a0,1a,00,00,00,a3,00,00,\
00,00,00,00,00,08,00,00,00,02,00,00,00,cc,00,00,00,01,00,00,00,03,00,00,00,\
4a,00,00,00,01,00,00,00,40,00,32,00,e6,01,00,00,c4,24,15,9f,20,00,4c,61,75,\
6e,63,68,20,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,20,42,72,6f,\
77,73,65,72,2e,6c,6e,6b,00,4c,41,55,4e,43,48,7e,32,2e,4c,4e,4b,00,00,00,40,\
00,00,00,02,00,00,00,36,00,32,00,48,02,00,00,c4,24,15,9f,20,00,4c,61,75,6e,\
63,68,20,4f,75,74,6c,6f,6f,6b,20,45,78,70,72,65,73,73,2e,6c,6e,6b,00,4c,41,\
55,4e,43,48,7e,31,2e,4c,4e,4b,00,00,00,36,00,00,00,00,00,00,00,2c,00,32,00,\
51,00,00,00,ec,22,46,39,20,00,53,68,6f,77,20,44,65,73,6b,74,6f,70,2e,73,63,\
66,00,53,48,4f,57,44,45,7e,31,2e,53,43,46,00,00,00,52,00,00,00,e0,00,00,00,\
00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,01,\
00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,18,b4,37,02,\
00,00,e0,00,00,00,00,00,00,00,16,00,00,00,00,00,00,00,00,00,00,00,16,00,00,\
00,00,00,00,00,01,00,00,00
"TaskbarWinXP"=hex:0c,00,00,00,08,00,00,00,02,00,00,00,00,00,00,00,b0,e2,2b,d8,\
64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,11,00,00,1a,00,00,00,01,\
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,00,\
00,00,c0,00,00,00,00,00,00,46,81,00,00,00,11,00,00,00,48,53,ba,9f,d1,a4,c4,\
01,aa,0c,c1,f5,d1,a4,c4,01,aa,0c,c1,f5,d1,a4,c4,01,00,00,00,00,00,00,00,00,\
01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,a7,01,14,00,1f,50,e0,4f,d0,\
20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,2f,43,3a,5c,00,00,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,00,5c,00,31,00,00,00,00,00,3b,31,b3,a3,\
10,00,44,4f,43,55,4d,45,7e,31,00,00,44,00,03,00,04,00,ef,be,3b,31,ae,b2,3b,\
31,b3,a3,14,00,00,00,44,00,6f,00,63,00,75,00,6d,00,65,00,6e,00,74,00,73,00,\
20,00,61,00,6e,00,64,00,20,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,\
00,00,00,18,00,4a,00,31,00,00,00,00,00,3b,31,28,a7,10,00,4b,4c,41,41,53,4e,\
7e,31,00,00,32,00,03,00,04,00,ef,be,3b,31,b3,a3,3b,31,28,a7,14,00,00,00,4b,\
00,6c,00,61,00,61,00,73,00,20,00,4e,00,65,00,6b,00,65,00,6d,00,61,00,6e,00,\
00,00,18,00,64,00,31,00,00,00,00,00,3b,31,d1,a4,13,00,41,50,50,4c,49,43,7e,\
31,00,00,4c,00,03,00,04,00,ef,be,3b,31,b3,a3,3b,31,d1,a4,14,00,36,00,41,00,\
70,00,70,00,6c,00,69,00,63,00,61,00,74,00,69,00,6f,00,6e,00,20,00,44,00,61,\
00,74,00,61,00,00,00,40,73,68,65,6c,6c,33,32,2e,64,6c,6c,2c,2d,32,31,37,36,\
35,00,18,00,21,00,31,00,00,00,00,00,c5,22,9d,91,10,00,4d,69,63,72,6f,73,6f,\
66,74,00,4d,49,43,52,4f,53,7e,31,00,29,00,31,00,00,00,00,00,d3,22,32,a6,10,\
00,49,6e,74,65,72,6e,65,74,20,45,78,70,6c,6f,72,65,72,00,49,4e,54,45,52,4e,\
7e,31,00,24,00,31,00,00,00,00,00,db,22,76,ba,10,00,51,75,69,63,6b,20,4c,61,\
75,6e,63,68,00,51,55,49,43,4b,4c,7e,31,00,00,00,10,00,00,00,05,00,00,a0,1a,\
00,00,00,37,01,00,00,60,00,00,00,03,00,00,a0,58,00,00,00,00,00,00,00,62,6f,\
76,65,6e,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,29,91,fa,9d,c4,10,d9,11,94,fc,00,10,b5,10,90,d5,00,00,00,00,\
00,00,00,00,00,00,00,00,00,00,00,00,29,91,fa,9d,c4,10,d9,11,94,fc,00,10,b5,\
10,90,d5,00,00,00,00,08,00,00,00,02,00,00,00,4a,02,00,00,01,00,00,00,05,00,\
00,00,72,00,00,00,00,00,00,00,64,00,32,00,4f,00,00,00,3b,31,d2,a4,20,00,42,\
55,52,45,41,55,7e,31,2e,53,43,46,00,00,48,00,03,00,04,00,ef,be,3b,31,d2,a4,\
3b,31,d2,a4,14,00,00,00,42,00,75,00,72,00,65,00,61,00,75,00,62,00,6c,00,61,\
00,64,00,20,00,77,00,65,00,65,00,72,00,67,00,65,00,76,00,65,00,6e,00,2e,00,\
73,00,63,00,66,00,00,00,1c,00,00,00,00,00,00,00,92,00,00,00,02,00,00,00,84,\
00,32,00,0b,03,00,00,3b,31,d3,a4,20,00,44,45,49,4e,54,45,7e,31,2e,4c,4e,4b,\
00,00,68,00,03,00,04,00,ef,be,3b,31,d1,a4,3b,31,d1,a4,14,00,00,00,44,00,65,\
00,20,00,49,00,6e,00,74,00,65,00,72,00,6e,00,65,00,74,00,20,00,45,00,78,00,\
70,00,6c,00,6f,00,72,00,65,00,72,00,2d,00,62,00,72,00,6f,00,77,00,73,00,65,\
00,72,00,20,00,73,00,74,00,61,00,72,00,74,00,65,00,6e,00,2e,00,6c,00,6e,00,\
6b,00,00,00,1c,00,00,00,00,00,00,00,60,00,00,00,04,00,00,00,52,00,32,00,92,\
02,00,00,3b,31,b9,a4,20,00,46,4c,59,32,30,30,7e,31,2e,4c,4e,4b,00,00,36,00,\
03,00,04,00,ef,be,3b,31,b9,a4,3b,31,b9,a4,14,00,00,00,46,00,6c,00,79,00,20,\
00,32,00,30,00,30,00,30,00,20,00,54,00,56,00,2e,00,6c,00,6e,00,6b,00,00,00,\
1c,00,00,00,00,00,00,00,68,00,00,00,01,00,00,00,5a,00,32,00,98,02,00,00,3b,\
31,ce,a4,20,00,4f,55,54,4c,4f,4f,7e,31,2e,4c,4e,4b,00,00,3e,00,03,00,04,00,\
ef,be,3b,31,ce,a4,3b,31,ce,a4,14,00,00,00,4f,00,75,00,74,00,6c,00,6f,00,6f,\
00,6b,00,20,00,45,00,78,00,70,00,72,00,65,00,73,00,73,00,2e,00,6c,00,6e,00,\
6b,00,00,00,1c,00,00,00,00,00,00,00,72,00,00,00,03,00,00,00,64,00,32,00,c4,\
02,00,00,3b,31,cd,a4,20,00,57,49,4e,44,4f,57,7e,31,2e,4c,4e,4b,00,00,48,00,\
03,00,04,00,ef,be,3b,31,cd,a4,3b,31,cd,a4,14,00,00,00,57,00,69,00,6e,00,64,\
00,6f,00,77,00,73,00,20,00,4d,00,65,00,64,00,69,00,61,00,20,00,50,00,6c,00,\
61,00,79,00,65,00,72,00,2e,00,6c,00,6e,00,6b,00,00,00,1c,00,00,00,00,00,00,\
00,80,00,00,00,60,07,00,00,00,00,00,00,1e,00,00,00,00,00,00,00,00,00,00,00,\
1e,00,00,00,00,00,00,00,01,00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,\
78,00,c0,4f,d9,18,b4,69,03,00,00,60,0d,00,00,00,00,00,00,1e,00,00,00,00,00,\
00,00,00,00,00,00,1e,00,00,00,00,00,00,00,01,00,00,00
"Toolbars"=hex:11,00,00,00,00,00,00,00
"Upgrade"=dword:00000001
;Set taskbar size and positions
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2]
"Settings"=hex:28,00,00,00,ff,ff,ff,ff,02,00,00,00,03,00,00,00,3b,00,00,00,1e,\
00,00,00,00,00,00,00,e2,03,00,00,00,05,00,00,00,04,00,00
;Sort icons desktop automaticly
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags\1\Desktop]
"FFlags"=dword:00000225
"Sort"=dword:00000000
;num lock on
[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"
;This adds Device Manager to right click on My Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Devices]
@=hex(2):44,00,65,00,76,00,69,00,63,00,65,00,20,00,4d,00,61,00,6e,00,61,00,67,\
00,65,00,72,00,00,00
"SuppressionPolicy"=dword:4000003c
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Devices\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,64,00,65,00,76,00,6d,00,67,00,6d,00,74,00,2e,00,6d,00,73,00,63,\
00,20,00,2f,00,73,00,00,00
;Extra Internet Explorer options
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Media]
"SuppressOnlineContent"="yes"
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main]
"SmoothScroll"=dword:00000000
"Friendly http errors"="no"
"Error Dlg Displayed On Every Error"="no"
"FormSuggest Passwords"="no"
"FormSuggest PW Ask"="no"
"Enable AutoImageResize"="no"
"Enable_MyPics_Hoverbar"="no"
"Window Title"=""
;Shell folders
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
"Cookies"="%systemroot%\\Cookies"
"Favorites"="D:\\Favorieten"
"Personal"="D:\\Mijn documenten"
"Cache"="%systemroot%\\Temporary Internet Files"
"History"="%systemroot%\\Geschiedenis"
"My Pictures"="D:\\Mijn documenten\\Afbeeldingen"
"My Music"="D:\\Mijn documenten\\Muziek"
"My Video"="D:\\Mijn documenten\\Video's"
;Remove's the annoying clicking sound
[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.Current]
@=""
[HKEY_CURRENT_USER\AppEvents\Schemes\Apps\Explorer\Navigating\.Default]
@=""
;Expand Details in Explorer
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\ShellNoRoam\DUIBags\ShellFolders\{00021400-0000-0000-C000-000000000046}]
"ExpandDetailsTasks"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\ShellNoRoam\DUIBags\ShellFolders\{20D04FE0-3AEA-1069-A2D8-08002B30309D}]
"ExpandDetailsTasks"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\ShellNoRoam\DUIBags\ShellFolders\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
"ExpandDetailsTasks"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\ShellNoRoam\DUIBags\ShellFolders\{645FF040-5081-101B-9F08-00AA002F954E}]
"ExpandDetailsTasks"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\ShellNoRoam\DUIBags\ShellFolders\{E17D4FC0-5564-11D1-83F2-00A0C90DC849}]
"ExpandDetailsTasks"=dword:00000001
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\ShellNoRoam\DUIBags\ShellFolders\{F3364BA0-65B9-11CE-A9BA-00AA004AE837}]
"ExpandDetailsTasks"=dword:00000001
;WMP Preferences
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\MediaPlayer\Player\Settings]
"View"="0"
"AutoSize"="no"
"AlwaysOnTop"="no"
"Volume"="0"
"Balance"="0"
"PlayCount"="1"
"AutoRewind"="yes"
"Zoom"="4"
"Mute"="no"
"FullScreenControls"="no"
"Captioning"="no"
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\MediaPlayer\Preferences]
"AcceptedPrivacyStatement"=dword:00000001
"UpgradeCheckFrequency"=dword:00000002
"StretchToFit"=dword:00000001
"FirstRun"=dword:00000000
"DoNotShowAnchor"=dword:00000001
"EnableScreenSaver"=dword:00000000
"ForceOnline"=dword:00000000
"UpgradeCodecPrompt"=dword:00000000
"DisableMRU"=dword:00000001
"MetadataRetrieval"=dword:00000002
"SendUserGUID"=hex:00
"SilentAcquisition"=dword:00000000
"UsageTracking"=dword:00000000
"PlayerScriptCommandsEnabled"=dword:00000000
"WebScriptCommandsEnabled"=dword:00000001
"WebStreamsEnabled"=dword:00000001
"ShowAppTitlebar"=dword:00000001
"ShowEffects"=dword:00000001
"ShowFullScreenPlaylist"=dword:00000000
"NowPlayingQuickHide"=dword:00000000
"ShowTitles"=dword:00000001
"ShowCaptions"=dword:00000000
"NowPlayingPlaylist"=dword:00000001
"NowPlayingMetadata"=dword:00000001
"NowPlayingSettings"=dword:00000000
"VizAutoSelect"=dword:00000001
"CurrentDisplayView"="VizView"
"CurrentSettingsView"="EQView"
"CurrentMetadataView"="MediaInfoView"
"CurrentDisplayPreset"=dword:00000000
"CurrentSettingsPreset"=dword:00000000
"CurrentMetadataPreset"=dword:00000000
"UserDisplayView"="VizView"
"UserWMPDisplayView"="VizView"
"UserWMPSettingsView"="EQView"
"UserWMPMetadataView"="MediaInfoView"
"UserDisplayPreset"=dword:00000000
"UserWMPDisplayPreset"=dword:00000000
"UserWMPSettingsPreset"=dword:00000000
"UserWMPMetadataPreset"=dword:00000000
"UserWMPShowSettings"=dword:00000000
"UserWMPShowMetadata"=dword:00000000
"ShowAlbumArt"=dword:00000000
"RandomFolderName"="000854DF"
"StartInMediaGuide"=dword:00000000
"AlwaysOnTop"=dword:00000000
"AutoAddMusicToLibrary"=dword:00000000
"AutoAddRemovable"=dword:00000000
"PromptLicenseBackup"=dword:00000000
"CDRecordMP3"=dword:00000001
"CDRecordMode"=dword:00000000
"WMARecordRate"=dword:0002ee00
"WMARecordQuality"=dword:00000000
"MP3RecordRate"=dword:0000fa00
"CDRecordDRM"=dword:00000000
"AutoCopyCD"=dword:00000000
"AutoEjectCD"=dword:00000000
"UseDefaultBufferTime"=dword:00000001
"CustomBufferTime"=dword:00001388
"MaxBandwidth"=dword:00000000
"SearchMinAudio"=dword:00000064
"SearchMinVideo"=dword:000001f4
"SaveDRMMusic"=dword:00000001
"AutoMetadataUpdate"=dword:00000000
"AutoOrganize"=dword:00000000
"AutoMetadataFuzzyMatch"=dword:00000001
;Remove WMP Right Click Options (Queue-it-up, etc.)
[-HKEY_CLASSES_ROOT\CLSID\{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}]
[-HKEY_CLASSES_ROOT\CLSID\{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}]
[-HKEY_CLASSES_ROOT\CLSID\{8DD448E6-C188-4aed-AF92-44956194EB1F}]
; Allow WMP to play.
[HKEY_CLASSES_ROOT\AIFFFile\shell\open]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\AIFFFile\shell\play]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\ASFFile\shell\open]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\ASFFile\shell\play]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\ASXFile\shell\open]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\ASXFile\shell\play]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\AUFile\shell\open]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\AUFile\shell\play]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\AVIFile\shell\open]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\AVIFile\shell\play]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\InternetShortcut\shell\open]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\MIDFile\shell\open]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\MIDFile\shell\play]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\mp3file\shell\open]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\mp3file\shell\play]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\mpegfile\shell\open]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\mpegfile\shell\play]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\SoundRec\shell\open]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\SoundRec\shell\play]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\WAXFile\shell\open]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\WAXFile\shell\play]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\wmafile\shell\open]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\wmafile\shell\play]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\WMP.DVR-MSFile\shell\open]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\WMP.DVR-MSFile\shell\play]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\WMVFile\shell\open]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\WMVFile\shell\play]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\WPLFile\shell\open]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\WPLFile\shell\play]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\WVXFile\shell\open]
"LegacyDisable"=-
[HKEY_CLASSES_ROOT\WVXFile\shell\play]
"LegacyDisable"=-
;Media Player Defaults
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]
"DesktopShortcut"="0"
"QuickLaunchShortcut"="no"
;No WMP auto-update
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]
"DisableAutoUpdate"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\Settings]
"EnableDVDUI"="yes"
;Windows Media Player Default Options.
[HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Preferences]
"AcceptedPrivacyStatement"=dword:00000001
"AppColorLimited"=dword:00000000
"CDRecordDRM"=dword:00000000
"DisableMRU"=dword:00000001
"DoNotShowAnchor"=dword:00000001
"EnableScreenSaver"=dword:00000000
"FirstRun"=dword:00000000
"ForceOnline"=dword:00000000
"LaunchIndex"=dword:00000001
"MetadataRetrieval"=dword:00000000
"PlayerScriptCommandsEnabled"=dword:00000000
"SendUserGUID"=hex:00
"ShowAlbumArt"=dword:00000001
"ShowMinimizeDialog"=dword:00000000
"SilentAcquisition"=dword:00000000
"StretchToFit"=dword:00000001
"UpgradeCheckFrequency"=hex:01,00,00,00
"UpgradeCodecPrompt"=dword:00000001
"UsageTracking"=dword:00000000
"WebScriptCommandsEnabled"=dword:00000001
"WebStreamsEnabled"=dword:00000001
;Media Player License Autoaccept
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]
"GroupPrivacyAcceptance"=dword:00000001
;Disable dial-up preferences (error fix)
[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Network Connections]
"NC_EnableAdminProhibits"=dword:00000001
"NC_DialupPrefs"=dword:00000000
;Enable UDMA 66 mode
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E96A-E325-11CE-BFC1-08002BE10318}\0000]
"EnableUDMA66"=dword:00000001
;Show history items as 'last visted'
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main]
"HistoryViewType"=hex:08,00,66,63,03,00,00,00,00,00
;Set double pane window as default
[HKEY_CLASSES_ROOT\Folder\shell]
@="explore"
;Crashcontrol
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
"AutoReboot"=dword:00000000
"CrashDumpEnabled"=dword:00000000
"LogEvent"=dword:00000000
"Overwrite"=dword:00000001
"SendAlert"=dword:00000000
;Force visual settings
[HKEY_CURRENT_USER\Control Panel\Desktop]
"UserPreferencesMask"=hex:90,12,03,80
;No 'shortcut to' creation
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"link"=hex:00,00,00,00
;No file-folder connections
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"NoFileFolderConnection"=dword:00000001
;Show Statusbar in all windows
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"StatusBarOther"=dword:00000001
"StatusBarWeb"=dword:00000001
;Disable Internet Explorer "Send information to the Internet" prompt
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
"1601"=dword:00000000
;Disable Internet Explorer Auto-Complete prompt
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms]
"AskUser"=dword:00000000
;Disable Internet Explorer Cookie "Privacy Icon" prompt
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"PrivDiscUiShown"=dword:00000001
;Browser Check
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"ShowedCheckBrowser"="Yes" |