Hows - Tech - Important Windows Commands
Hows - Tech - Important Windows Commands
Ping Command
Ping! If you listen intently, you may hear the ping command in
action. A ping network test sends data packets to a specified IP
address, confirming or denying connection between IP-
networked devices.
ping www.google.com
ipConfig Command
Your IP address may be found in the Control Panel, but it takes a
few clicks to get there. The ipconfig command returns your
computer's IP address and other information quickly, such as
the ip of its access point if you want to find the Ip address of
your router's web interface.
Command 2
ipconfig /all
Command 3
ipconfig /release
Command 4
ipconfig /renew
Command 5
ipconfig /flushdns
Get-AppxPackage
With the help of Get-AppxPackage command, it is possible to
get a list of app packages that have been installed in a user
profile by using the Get-AppxPackage cmdlet. The file name
extension of an application package is either.msix or.appx. Using
administrator rights will allow you to acquire the list of packages
for a user profile that is not the current user. To do so, use this
important windows command with administrator permissions.
Command 6
Command 7
REG ADD
"HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot
/VE /T REG_SZ /F /D "Service"
Command 9
wuauclt.exe /updatenow
Command 11
sfc /scannow
Command 12
sfc /scanfile=c:\windows\system32\ieframe.dll
Command 13
sfc
/verifyfile=c:\windows\system32\ieframe.dll
Assoc Command
Assoc is a command (internal) that can be found inside the
Windows Command Chipset Command Prompt that allows for
the association of file extensions with file types. A file extension
is often the final few characters in the File Name after the period
(".") in the file name. Despite the fact that it is not required for a
file to have an attachment at all (in case of extension-less files).
Command 14
assoc
Command 15
chkdsk
Netsh Command
When you execute Netsh as a command-line scripting
programme, you may see or alter the network settings of a
machine that is presently operating on the network. Netsh
commands may be executed by entering them into the netsh
prompt, and they can also be included in batch files or scripts to
perform various tasks.
Command 16
Command 17
DISM Commands
Command 18
Command 19
NET Command
The net Tool Prompt command allows you to handle practically
every aspect of a network and its settings, including network
shares, connection print jobs, and network users, from a single
command prompt. The net command is available in all Windows
versions, including Windows 11, Windows 10, Windows 8,
Windows 7, Windows Vista, and Windows XP, and can be
accessed via the Command Prompt.
Command 20
Command 21
Command 22
Command 23
Command 25
Command 26
Command 27
Command 28
Command 29
gpupdate /force
Command 30
Command 31
Command 33
Command 34
ren c:\windows\softwareDistribution
softwareDistribution.old
Command 35
Command 36
Command 37
Command 38
wuauclt.exe /updatenow
Command 39
Command 40
Command 41
DISM.exe /Online /Cleanup-Image
/RestoreHealth
Command 42
Command 43
Command 44
ipconfig /flushdns
Command 45
exit
Command 46
ext
Command 47
POWERCFG /HIBERNATE ON
Command 48