Skip to content

dolphinstar9/Windows-Command-Prompt-Commands

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 

Repository files navigation

# Windows-Command-Prompt-Commands

Below add some helpful commands that you regularly use, what they do and what they're typically used for.

#sfc /scannow, System file checker will help repair Windows OS.

sfc /scannow

#Dism, Use this to help repair Windows OS.

DISM /Online /Cleanup-Image /ScanHealth

#Powershell Command: Below will reinstall your Windows 10 Apps, in case they mess up. Do note that this will help fix your start menu, in case it messes up and does not seem to function.

Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"

#ipconfig, A small script in case your internet/DNS fails. That's to say, if somehow your pc is not working, and yet your phone is (and they're both on the same wifi) you use this whole set of commands.

ipconfig /flushdns ipconfig /registerdns ipconfig /release ipconfig /renew

15 commands you must know https://www.makeuseof.com/tag/15-cmd-commands-every-windows-user-know/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published