Fixed Some More Issues (#12)
Fixed typo issues : Force enable data execution prevention (DEP) disable cortana Disable diagnostics telemetry Empty trash bin
This commit is contained in:
@@ -267,7 +267,7 @@ actions:
|
|||||||
-
|
-
|
||||||
name: Empty trash bin
|
name: Empty trash bin
|
||||||
recommend: false
|
recommend: false
|
||||||
code: rd /s %systemdrive%\$Recycle.bin
|
code: rd /s /q %systemdrive%\$Recycle.bin
|
||||||
|
|
||||||
-
|
-
|
||||||
category: Disable OS data collection
|
category: Disable OS data collection
|
||||||
@@ -294,7 +294,7 @@ actions:
|
|||||||
sc config DiagTrack start=disabled
|
sc config DiagTrack start=disabled
|
||||||
sc config dmwappushservice start=disabled
|
sc config dmwappushservice start=disabled
|
||||||
sc config diagnosticshub.standardcollector.service start=disabled
|
sc config diagnosticshub.standardcollector.service start=disabled
|
||||||
sc config diagsvc start=disabled REM Disable Diagnostic Execution Service
|
sc config diagsvc start=disabled
|
||||||
-
|
-
|
||||||
name: Disable Customer Experience Improvement Program
|
name: Disable Customer Experience Improvement Program
|
||||||
recommend: true
|
recommend: true
|
||||||
@@ -520,7 +520,7 @@ actions:
|
|||||||
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortanaAboveLock" /t REG_DWORD /d 0 /f
|
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowCortanaAboveLock" /t REG_DWORD /d 0 /f
|
||||||
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowSearchToUseLocation" /t REG_DWORD /d 0 /f
|
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "AllowSearchToUseLocation" /t REG_DWORD /d 0 /f
|
||||||
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "ConnectedSearchUseWeb" /t REG_DWORD /d 0 /f
|
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "ConnectedSearchUseWeb" /t REG_DWORD /d 0 /f
|
||||||
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "DisableWebSearch" /t REG_DWORD /d 1 /
|
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Windows Search" /v "DisableWebSearch" /t REG_DWORD /d 1 /f
|
||||||
-
|
-
|
||||||
name: Disable web search in search bar
|
name: Disable web search in search bar
|
||||||
recommend: true
|
recommend: true
|
||||||
|
|||||||
Reference in New Issue
Block a user