mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-25 14:17:50 +08:00
Change-Id: I9e6e1423b1e287aff0be8ea2b29c95838ed10de5 Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
5 lines
285 B
PowerShell
5 lines
285 B
PowerShell
# Disable Windows File Protection
|
|
# Windows File Protection feature in Microsoft Windows prevents programs from replacing critical Windows system files.
|
|
|
|
reg.exe ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /V SFCDisable /T REG_dWORD /D 0xffffff9d /F
|