H&C GULF ASIA PACIFIC

PC Corner
Home
H & C Investment
About Us
Dubai Properties Section
PC Corner
Arabian Treasures
Our Products
Dubai News
Our Location
Catalog
Dubai Jobs Available
Dubai Construction Boom
Contracting companies
Construction Surveyor Corner
Classified Ad
Glimpse of Dubai
Health Section
Car for sale
Freebie
mp3 download
Our Policies
Contact Us

Personal Computer Article

Some Command Prompt Using Windows Vista
 

1. C:\Users\Linksys>SysInfo.cmd

2. To start Command Prompt click Start in the Start search type cmd press enter

3. C:\Users\Linksys>exit (to close the command prompt)

4. C:\User\Linksys>cmd.exe   (to get version)

5. C:\User\Linksys>cls  (to clear the screen)

6. C:\Users\Linksys>dir (to list current directory

7. C:\Users\Linksys>echo on|off ( display text string to the command line)

8. C:\Users\Linksys>start ( to start a separate window to run a specified program or command)

9. C:\Users\Linksys>time (to set the system time)

10. C:\Users\Linksys>vol ( display the disk’s volume label and serial number)

11. C:\Users\Linksys>set (displays current environment variables or sets temporary variables for the current command shell)

12. C:\Users\Linksys> color /? (set the text and background color of the command shell window)

13. C:\Users\Linksys>netstat –a > enan200.txt (to send output to a file use > to create or overwrite a name file)

14. C:\Users\Linksys>netstat –a >> enan200.txt (to create or append data to a named file use >>)

15. C:\Users\Linksys>netstat-aon.cmd (to get the text file output in current folder)

16. C:\Users\Linksys>netstat-aon.cmd (copy script to windows and get text output in user folder)

17. C:\Users\linksys>tasklist (to get the services and processes listing)

18. C:\Users\Linksys> dir /O:d ( list directory of the user and sort out by date)

19. C:\Users\Linksys>notepad.exe (to open blank notepad in command prompt)

20. C:\Users\Linksys>regedit.exe ( to open registry editor)

21. C:\Users\Linksys>whoami (display the name of the user currently logged on the system)

22. C:\Users\Linksys>systeminfo (to get the system information)

23. C:\Users\Linksys>netsh (network services shell)

24. C:\Users\Linksys>rpc (remote procedure call)

25. C:\Users\Linksys>show interfaces ( to see the Ipv4 address interfaces configure on the computer

26. C:\Users\Linksys>dump ? ( to give a remark on the command)

27. C:\Users\ Linksys>exit or quit ( come back to Windows command)

28. C:\Users\Linksys>.. ( go up one context level)

29. C:\Users\Linksys>netsh rpc show interfaces ( to perform in one command line to show interfaces)

30. C:\Users\Linksys>netsh –R 192.168.10.15 ( to work on a remote computer with –R parameter)

31. C:\Users\Linksys>netsh –r corpsvr02

32. C:\Users\Linksys>netsh –c “Interface ipv4” –r Linksys show interface (to work on a remote computer Linksys)

33. C:\Users\Linksys>netsh interface ipv4 show config ( to show the configuration of ipv4)

34. C:\Users\linksys>netsh interface ipv4 show global ( to view the global configuration of ipv4)

35. C:\Users\Linksys>netsh interface ipv4 show interfaces ( to view the computer summary information of network interfaces)

36. C:\User\Linksys>ipconfig/displaydns (if you suspect the computer has problem with DNS)

37. C:\User\Linksys>TIME/T (to know the time)

38. C:\User\Linksys>date/t (to know the date)

39. C:\User\Linksys>where cmd.exe (searches the current directory and in the path specified by the PATH environment variable.)

40. C:\User\Linksys>where /r C:\ enan*.* ( to search recursive for data that begin with enan)

41. C:\User\Linksys>DRIVERQUERY (display a list of all installed device driver)

42. C:\User\Linksys>driverquery /v (display in verbose)

43. C:\User\Linksys>systeminfo (display detailed system configuration information)

44. C:\user\Linksys>driverquery /si (to display properties of signed device driver)

45. C:\User\Linksis>driverquery /s Linksys /u MS-HOME\linksys (to query remote computer or remote computer IP Address)

46. C:\User\Linksys> sc query type= service state= all ( to get a list of all services configure in a system)

47. C:\User\Linksys>sc \\192.168.1.100 query type= service state= all (to get a list of all services configure in a remote computer)

48. C:\User\Linksys>sc qc Netlogon ( to display the service you want to work on and its current configuration)

49. C:\User\Linksys>fsutil fsinfo drives (obtaining drive list information on a computer)

50. C:\User\Linksys>fsutil fsinfo drivetype C: (Obtaining drivetype)

51. C:\User\Linksys>fsutil fsinfo volumeinfo C: (obtaining detailed drive information)

52. C:\User\Linksys>fsutil fsinfo ntfsinfo C: (obtaining sector and cluster information for drives)

53. C:\User\Linksys>fsutil volume diskfree C: (obtaining free space information for a drive)

54. C:\User\Linksys>fsutil dirty query C: (determining whether a volume is dirty)

55. C:\User\Linksys>chkntfs C: ( to determine whether a disk should be check next time)

56. C:\User\Linksys>whoami /user ( to see the user information)

57.  C:\User\Linksys>whoami /group /fo list ( to see a list of account’s group membership

58.  C:\User\Linksys>whoami /priv /fo list ( to learn which privileges for the logged-on account)

59.  C:\user\Linksys>net user Linksys (for viewing account information)

60.  C:\User\Linksys>net localgroup (to display the name of your computer and a list of local groups)

61.  C:\User\Linksys>Vssadmin list shadowstorage (to see how much space system restore is currently using)

62.  C:\User\Linksys>driverquery /v /fo csv > drvlist.csv (to see the list of driver in excel format result can be found on user account. If administrator command prompt use result can be found under C:\Windows\System32)

63. C:\User\Linksys>Compmgmt.msc (to open Computer Management console)

64. C:\User\Linksys>Msinfo32.exe (to open System Information console)

65. C:\User\Linksys>Verifier.exe (to verify a device driver)

66. C:\User\linksys>Msra.exe (to execute Remote assistance)

67. C:\User\linksys>netsh teredo interface show all (to see the teredo connection)

68. C:\User\linksys>wscui.cpl (to open Windows Security Center)

69. C:\User\linksys>control userpasswords2 (to open Advanced User Accounts)

70. C:\User\linksys>net user administrator /active:yes (to enable administrator account or type no to disable).

71. C:\User\Linksys>whoami /user (to know the user name and SID)

72. C:\User\linksys>whoami /groups /fo list (to see a list of your accounts group membership)

73. C:\User\linksys>whoami /priv /fo list (to learn which privileges are enabled on the log on accounts)

74. C:\User\linksys>net user (display the name of your computer and a list of local user accounts)

75. C:\User\linksys>net user HXDF (display all the information about the user account)

76. C:\User\linksys>net localgroup (display the name of your computer and the list of your local group)

77. C:\User\linksys>net localgroup “event log readers” (Net Localgroup lists the member of the group)

78. C:\User\linksys>net localgroup jan josie /add (to add jan and josie to the Users group)

79. C:\User\linksys>fsmgmt.msc (to open Shared Folder snap in its own console window)

80. C:\User\linksys>certmgr.msc (to open Certificate Manager)

81. C:\User\linksys>start shell:cookies (to open the “Cookies” Folder)

82. C:\User\linksys>services.msc (to see the services running in your computer)

83. C:\Users\linksys>find /i “smith” phonebook.txt (to find all lines containing the word Smith in a text file with names and numbers.

84.  C:\Users\linksys>perfmon.msc (to open Performance Monitor)

 

Enter supporting content here

H&C  GULF TRADING *P.O Box 74865* 2nd St. Al Qouz Indstrl
Dubai United Arab Emirates *