Skip to main content

Posts

Showing posts with the label cmd

Top 10 Best Command Prompt (CMD) Tricks And Hack

Top 10 Best Command Prompt (CMD) Tricks And Hacks 1. These commands will help you perform shutdown, restart or logoff operations with just one command. For Shut Down: shutdown -s For Restarting: shutdown -r For Logoff: shutdown -l 2. You can also shutdown your computer at a specified time by setting the time. Follow the command below. shutdown -s -t 120 3. You can print a message before you shutdown by using this command. This will be helpful to the user as a reminder or for leaving a message for the next person who will use the computer. shutdown -s -t 500 -c “i don’t want to work.” 4. We use a lot of application in our computer each with the different extension so remembering all those extensions can be hectic so use this command to check the extension of any application. Assoc 5. You can hide a folder with this command attrib +s +h D:honey In the above command honey is the name of folder, Now unhide the folder with this command attrib -s -h D:ABC 6. You can use config