How to modify HKCU and apply settings to the default profile? It seems only *some* get applied.
For example wallpaper is still the same and the visual effects.
For example wallpaper is still the same and the visual effects.
Code:
@echo off
net user administrator /active:yes
reg load HKLM\DEFAULT %SYSTEMDRIVE%\Users\Default\NTUSER.DAT
reg import %~dp0Import.reg
reg unload HKLM\DEFAULT
Code:
Windows Registry Editor Version 5.00
; HKEY_LOCAL_MACHINE\DEFAULT = HKEY_CURRENT_USER
[HKEY_LOCAL_MACHINE\DEFAULT\Control Panel\Desktop]
"UserPreferencesMask"=hex:90,12,03,80,10,00,00,00
"ForegroundLockTimeout"=dword:00000000
"ForegroundFlashCount"=dword:00000000
"PaintDesktopVersion"=dword:00000001
"WaitToKillAppTimeout"="0"
"WheelScrollChars"="5"
"WheelScrollLines"="5"
"DragFromMaximize"="1"
"ScreenSaveActive"="0"
"DragFullWindows"="0"
"CursorBlinkRate"="-1"
"FontSmoothing"="0"
"MenuShowDelay"="0"
"AutoEndTasks"="1"
"Wallpaper"=""
[HKEY_LOCAL_MACHINE\DEFAULT\Control Panel\Desktop\WindowMetrics]
"PaddedBorderWidth"="0"
"BorderWidth"="0"
"MinAnimate"="0"
[HKEY_LOCAL_MACHINE\DEFAULT\Control Panel\Mouse]
"MouseThreshold1"="0"
"MouseThreshold2"="0"
"MouseHoverTime"="0"
"MouseSpeed"="0"
[HKEY_LOCAL_MACHINE\DEFAULT\Control Panel\Keyboard]
"KeyboardSpeed"="31"
"KeyboardDelay"="0"
[HKEY_LOCAL_MACHINE\DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"EnableAutoTray"=dword:00000000
"ShowFrequent"=dword:00000000
"ShowRecent"=dword:00000000
[HKEY_LOCAL_MACHINE\DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_NotifyNewApps"=dword:00000000
"Start_JumpListItems"=dword:00000000
"Start_TrackProgs"=dword:00000000
"Start_TrackDocs"=dword:00000000
"ListviewAlphaSelect"=dword:00000000
"TaskbarAnimations"=dword:00000000
"ListviewShadow"=dword:00000000
"HideFileExt"=dword:00000000
"IconsOnly"=dword:00000001
[HKEY_LOCAL_MACHINE\DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\VisualEffects]
"VisualFXSetting"=dword:00000002
[HKEY_LOCAL_MACHINE\DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]
"EnableAutoTray"=dword:00000000
"ShowFrequent"=dword:00000000
"ShowRecent"=dword:00000000
