Skip to content

Instantly share code, notes, and snippets.

@ishrakr
Last active July 23, 2018 21:12
Show Gist options
  • Save ishrakr/d2333baea12a9c58de4970e6b0a5525d to your computer and use it in GitHub Desktop.
Save ishrakr/d2333baea12a9c58de4970e6b0a5525d to your computer and use it in GitHub Desktop.
// Install Dot.Net FX 3.5 from ISO
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:D:\sources\sxs
// Win7 Startup Repair
# Enable:
bcdedit /set {default} bootstatuspolicy ignoreallfailures
# Disable
bcdedit /set {default} bootstatuspolicy displayallfailures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment