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
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