Open Notepad Type following command C:\Windows\System32\shutdown -r -f -t 01 Save This File as restart.bat By running restart.bat you can restart your computer Now if you want to restart at specific time you can put this restart.bat file in windows … Continue reading
Category Archives: Tips & Tricks
Automatic Shutdown your computer using batch file at specific time : shutdown.bat example
Open Notepad Type following command C:\Windows\System32\shutdown -s -f -t 01 Save This File as shutdown.bat By running shutdown.bat you can shutdown your computer Now if you want to shutdown at specific time you can put this shutdown.bat file in windows … Continue reading
Android SDK installation doesn’t find JDK Windows x64
This error generally comes while installation of Android SDK on 64 bit OS. Solution : There are mainly two solutions I’ve found as working. Simply press Back and then from previous screen again Next. or restart installation it’ll find JDK … Continue reading
Create your own NTP Server for LAN with Windows 2008 / Windows 7
First of all your source machine should be connected with internet and in sync with time.windows.com or pool.ntp.org server. Now Following are two methods to configure your NTP server. One is for Active Directory computers and other is for standalone … Continue reading
How to Type the Indian Rupee Symbol
The India Rupee symbol is now part of the Arial Unicode standard Font provided by Microsoft. It is working only with Word document and Excel sheet currently. You don’t need to install any other fonts. How to Type the Indian … Continue reading
Change Windows 7 Administrator password from Login screen
Forgot windows 7 Administrator password? You can login from the following solution. Use a any Linux live CD. For example from : http://fedoraproject.org/en/get-fedora-options Boot your computer from the CD. Make two folders into your non-system drive i.e. D or E … Continue reading
Traceroute in Mac OS X
If you are running Mac® OS X, you can use the Network Utility application, which is included with Mac OS X, to run the trace route. To Perform a Traceroute in Mac OS X Open the Utilities folder on your … Continue reading
Enable the Administrator Account on Windows Vista or Windows 7
Many of you could easily login in Administrator account in windows XP but in Windows Vista or 7, you can’t get that account directly.. The account is created in Windows 7 or Vista, but since it’s not enabled you cannot … Continue reading
Clear IE Browsing History From Batch File
You can clear IE browsing History by following commands Temporary Internet Files RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8 Cookies RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2 History RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1 Form Data RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16 Passwords RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32 Delete All RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255 Delete All – … Continue reading
Rename multiple files extensions using bat file
some times it may happen that you need to change your multiple files extensions and make it unavailable to others. you can do it by simple way. suppose you have a folder located at C: in which you have your … Continue reading