Created
March 21, 2014 20:04
-
-
Save kramarama/9695168 to your computer and use it in GitHub Desktop.
windows stuff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enable dotnet3.5: | |
Dism /online /enable-feature /featurename:NetFx3 /All /Source:D:\sources\sxs /LimitAccess | |
Boot into safe mode: | |
msconfig.exe | |
Restore MBR: | |
bootrec.exe /fixmbr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment