Revolutionary Webmaster Guide……….
28 May
How to convert files from FAT to NTFS ?
This post will explain you how to convert FAT disk to NTFS. While installing your windows XP you can choose three file systems for disk partitions. Those are NTFS, FAT32 and FAT. NTFS is the most recommended one. why because the files in NTFS have more stability, hosting Active Directory, security and less fragmentation. Changing a volume’s existing file system can be time consuming ,so always choose the file system that best suits your long term needs. If you want to change your file system you must backup your data and reformat the volume using new file system. From this post you can learn how to change a FAT or FAT32 volume to NTFS without formating the volume. Still back up data is also a good idea but it consumes lots of time.
1.Open command prompt.
2.Type ” c:\ ” without quotes to enter in to c:\ drive.
3.Type the below following command
Convert C: /FS:NTFS
4. You should maintain space between C: and (/) . After pressing enter he will ask you confirmation and press enter again. After pressing Y reboot your system.
This method works in windows XP.
One more command to convert FAT or FAT32 to NTFS:
1.Open command prompt.
2.In command prompt type : convert drive_letter: /fs:ntfs
For example, typing convert F: /fs:ntfs would format drive F: with the ntfs format.
Note:Once you convert your drive to NTFS, you cannot convert back to FAT or FAT32. you need to reformat your system to bring back to FAT or FAT32.
Well this is a fairy simply trick which converts from FAT32 to NTFS.
26 May
How to delete Internet Explorer temporary files ??
Internet Explorer includes some great security features when compared to other browsers. In this tweak i will explain you how to delete or clear temporary internet explorer files.It is safe to delete temporary files from your system after closing the browser.This is a very useful feature since it saves disk space and also maintains privacy for your information.To be clear consider this example. You are doing online shopping.After entering your credit card number it will be saved your whole information will be saved in Temporary files in the form of HTML.So it is safer to delete such kind of information.
Following steps clearly explains you how to delete internet explorer temporary files.
1. Launch internet explorer.
2. Select tools from menu.
3. Now click on Internet options.Now click on advanced tab.
4. Under security find where it says Empty Temporary internet files folder when browser is closed and check it.
5. now click ok.
2nd Method:
1. Go to control panel - Internet Options - General Tab
2. Now click on delete files button.
Put a tick mark on “All offline content” . This removes the junk files such as downloaded files, zero byte files created by Outlook Express and many other hidden files that reside in your cache memory.
Completely Deleting the Temporary Internet Files and index.dat:
Restart your computer and log in to “Administrator account” and delete your account.Now restart your computer.
This method completely deletes your temporary internet files and index.dat files.
This method applicable only for XP and 2k users.
To delete a corrupt Cookies folder:
Use the same above method to delete the following folder:
“C:\Documents and Settings\username\COOKIES”
WinME users that need to delete the Temporary Internet Files:
Insert your WinMe bootdisk and restart. Select: “Minimal” from the menu
From A:\> (type and press Enter after each command)
C:
cd\windows
smartdrv
deltree tempor~1
deltree history
deltree temp
Remove the bootdisk and restart (Ctrl-Alt-Del)
Win98 users that need to delete the Temporary Internet Files:
Restart in Ms-Dos Mode
From C:\> (type and press Enter after each command)
cd\windows
smartdrv
deltree tempor~1
deltree history
deltree temp
Restart (Ctrl-Alt-Del)
26 May
How to add website link to start menu?
This is a very simple trick. This trick “how to add website link to start menu” helps a lot for lazy guys. This trick is very convenient and handy for quick applications . If you want to open any website go to start menu and click on the link. The below steps will explain you clearly how to add website link to start menu so that you can quickly access websites without opening browser.
1st method:
Just copy the code in notepad and save it as link.reg then just right click on it and choose “merge“.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@=”TweakXP.com”
[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
@=”%SystemRoot%\\system32\\shell32.dll,-47″
[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]
“CLSID”=”{13709620-C279-11CE-A49E-444553540000}”
“method”=”ShellExecute”
“Command”=”http://elechub.com/”
“Param1″=”http://elechub.com/”
To uninstall this trick just copy the below code in notepad and save as rem.reg and right click and choose merge.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@=”"
[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\DefaultIcon]
@=”"
[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}\Instance\InitPropertyBag]
“CLSID”=”{13709620-C279-11CE-A49E-444553540000}”
“method”=”ShellExecute”
“command”=”"
“Param1″=”"
2nd method:
This is one more cool method for how to add website link in start menu. The following steps will clearly explain you clearly how to add website link to start menu so that you can quickly access websites without opening browser.
1. Right click on the Start button and select Explore
2. Now right click on windows explorer and select new/ Shortcut.
3. In that just type your favorite website link such as “http://www.elechub.com”
4. Now click next.
5. In the “Type a name for this shortcut:” enter a name for the website link that you want to display in the Start menu.
6. click next.
7. Now you can see new link in the start menu.Just click on the link your favorite website opens in new window.
Recent Comments