Update templateBasicPrivacy (Undo).ps1
This commit is contained in:
parent
fb257dff6d
commit
5167a2328b
1 changed files with 18 additions and 18 deletions
2
scripts/templateBasicPrivacy (Undo).ps1
vendored
2
scripts/templateBasicPrivacy (Undo).ps1
vendored
|
@ -7,7 +7,7 @@ New-ItemProperty -Path "HKLM:\SYSTEM\ControlSet001\Services\DiagTrack" -Name "St
|
|||
Start-Service -Name DiagTrack
|
||||
Set-Service -Name DiagTrack -StartupType Auto
|
||||
# Start and Enable dmwappushservice Service
|
||||
New-ItemProperty -Path "HKLM:\SYSTEM\ControlSet001\Services\dmwappushsvc" -Name "Start" -Type DWord -Value 2 -Force
|
||||
New-ItemProperty -Path "HKLM:\SYSTEM\ControlSet001\Services\dmwappushservice" -Name "Start" -Type DWord -Value 2 -Force
|
||||
Start-Service -Name dmwappushservice
|
||||
Set-Service -Name dmwappushservice -StartupType Auto
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue