How to enable Windows Installer in safe mode.
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\MSIServer" /VE /T REG_SZ /F /D "Service"Safe mode with network:
REG ADD "HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\MSIServer" /VE /T REG_SZ /F /D "Service"
Start Windows Installer service:
net start msiserver
1 comment:
another option can be with use of a small batch file which can do it in couple of seconds if you dont want to type lengthy command :)
http://tinyurl.com/safemsienable
Post a Comment