+ 1

Can anyone mention some commands and their uses in the command prompt of windows?????

10th Oct 2018, 3:41 AM
Nishanth
Nishanth - avatar
3 odpowiedzi
0
fdisk - to wipe up all data in the hard disk.
10th Oct 2018, 3:43 AM
Calviղ
Calviղ - avatar
0
chkdsk -- Checks drives for failures basically elevate.cmd -- puts you into elevation mode as an Admin fsutil dirty query : -- next to the ( : ) symbol, put in a drive letter that an external drive is assigned to, henceforth checking if there are dirty bits of the drive that indicates that the drive needs to be reformatted into NTFS or exFAT or FAT32 of your choice. logoff -- Locks your comp uter as if you are typing in your login password to get in. Get-CiInstance -ClassName Win32_Operating System | Select-Object -Property NumberOfAccounts, NumberOfUsers, RegisteredUser -- Tlls you all the users of the device Get-CimInstance -ClassName Win32_QuickFixEngineering -- Tells you what updates/changes were made to your software and/or things fixed of your device.
27th Mar 2025, 9:27 PM
Eli
Eli - avatar