You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2021. It is now read-only.
# Disable Activity History feed in Task View - Note: The checkbox "Let Windows collect my activities from this PC" remains checked even when the function is disabled
206
+
# Disable Activity History feed in Task View
207
+
# Note: The checkbox "Let Windows collect my activities from this PC" remains checked even when the function is disabled
@@ -483,7 +484,7 @@ Function SetP2PUpdateInternet {
483
484
}
484
485
485
486
# Disable Windows Update P2P delivery optimization completely
486
-
#Note: Completely disabling delivery optimization can break Windows Store downloads - see https://github.com/Disassembler0/Win10-Initial-Setup-Script/issues/281
487
+
#Warning: Completely disabling delivery optimization can break Windows Store downloads - see https://github.com/Disassembler0/Win10-Initial-Setup-Script/issues/281
487
488
FunctionSetP2PUpdateDisable {
488
489
Write-Output"Disabling Windows Update P2P optimization..."
489
490
If ([System.Environment]::OSVersion.Version.Build -eq10240) {
@@ -710,6 +711,8 @@ Function DisableCtrldFolderAccess {
710
711
}
711
712
712
713
# Enable Core Isolation Memory Integrity - Part of Windows Defender System Guard virtualization-based security - Applicable since 1803
714
+
# Warning: This may cause old applications and drivers to crash or even cause BSOD
715
+
# Problems were confirmed with old video drivers (Intel HD Graphics for 2nd gen., Radeon HD 6850), and old antivirus software (Kaspersky Endpoint Security 10.2, 11.2)
0 commit comments