Windows Commad Prompt

1. Open Command Prompt in any Folder: Goto Navigation bar on Windows explorer and type CMD click enter to Open

2. Create a Secure folder: Goto desired location, Type the command "md FolderName" click enter. If you want to remove that secure folder (Remove your content before do that) Type "rd FolderName" Click Enter.

3. To Hide folder : Open cmd to the location of folder "attrib +h +s +r FolderName"

To Show the Folder "attrib -h -s -r FolderName"

4. Shutdown: "Shutdown -s" , With Timer "Shutdown /s /t 50" (Time in seconds)

Restart: " Shutdown -r"

LogOff: :Shutdown -L"

5.Get Installed Driver  data: " driverquery /FO list /v"

6. Copy your Command Result to clipboard (cmd | Clip)>  “ipconfig | clip“

7. List the Programs name : "wmic product get name"

8. Stop the Cmd Process "Ctrl +C"

9. System File Checker " sfc /Scannow"

10. Delete Temp files "del /q /f /s %temp%\*"

Delete Temp Filw with Admin rights "del /s /q C:\Windows\temp\*"

11. enable Hotspot "netsh wlan set hostednetwork mode=allow ssid=WIFINAME key=12345678"

Start the hotspot "netsh wlan start hostednetwork"

stop the hotspot "netsh wlan stop hostednetwork"

12. Clear cmd Screen "Cls"

13. To find list of folder details  "Dir" If need sort it "Dir  /b /s | Sort"

14. Check Admin previleage "Net session"

15. Check ip details "ip config all"

16. open webpage "start www.google.com"

17. Get Ip of the Web "ping www.google.com"

18. Get running Process "tasklist" In detail "tasklist /v"

19. Change time: open cmd as admin "Time"

20. List the Folder in Tree view "tree"

21. Assign a Path for a particular Locatio "subst q: c:\windows\fonts"

22. Save the Command Result to Text file: "systeminfo > c:\mycomputerinfo.txt" (Cmd > E:\Notes.txt)


 

No comments:

Post a Comment