Skip to main content

Posts

One-click PC shut down

This is really very easy one but very effective one. Enjoy it! First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC. But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this shutdown -r -t 01 -c “Rebooting your PC” Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message “Rebooting your PC.” The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use. I use this technique to create two shutdown shortcuts on my desktop—one for turning off my PC, and one for rebooting. Here are the ones I use: shutdown -s -t 03 -c “Bye Bye!” shutdo...

Countdown timer for shutdown computer

Many a times people like to sleep on music, but the problem is that the comp will continue running the whole night. Here is how you can create a countdown timer to shutdown your comp in your specified time. Go to run in start menu and input this command   shutdown -s -t 3600 this will create a countdown timer which will go off in 3600 seconds (1 Hour). you can replace the 3600 to any time limit you want the comp to shutdown ,but remember the time should always be expressed in seconds i.e if u want the comp to shutdown in Half an hour you have to write 1800 and so on... If you are as lazy as me and don't want to input the command each time, then create a batch file or shortcut Batch: open a notepad and type shutdown -s -t 3600 now in the files menu select "save as" and save this file as Activate.bat Just double clicking this file will activate your timer Shortcut: On the desktop right click and create a new shortcut. in the location type shutdown -s -t 3600 Give it an...

10 Great NotePad Tricks To Scare Your Friends

Most of you must be aware about a tool called notepad. It is a simple text based editor. But today I am going to discuss some cool tricks which you can perform on your computer using notepad. You can also use these tricks to scare your friends. 1.Cycle a message in your friend’s computer. Type : @ECHO off :Begin msg * Hi msg * Are you having fun? msg * I am! msg * Lets have fun together! msg * Because you have been o-w-n-e-d GOTO BEGIN Save it and... as pc.bat and send it to your friends. 2.Make Keyboard Keys Type Continuously: Type : MsgBox “stop me..! if you can” Set wshShell =wscript.CreateObject(“WScript.Shell”) do wscript.sleep 100 wshshell.sendkeys “{bs}” loop Save it as pc.vbs and send it to your friends. 3.Convey your friend a message and shut down his/ her computer. Type : @echo off msg * I don’t like you shutdown -c “Hahahah You are Doomed” -s Save it as pc.bat and send it to your friends. 4.Toggle your friend’s Caps Lock button simultaneously Type : Set wshShell =wscri...

How to Use Multiple Google Account in Chrome

Google has infiltrated into our digital lives so much. It is almost difficult to think anything without Google. We are dependent on the Google for finding information on the internet as well as using its many products like Gmail, Calendar, Buzz, Reader, etc. Most of the products didn’t allow multiple logins thus today we will tell you a lesser known feature of Google Chrome web browser. This is called as incognito mode. This mode is similar to InPrivate browsing mode of Internet Explorer. When you open a new incognito window then all the cookies from the standard session are not saved and you can open your other Google account. The shortcut to open this mode is Ctrl+Shift+N. More details about this mode can be obtained from the help center of Chrome. It describes this mode as the mode in which all your browsing history and downloads will not be tracked. A simple blank cookie will be generated at the start of the session and it will be destroyed at the end of your incognit...

5 Great Registry Hacks

Today I am going to tell you about 5 great registry hacks which will help you improve your system features and performance. 1. Security : USB Drives are one of the major tool through which data transfer takes place. In order to protect your data from getting stolen from you computer with the help of a USB drive you can make the USB drives read only. Go to  ‘ HKLM\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies ‘ and   create a new DWORD value ‘ WriteProtect ‘ and set its value to 1. This will enable you to read from USB drives, but you won’t be able to copy data to it. 2. Sorting Files : Quite often you want the files to appear according to their names in explorer. In order to restore the ASCII file ordering, perform the following hack : Go to ‘HKLM\Software\Microsoft\Windows\Currentversion\Policies\Explorer’ and create a new DWORD value called as ‘NoStrCmpLogical’ and set its value to 1. 3 . Speeding Up Menu loading time : In order to make your menus load fas...

Windows 8 Transformation Pack will be posted soon.

In this post I am introducing you Windows 8 Transformation pack. You all knew very well that Windows 8 has not been created yet, even then DeviantART user Mufflerexoz has created a transformation pack for windows 8 upon their own Imagination. There are lot of new features and also there is a very new designed interface in the Windows 8 transformation pack. Though it looks very similar to the windows and windows vista, there are many new changes like the new boot screen, explorer, taskbar, login screen and so on. so, keep in touch with us, we are soon going to put one of this transformation pack on out website. Thanks, leave comments below. 

How to Enable God Mode in Windows 7

Windows 7 is the smarter and faster operating system developed by Microsoft. There are many setting options available in the Control Panel of Windows 7, but sometimes it is difficult to find the perfect setting option. If you have to change a lot of settings in your Windows 7, then it will take a lot of time in Control Panel, so here I am sharing a trick in which you can do all the settings of Windows 7 like you do in the Control Panel directly from a single window. The trick is very easy, you just have to create a folder and that folder will work as Settings pane. People call this trick as Windows 7 God Mode. Create a new folder and name it anything. Now, rename the folder by pressing F2 or Right-click>>Rename and give it this new name: Settings.{ED7BA470-8E54-465E-825C-99712043E01C} After renaming the folder, its icon will be changed. Double click the folder to open it. Now, you will see a screen like below. Here, you can change all the settings of your Windows 7 OS.