Add Hardware Wizard
hdwwiz.cpl
Add/Remove Programs
appwiz.cpl
Administrative Tools
Control admintools
Automatic Updates
wuaucpl.cpl
Bluetooth Transfer Wizard
fsquirt
Calculator
calc
Certificate Manager
certmgr.msc
Character Map
charmap
Cafe Digital is a technology blog dedicated to artificial intelligence, mobile innovations, smart devices, and digital culture. Discover tech tutorials, step-by-step guides, and deep dives into tomorrow's connected world


Now find the folder that you want, in this case we will select the My Computer icon and then click on OK./Select.
Now you can see the My Computer folder right there on the taskbar. If you click the little arrows it will pop up and let you browse through all your drives.
You can add the Desktop to the toolbar as well.
Alternately you can also press Windows Logo +D key to toggle between desktop.
Do you know that you can make your PC shutdown at a time u wish to? We all may have used software to shutdown / restart our PC at times. But we can do this without using any software. Three methods are explained below with which we can automate shutdown our PC.
METHOD 1
Step 1:
Right click on your desktop and choose "New=>shortcuts".
Step 2:
In the box that says "Type the location of the shortcut",type in "shutdown -s -t 3600" without the quotation marks and click next.
Note: 3600 are the amount of seconds before your computer shuts down. So , 60secs*60mins=3600secs.
Step 3:
Make up a name for the shortcut and you're done.You can change the icon by right clicking=>properities=>change icon=>browse.
To abort:
To make an abort key to stop the shutdown timer just create another shortcut and makethe "location of the shortcut" to " shutdown -a" without the quotes.
METHOD 2
Here is another trick to shutdown at a specific time, for example you wish to shutdown at 11:35am. Type this instart=>Run
Type Code: at 11:35 shutdown -s
to abort
Code:
shutdown -a
take note: all time are in 24hr, example u would like to shutdown at 8:30pm, you should type
"at 20:30 shutdown -s" without quote
METHOD 3
you can use a batch for that as well it makes it easier to usejust run the batch and enter the time you want it to shutdown
shutdown.bat
Type Code:
@echo off
title Scheduled Shutdown Batch Example by Cafe Digital
Color A
echo Enter Time To Shutdown (example 19:30)
set /p stime=
cls
at %stime% ""shutdown -s -t 00"" >nul
echo Your PC Will Auto Shutdown At %stime%
echo Press Any Key To Exit
pause >nul
exit
also you can add -c "desired message" at the end of the shutdown commandfor exampleshutdown -s -t 60 -c "Shutdown Pc"
using this command u can also schedule ur pc to restartfor exampleshutdown -r -t 60 -c "Restarting Pc"
The much awaited Windows XP SP3 is finally released for the Windows users. It can be downloaded using Windows Update, and the direct link to the standalone version of SP3 for x86 XP systems (32 bit).
All previously released updates for the operating system Windows XP is included in Windows XP Service Pack 3 (SP3).
Link: Service Pack 3 for Windows XP via Windows Update (Size varies)
Download: Stand-alone installer for Windows XP SP3 English, 32 Bit (316 MB)
How to Check if Someone Else is Using Your Facebook Account ? Have you noticed strange goings-on with your Facebook account? Maybe items ...