Skip to content

Latest commit

 

History

History
124 lines (107 loc) · 3.98 KB

os-windows.md

File metadata and controls

124 lines (107 loc) · 3.98 KB

OS Windows

Table of Contents generated with DocToc

CLI commands

  • Get windows key cmd command: wmic path SoftwareLicensingService get OA3xOriginalProductKey

Intel Drivers

Updates

  1. Stop service Windows Update
  2. Clean C:\Windows\SoftwareDistribution\
  3. CleanUnwantedUpdates
  4. WinsxsLite
  5. DisableWinTracking or BlockWindows aka Anti-Spy

Problems solving

  • blue_screen_view
  • cmd command: sfc /scannow check and replace
  • cmd command: bootrec /FixMbr
  • cmd command: bootrec /FixBoot
  • cmd command: bootrec /RebuildBcd

How to remove long name folders/files

  1. Start a commandprompt (no admin privileges needed)
  2. Use cd to navigate to the folder you want to go (you can use tab to autocomplete names
  3. type subst j: . to create the driveletter association. (instead of the . you can also type the entire path)
  4. Now in explorer you have a new letter. Go to it and do whatever you need to do to the .cache files.
  5. Go back to your cmd window and type subst /d j: to remove the drive or alternatively, restart your pc.

Soft