Header Ads

සුපිරි Cmd Tricks ටිකක්


Tkak wo wrka wdj Command Prompt jevlE,s álla Try lr,u n,kakflda 

Shut Down Computer With Commands

For Shut Down
shutdown -s
For Restarting
shutdown -r
For Logoff
shutdown -l
-s -r -l parameter tells the computer to shut down, restart, log off

Shutdown Computer In specified Time With CMD

You can also shut down your computer in specified time using command prompt. If you want to shut down your computer after two minutes type the following command.
shutdown -s -t 120





Hide A Folder With CMD Command

We can play some interesting tricks with command prompt. Hiding a folder is one of them. By hiding a folder you can also save your data from other users. You can do this by typing the following command.
attrib +s +h D:ABC
Where ABC is the name of directory we want to hide.



7. IP Related CMD Command

ipconfig is of the most useful command to see the IP address, Defult gateway and subnet mask. This command is related to networking and is most important for troubleshooting the problems related to TCP/IP.
To view Subnet Mask and IP Address use
ipconfig
To view TCP/IP related Information use
ipconfig/all
To view DNS cache use
ipconfig/displaydns
To delete the local cache of DNS use

1 comment

Anonymous said...

thanks

Powered by Blogger.