W11 ISO, using reg edits

GamingHen

New Member
Messages
12
Reaction score
1
Hey i want to integrate 2 reg edits into my ISO, but dont know how.

First, enable remote desktop:
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server" /v fDenyTSConnections /t REG_DWORD /d 0 /f

Second, remove taskbar pinned icons:
REG DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband /F
 
HKLM reg commands go to Post-Setup (Machine). HKCU commands go to (User).

Command is "reg", Parameters is everything else.
 
You can't delete Edge link on Start or taskbar unless you remove Edge with NTL.
And for Powercfg i set my plan in GPO.
 
Back
Top