Five Hidden Programs In Windows Xp
Tips and Tricks December 24th, 2008
If you are a xp user and interested in learning more your xp operating system this command will be helpful for you.
1) Private Character Editor
This program is for designing icons and Characters
click :start
Then :run
type :EUDCEDIT
2) iExpress
This Program is for converting your files to EXECUTABLE files
click : start
Then : run
type : iexpress
3)Disk Cleanup
This program used for cleaning harddisk to offer space
click : start
Then : run
type : cleanmgr
4)Dr Watson
This program Is for repairing problems in Windows
click : start
Then : run
type : drwtsn32
5)Windows Media Player 5.1
Opens the old media player
click : start
Then : run
type : mplay32
Tags: command prompt, Windows XP
Convert FAT32 hard drive to NTFS in Windows xp
How to August 15th, 2008
With standard Windows utility “CONVERT”; you can convert your FAT32 hard drive to NTFS in easy way, without losing any data.
just open command prompt and follow these steps.
For convert C hard drive fat32 to ntfs, type this command
C:\> CONVERT C: /fs:ntfs
If you want convert D drive
D:\> CONVERT D: /fs:ntfs
Where C & D hard drive name
Tags: command prompt, converter, dos, Windows XP
Many time you face this type problem ,you want to create many folder and you have only two way “right click >new>Folder or Organize>New folder” and after that change folder name as your desire.
I think ,this is so boring and waste more time and it’s more serious, if you have long list.But you can use this trick and solve your problem.
Create multiple folders in same folder / Directory :-
Open Dos or command prompt (Press window logo +R, type cmd and enter)
You can understand with this example.
Create 5 folders in D drive (one, two, three, four, and five) name
D:\>md one two three four five
Tags: command prompt, dos, shortcut, Windows Vista
How to check system last boot time in Windows Vista
Windows Vista June 18th, 2008
Checking your last boot time in windows vista, open command prompt or dos and use this command.
Follow these steps:
1.Press window logo +R
2.Type cmd in run window and enter.
3.Type Systeminfo in command prompt and enter.
4.Waiting for some time…and all report display.
5.Check this line in report -System Boot Time: 6/17/2008, 4:59:40 PM (as your system)
If you want to save this report in text file-Type systeminfo>report.txt and enter, waiting for some time and then type report.txt and enter.
Temporary Disable “restart your computer” message after windows vista update
Windows Vista May 28th, 2008
By default in window vista after updating important files and other services, system displays “Restart your computer to finish installing important updates” massage.

This system gives time from 10 minutes to 4 hours maximum, if you want to postpone.But sometimes whenever you download any important file or other documents, or you don’t want to reboot or restart your system for many hours. You can use this trick.
Tags: command prompt, Windows Vista
Checking your system Install Date and time in windows vista, open command prompt or dos and use this command.
Follow these steps:
1.Press window logo +R
2.Type cmd in run window and enter.
3.Type Systeminfo in command prompt and enter.
4.Waiting for some time…and all report display.
5.Check this line in report -Original Install Date:6/17/2007, 4:59:40 PM (as your system)
Join Multiple Video files without any software
Tips and Tricks May 13th, 2008
Join your multiple video file like *.mpg,*.flv,*.vob and many more in window vista & xp
Follow these steps.
1. Open note pad and type this
2. copy /b *.mpg FullMovie.mpg
3. And Save the file with add .Bat Or any other name but don’t forget .bat extension
4. Now Copy and Paste this add. Bat file in a folder which contains more than one *.mpg files.
5. Double click the add.Bat file
6. Wait some time
A combined file named FullMovie.mpg is created from all the mpg files in the folder
You can also try with other extension
1. For DVD file (*.vob)
Copy/b*.vob fullmovie.vob
2. for flv file
Copy/b*.flv fullmovie.flv
3. For mp3 song (*.mp3)
Copy/b*.mp3 fullsongs.mp3
Tags: command prompt, dos, mp3, Windows Vista, Windows XP
About