windows - Registry taskbar settings for default user - Super User

PHOTO EMBED

Tue Oct 10 2023 11:08:47 GMT+0000 (Coordinated Universal Time)

Saved by @See182

REG LOAD HKLM\Default C:\Users\Default\NTUSER.DAT
 
# Removes Widgets from the Taskbar
New-itemproperty "HKLM:\Default\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "TaskbarDa" -Value "0" -PropertyType Dword
 
# Removes Chat from the Taskbar
New-itemproperty "HKLM:\Default\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "TaskbarMn" -Value "0" -PropertyType Dword
 
# Default StartMenu alignment 0=Left
New-itemproperty "HKLM:\Default\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "TaskbarAl" -Value "0" -PropertyType Dword
 
REG UNLOAD HKLM\Default
content_copyCOPY

https://superuser.com/questions/1773865/registry-taskbar-settings-for-default-user