Showing posts with label COMPUTER TRICKS. Show all posts
Showing posts with label COMPUTER TRICKS. Show all posts

Move Taskbar to new Spot - Cool Computer Trick



By default, Microsoft's Windows taskbar, which shows buttons for each of your open windows, present at the bottom of your screen. If you do multitasking and open many windows, more than six or seven windows at a time, then taskbar become extremely crowded. To make more space for windows, move your taskbar to the right or left side of the screen, where it will be displayed vertically. Its very convirnt as well as it will give new look to your computer

Follow these Steps to move your taskbar:
1). Right click on taskbar and if your taskbar is locked (check mark on lock the taskbar), then click on lock the taskbar to unlock it.
2). Move the taskbar by just dragging it on screen, You can move anywhere left, right, top and bottom by just dragging it.
3). You can also change the width of taskbar by clicking on edge of taskbar.
4). Now right click on taskbar and click lock the taskbar.
Its done.

How To Shutdown A Computer With A Cell Phone/Email

In this tutorial, I am going to teach you how you can control your computer’s basic function using Microsoft Outlook and your Cell Phone Network. For this tutorial I am demonstrating how a user can shutdown, restart, hibernate their computer, just by sending an email from their phone.
To make this happen, all you need is Microsoft Outlook installed on the PC which you want to control from your cell phone
Now let’s begin with the tutorial.

First, you need the batch files to perform the Shutdown, Hibernate operation.
For example,
shutdown -r -t 10 -c “shutting down”
Copy this code and paste it in notepad, save it as shutdown.bat
Now open up Microsoft Outlook. I am assuming that you have already configured it for your Email and I am not going to teach you about setting mail in Microsoft Outlook. Now we will need to make it so that Outlook checks your inbox about every minute.
You can do this by going to Tools>Options. Then click on Mail Setup tab, and then, the Send/Receive button.
Make sure that the Schedule an automatic send/receive every… box is checked, and set the number of minutes to 1 or anytime you may like. Now you may close all of these dialog boxes.
Now go to Tools>Rules and Alerts. Click on E-mail Rules tab. In new window select Check messages when they arrive and click Next.
Now in next page, check on, on this machine only and with specific words in the subject.
After checking these two values, click on specific words underlined.
Search Text window will open, in the input field type the command that shuts down the PC. You can use any commands. For prevention of accidental execution I kept %shutdown% as a command. Click on Add button after you are done and click on OK.
Now click on Next.
In the next window check mark on start application. In the lower screen, click on application link.
Now you’ll be welcomed to your familiar file open window. Load all files. And select the batch file that you’ve created to shutdown your PC.
If everything went well you’ll see the screen similar to below:
Click on Next, again click on next (don’t choose any things in this step). And finally click on Finish button.
You’ll have %shutdown% alert shown in the E-mail Rules tab.
Now, when you send a message from your phone to your e-mail address with the Subject  %shutdown%your computer will trigger shutdown.bat file and instantly executes the command in that batch file finally leading to shutdown the PC.
You can use any batch file to execute any command.
Hope you loved this tutorial.

How To Add Windows 7 To XP Boot Screen?




I had windows xp and 7 on my pc but I re-installed windows xp because of some problems so now it only boots to XP but i'm sure there's a way to add the windows 7 to the boot menu without having to re-install the Windows 7 again



I found solution:
1. Insert Windows 7 DVD and boot into it2. Go to Repair computer > Highlight your W7 installation > Click Next > Get to the command prompt and type the following:Bootrec.exe /REBUILDBCD

If the command is successful, close the Command Prompt window.
3. NOW Click “Startup Repair” to perform Windows Startup Repair. After doing these computer will reboot automatically.

If it works, and boots into W7 while seeing the XP dual boot option, then you're good to go.

If it works, and boots into W7 but has no option for XP, you'll have to run some commands in Command Prompt, in W7, which I have written below. Replace the driver letter in the third line with that of the XP partition.
a. Get to cmd in W7. Run as admin if you need to.b. Type the following commands and press enter, one by one.
bcdedit /create {ntldr} /d “Windows XP Professional”

bcdedit /displayorder {ntldr} /addlast

bcdedit /set {ntldr} device partition=X:

bcdedit /set {ntldr} path \ntldr

When you've run all the commands, hit F8 at boot to see if it's all fixed.