You are on page 1of 1

sc create BITS binpath= "c:\windows\system32\svchost.

exe -k netsvcs" start=


delayed-auto
sc create winmgmt binPath= "%systemroot%\system32\svchost.exe -k netsvcs" type=
share start= auto
reg add HKLM\System\CurrentControlSet\services\TrustedInstaller /f /v Start /t
REG_DWORD /d 3

C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys

reg add "hklm\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" /f /v


ProfilesDirectory /d %SystemDrive%\Users

reg add "hklm\SOFTWARE\Wow6432node\Microsoft\SMS\Client\Client Components\Remote


Control" /f /v "Permission Required" /t REG_DWORD /d 0

reg ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA


/t REG_DWORD /d 0 /f

cacls c:\windows\syswow64\CCM\clicomp\remctrl\RCLaunch.exe /e /g "ConfigMgr Remote


Control Users":r

You might also like