Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Computer-Tsu/159f5cb6c4cb19c84f7ac2408054d89a to your computer and use it in GitHub Desktop.
Save Computer-Tsu/159f5cb6c4cb19c84f7ac2408054d89a to your computer and use it in GitHub Desktop.
How to Run Windows Installer in Safe Mode Windows 10 with Command Prompt
REM How to Run Windows Installer in Safe Mode Windows 10 with Command Prompt
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer" /VE /T REG_SZ /F /D "Service"
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\MSIServer" /VE /T REG_SZ /F /D "Service"
net start msiserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment