Skip to content

Instantly share code, notes, and snippets.

@kramarama
Created March 21, 2014 20:04
Show Gist options
  • Save kramarama/9695168 to your computer and use it in GitHub Desktop.
Save kramarama/9695168 to your computer and use it in GitHub Desktop.
windows stuff
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