Monday, 11 May 2015

Cool Computer Tricks

  • Sometimes we have some process like copying/downloading running on our system and we have to leave for some work or sleep. We can use the below command and our system will shutdown automatically after the specified time. shutdown -s -t <time in seconds> eg: shutdown -s -t 180           
  • We have to open command prompt at a specific path and we dont want to follow the usual process in cmd by going into individual folder. So what we can do it we can go to the specified folder.                                                                                                                                                                                                                                                                                                  Just press shift key and right click on the folder                                                                                                                                                                  Just click on the "Open command window here"                                                                                                
  • Using Browser as Notepad:Open your browser and Type in the address bar "data:text/html, <html contenteditable>" and Go. Using this, we can use browser tab as a Notepad.                  

No comments:

Post a Comment