<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Crazy Blogger &#187; Windows XP</title>
	<atom:link href="http://www.crazyblogger.info/category/windows-xp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crazyblogger.info</link>
	<description>Blog about computer, internet, Movies tips, tricks and much more</description>
	<lastBuildDate>Fri, 03 Feb 2012 07:47:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>how to make a folder in My Computer</title>
		<link>http://www.crazyblogger.info/windows-xp/how-to-make-folder-in-my-computer/</link>
		<comments>http://www.crazyblogger.info/windows-xp/how-to-make-folder-in-my-computer/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 14:33:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[crazy blogger info windows make folder computer]]></category>
		<category><![CDATA[how do i create a folder for my computer]]></category>
		<category><![CDATA[how do i create folders on my pc]]></category>
		<category><![CDATA[how to create folder on in computer]]></category>
		<category><![CDATA[how to create folder to the computer]]></category>
		<category><![CDATA[how to make afolder in my computer]]></category>
		<category><![CDATA[subst z: c:yourname]]></category>

		<guid isPermaLink="false">http://www.crazyblogger.info/?p=275</guid>
		<description><![CDATA[<p><img src="http://www.crazyblogger.info/wp-content/themes/Magnificent/timthumb.php?src=http://crazyblogger.info/wp-content/uploads/xp.jpg&amp;h=200&amp;w=300&amp;zc=1"/></p>So here is a cool way of making a folder in my computer. If you are tired of seeing only the drives in my computer the follow these steps and you will get your own folder in my computer. Steps involved Go to c drive Create a new folder ( yournmame ) now go to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.crazyblogger.info/wp-content/themes/Magnificent/timthumb.php?src=http://crazyblogger.info/wp-content/uploads/xp.jpg&amp;h=200&amp;w=300&amp;zc=1"/></p><p>So here is a cool way of making a folder in my computer. If you are tired of seeing only the drives in my computer the follow these steps and you will get your own folder in my computer.</p>
<p><strong>Steps involved</strong><br />
<strong>Go to c drive</strong><br />
Create a new folder ( yournmame )<br />
now go to command prompt (start -&gt; Run -&gt; CMD -&gt; Ok) and type<br />
<strong>subst z: c:\yourname</strong><br />
<strong><strong> </strong></strong></p>
<p><strong><strong>Now go to my computer and check it. You should see your folder at my computer. </strong><strong> </strong></strong></p>
<p><strong><strong> to remove the drive</strong> just follow this simple step </strong><br />
go to command prompt and type<br />
<strong>subst z: /d </strong></p>
<p>I hope you find this small trick helpful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crazyblogger.info/windows-xp/how-to-make-folder-in-my-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lock your folder in XP and Vista without any software</title>
		<link>http://www.crazyblogger.info/windows-xp/lock-your-folder-in-xp-and-vista-without-any-software/</link>
		<comments>http://www.crazyblogger.info/windows-xp/lock-your-folder-in-xp-and-vista-without-any-software/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 16:58:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[how to give a password to a newfolder with out any program]]></category>
		<category><![CDATA[how to lock file in xp without software]]></category>

		<guid isPermaLink="false">http://www.crazyblogger.info/?p=250</guid>
		<description><![CDATA[<p><img src="http://www.crazyblogger.info/wp-content/themes/Magnificent/timthumb.php?src=http://crazyblogger.info/wp-content/uploads/xp.jpg&amp;h=200&amp;w=300&amp;zc=1"/></p>Lock your folder in XP and Vista without any software Steps: 1- make a new folder ( name it as you like ) 2- inside this folder make a ( TXT ) file &#38; copy these content (the entire thing) Quote: Quote: cls @ECHO OFF title Folder Private if EXIST &#8220;Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}&#8221; goto UNLOCK if [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.crazyblogger.info/wp-content/themes/Magnificent/timthumb.php?src=http://crazyblogger.info/wp-content/uploads/xp.jpg&amp;h=200&amp;w=300&amp;zc=1"/></p><p><strong>Lock your folder in XP and Vista without any software</strong></p>
<p>Steps:<br />
1- make a new folder ( name it as you like )<br />
2- inside this folder make a ( TXT ) file &amp; copy these content (the entire thing)</p>
<p><strong>Quote:<br />
Quote: cls<br />
@ECHO OFF<br />
title Folder Private<br />
if EXIST &#8220;Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}&#8221; goto UNLOCK<br />
if NOT EXIST Private goto MDLOCKER<br />
:CONFIRM<br />
echo Are you sure you want to lock the folder(Y/N)<br />
set/p &#8220;cho=&gt;&#8221;<br />
if %cho%==Y goto LOCK<br />
if %cho%==y goto LOCK<br />
if %cho%==n goto END<br />
if %cho%==N goto END<br />
echo Invalid choice.<br />
goto CONFIRM<br />
:LOCK<br />
ren Private &#8220;Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}&#8221;<br />
attrib +h +s &#8220;Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}&#8221;<br />
echo Folder locked<br />
goto End<br />
:UNLOCK<br />
echo Enter password to unlock folder<br />
set/p &#8220;pass=&gt;&#8221;<br />
if NOT %pass%== password here goto FAIL<br />
attrib -h -s &#8220;Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}&#8221;<br />
ren &#8220;Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}&#8221; Private<br />
echo Folder Unlocked successfully<br />
goto End<br />
:FAIL<br />
echo Invalid password<br />
goto end<br />
:MDLOCKER<br />
md Private<br />
echo Private created successfully<br />
goto End<br />
:End</strong></p>
<p><strong> </strong>3- After you have copied the entire code, go to <strong>line 23</strong> (or try using shortcut- CTRL+F and type password to locate the line) u will find this word : password (Change it with any password u like.)<br />
<strong>eg: if NOT %pass%== crazyblogger goto FAIL</strong><br />
//so ur password here becomes crazyblogger .//<br />
<strong>4- After that go to save as &amp; name this file as</strong> &#8220;<strong>locker.bat</strong> &#8221;<br />
5- Now back to the folder &amp; you will find a ( LOCKER ), (locker.exe)<br />
6- Double Click on it &amp; you will find a new folder (Private )<br />
7- Ok ,, now copy what u want in this &#8220;private Folder&#8221; &amp; after that come out of the folder, and Double click on locker again. It will open and ask if you want to lock your folder? Y/N ?<br />
8- Type Y. your private folder will disappear.<br />
9- If you want to UNLOCK your folder, go to (locker) &amp; type your pass and you will see your private folder.<br />
it not only hides the folder, but incase, you unhide all files&#8230; and try opening it without entering password, it’ll take u to the control panel&#8230;<br />
<strong>Also, if u want to store files on your Flash-Drive, you can use this script. No Software Required</strong><br />
Incase u delete your Locker file (just in case), then u can make a new one (but with the same password) and open it from that.<br />
Alternatively, u can keep this locker file somewhere else, and when u want to open ur folder, only then bring it back to that place</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crazyblogger.info/windows-xp/lock-your-folder-in-xp-and-vista-without-any-software/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Some useful run commands for windows XP</title>
		<link>http://www.crazyblogger.info/windows-xp/some-useful-run-commands-for-windows-xp/</link>
		<comments>http://www.crazyblogger.info/windows-xp/some-useful-run-commands-for-windows-xp/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 16:57:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[nokia useful run commands]]></category>
		<category><![CDATA[useful commands for windows system administrators xp]]></category>

		<guid isPermaLink="false">http://www.crazyblogger.info/?p=246</guid>
		<description><![CDATA[<p><img src="http://www.crazyblogger.info/wp-content/themes/Magnificent/timthumb.php?src=http://crazyblogger.info/wp-content/uploads/xp.jpg&amp;h=200&amp;w=300&amp;zc=1"/></p>Accessibility Controls access.cpl Accessibility Wizard accwiz Add Hardware Wizard hdwwiz.cpl Add/Remove Programs appwiz.cpl Administrative Tools control admintools Adobe Acrobat (if installed) acrobat Adobe Designer (if installed) acrodist Adobe Distiller (if installed) acrodist Adobe ImageReady (if installed) imageready Adobe Photoshop (if installed) photoshop Automatic Updates wuaucpl.cpl Bluetooth Transfer Wizard fsquirt Calculator calc Certificate Manager certmgr.msc Character [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.crazyblogger.info/wp-content/themes/Magnificent/timthumb.php?src=http://crazyblogger.info/wp-content/uploads/xp.jpg&amp;h=200&amp;w=300&amp;zc=1"/></p><p><strong>Accessibility Controls</strong><br />
access.cpl<br />
<strong>Accessibility Wizard</strong><br />
accwiz<br />
<strong>Add Hardware Wizard</strong><br />
hdwwiz.cpl<br />
<strong>Add/Remove Programs</strong><br />
appwiz.cpl<br />
<strong>Administrative Tools</strong><br />
control admintools<br />
<strong>Adobe Acrobat (if installed)</strong><br />
acrobat<br />
<strong>Adobe Designer (if installed)</strong><br />
acrodist<br />
<strong>Adobe Distiller (if installed)</strong><br />
acrodist<br />
<strong>Adobe ImageReady (if installed)</strong><br />
imageready<br />
<strong>Adobe Photoshop (if installed)</strong><br />
photoshop<br />
<strong>Automatic Updates</strong><br />
wuaucpl.cpl<br />
<strong>Bluetooth Transfer Wizard</strong><br />
fsquirt<br />
<strong>Calculator</strong><br />
calc<br />
<strong>Certificate Manager</strong><br />
certmgr.msc<br />
<strong>Character Map</strong><br />
charmap<br />
<strong>Check Disk Utility</strong><br />
chkdsk<br />
<strong>Clipboard Viewer</strong><br />
clipbrd<br />
<strong>Command Prompt</strong><br />
cmd<br />
<strong>Component Services</strong><br />
dcomcnfg<br />
<strong>Computer Management</strong><br />
compmgmt.msc<br />
<strong>Control Panel</strong><br />
control<br />
<strong>Date and Time Properties</strong><br />
timedate.cpl<br />
<strong>DDE Shares</strong><br />
ddeshare<br />
<strong>Device Manager</strong><br />
devmgmt.msc<br />
<strong>Direct X Control Panel (If Installed)*</strong><br />
directx.cpl<br />
<strong>Direct X Troubleshooter</strong><br />
dxdiag<br />
<strong>Disk Cleanup Utility</strong><br />
cleanmgr<br />
<strong>Disk Defragment</strong><br />
dfrg.msc<br />
<strong>Disk Management</strong><br />
diskmgmt.msc<br />
<strong>Disk Partition Manager</strong><br />
diskpart<br />
<strong>Display Properties</strong><br />
control desktop<br />
<strong>Display Properties</strong><br />
desk.cpl<br />
<strong>Display Properties (w/Appearance Tab Preselected)</strong><br />
control color<br />
<strong>Dr. Watson System Troubleshooting Utility</strong><br />
drwtsn32<br />
<strong>Driver Verifier Utility</strong><br />
verifier<br />
<strong>Event Viewer</strong><br />
eventvwr.msc<br />
<strong>Files and Settings Transfer Tool</strong><br />
migwiz<br />
<strong>File Signature Verification Tool</strong><br />
sigverif<br />
<strong>Findfast</strong><br />
findfast.cpl<br />
<strong>Firefox (if installed)</strong><br />
firefox<br />
<strong>Folders Properties</strong><br />
control folders<br />
<strong>Fonts</strong><br />
control fonts<br />
<strong>Fonts Folder</strong><br />
fonts<br />
<strong>Free Cell Card Game</strong><br />
freecell<br />
<strong>Game Controllers</strong><br />
joy.cpl<br />
<strong>Group Policy Editor (XP Prof)</strong><br />
gpedit.msc<br />
<strong>Hearts Card Game</strong><br />
mshearts<br />
<strong>Help and Support</strong><br />
helpctr<br />
<strong>HyperTerminal</strong><br />
hypertrm<br />
<strong>Iexpress Wizard</strong><br />
iexpress<br />
<strong>Indexing Service</strong><br />
ciadv.msc<br />
<strong>Internet Connection Wizard</strong><br />
icwconn1<strong><br />
Internet Explorer</strong><br />
iexplore<br />
<strong>Internet Properties</strong><br />
inetcpl.cpl<br />
<strong>Internet Setup Wizard</strong><br />
inetwiz<br />
<strong>IP Configuration (Display Connection Configuration)</strong> ipconfig /all<br />
<strong>IP Configuration (Display DNS Cache Contents)</strong> ipconfig /displaydns<br />
<strong>IP Configuration (Delete DNS Cache Contents)</strong> ipconfig /flushdns<br />
<strong>IP Configuration (Release All Connections)</strong> ipconfig /release<br />
<strong>IP Configuration (Renew All Connections)</strong> ipconfig /renew<br />
<strong>IP Configuration (Refreshes DHCP &amp; Re-Registers DNS)</strong> ipconfig /registerdns<br />
<strong>IP Configuration (Display DHCP Class ID)</strong> ipconfig /showclassid<br />
<strong>IP Configuration (Modifies DHCP Class ID)</strong> ipconfig /setclassid<br />
<strong>Java Control Panel (If Installed)</strong><br />
jpicpl32.cpl<br />
<strong>Java Control Panel (If Installed)</strong><br />
javaws<br />
<strong>Keyboard Properties</strong><br />
control keyboard<br />
<strong>Local Security Settings</strong><br />
secpol.msc<br />
<strong>Local Users and Groups</strong><br />
lusrmgr.msc<br />
<strong>Logs You Out Of Windows</strong><br />
logoff<br />
<strong>Malicious Software Removal Tool</strong><br />
mrt<br />
<strong>Microsoft Access (if installed)</strong><br />
access.cpl<br />
<strong>Microsoft Chat</strong><br />
winchat<br />
<strong>Microsoft Excel (if installed)</strong><br />
excel<br />
<strong>Microsoft Frontpage (if installed)</strong><br />
frontpg<br />
<strong>Microsoft Movie Maker</strong><br />
moviemk<br />
<strong>Microsoft Paint</strong><br />
mspaint<br />
<strong>Microsoft Powerpoint (if installed)</strong><br />
powerpnt<br />
<strong>Microsoft Word (if installed)</strong><br />
winword<br />
<strong>Microsoft Syncronization Tool</strong><br />
mobsync<br />
<strong>Minesweeper Game</strong><br />
winmine<br />
<strong>Mouse Properties</strong><br />
control mouse<br />
<strong>Mouse Properties</strong><br />
main.cpl<br />
<strong>Nero (if installed)</strong><br />
nero<br />
<strong>Netmeeting</strong><br />
conf<br />
<strong>Network Connections</strong><br />
control netconnections<br />
<strong>Network Connections</strong><br />
ncpa.cpl<br />
<strong>Network Setup Wizard</strong><br />
netsetup.cpl<br />
<strong>Notepad</strong><br />
notepad<br />
<strong>Nview Desktop Manager (If Installed)</strong><br />
nvtuicpl.cpl<br />
<strong>Object Packager</strong><br />
packager<br />
<strong>ODBC Data Source Administrator</strong><br />
odbccp32.cpl<br />
<strong>On Screen Keyboard</strong><br />
osk<br />
<strong>Opens AC3 Filter (If Installed)</strong><br />
ac3filter.cpl<br />
<strong>Outlook Express</strong><br />
msimn<br />
<strong>Paint</strong><br />
pbrush<br />
<strong>Password Properties</strong><br />
password.cpl<br />
<strong>Performance Monitor</strong><br />
perfmon.msc<br />
<strong>Performance Monitor</strong><br />
perfmon<br />
<strong>Phone and Modem Options</strong><br />
telephon.cpl<br />
<strong>Phone Dialer</strong><br />
dialer<br />
<strong>Pinball Game</strong><br />
pinball<br />
<strong>Power Configuration</strong><br />
powercfg.cpl<br />
<strong>Printers and Faxes</strong><br />
control printers<br />
<strong>Printers Folder</strong><br />
printers<br />
<strong>Private Character Editor</strong><br />
eudcedit<br />
<strong>Quicktime (If Installed)</strong><br />
QuickTime.cpl<br />
<strong>Quicktime Player (if installed)</strong><br />
quicktimeplayer<br />
<strong>Real Player (if installed)</strong><br />
realplay<br />
<strong>Regional Settings</strong><br />
intl.cpl<br />
<strong>Registry Editor</strong><br />
regedit<br />
<strong>Registry Editor</strong><br />
regedit32<br />
<strong>Remote Access Phonebook</strong><br />
rasphone<br />
<strong>Remote Desktop</strong><br />
mstsc<br />
<strong>Removable Storage</strong><br />
ntmsmgr.msc<br />
<strong>Removable Storage Operator Requests</strong><br />
ntmsoprq.msc<br />
<strong>Resultant Set of Policy (XP Prof)</strong><br />
rsop.msc<br />
<strong>Scanners and Cameras</strong><br />
sticpl.cpl<br />
<strong>Scheduled Tasks</strong><br />
control schedtasks<br />
<strong>Security Center</strong><br />
wscui.cpl<br />
<strong>Services</strong><br />
services.msc<br />
<strong>Shared Folders</strong><br />
fsmgmt.msc<br />
<strong>Shuts Down Windows</strong><br />
shutdown<br />
<strong>Sounds and Audio</strong><br />
mmsys.cpl<br />
<strong>Spider Solitare Card Game</strong><br />
spider<br />
<strong>SQL Client Configuration</strong><br />
cliconfg<br />
<strong>System Configuration Editor</strong><br />
sysedit<br />
<strong>System Configuration Utility</strong><br />
msconfig<br />
<strong>System File Checker Utility (Scan Immediately)</strong> sfc /scannow<br />
<strong>System File Checker Utility (Scan Once At Next Boot)</strong> sfc /scanonce<br />
<strong>System File Checker Utility (Scan On Every Boot)</strong> sfc /scanboot<br />
<strong>System File Checker Utility (Return to Default Setting)</strong> sfc /revert<br />
<strong>System File Checker Utility (Purge File Cache)</strong> sfc /purgecache<br />
<strong>System File Checker Utility (Set Cache Size to size x)</strong><br />
sfc /cachesize=x<br />
<strong>System Information</strong><br />
msinfo32<br />
<strong>System Properties</strong><br />
sysdm.cpl<br />
<strong>Task Manager</strong><br />
taskmgr<br />
<strong>TCP Tester</strong><br />
tcptest<br />
<strong>Telnet Client</strong><br />
telnet<br />
<strong>Tweak UI (if installed)</strong><br />
tweakui<br />
<strong>User Account Management</strong><br />
nusrmgr.cpl<br />
<strong>Utility Manager</strong><br />
utilman<br />
<strong>Windows Address Book</strong><br />
wab<br />
<strong>Windows Address Book Import Utility</strong><br />
wabmig<br />
<strong>Windows Backup Utility (if installed)</strong><br />
ntbackup<br />
<strong>Windows Explorer</strong><br />
explorer<br />
<strong>Windows Firewall</strong><br />
firewall.cpl<br />
<strong>Windows Magnifier</strong><br />
magnify</p>
<p><strong>Windows Management Infrastructure</strong><br />
wmimgmt.msc<br />
<strong>Windows Media Player</strong><br />
wmplayer<br />
<strong>Windows Messenger</strong><br />
msmsgs<br />
<strong>Windows Picture Import Wizard (need camera connected)</strong><br />
wiaacmgr<br />
<strong>Windows System Security Tool</strong><br />
syskey<br />
<strong>Windows Update Launches</strong><br />
wupdmgr<br />
<strong>Windows Version (to show which version of windows)</strong><br />
winver<br />
<strong>Windows XP Tour Wizard</strong><br />
tourstart<br />
<strong>Wordpad</strong><br />
write</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crazyblogger.info/windows-xp/some-useful-run-commands-for-windows-xp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows XP tips and tricks</title>
		<link>http://www.crazyblogger.info/windows-xp/windows-xp-tips-and-tricks/</link>
		<comments>http://www.crazyblogger.info/windows-xp/windows-xp-tips-and-tricks/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 16:11:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[100 windows xp tips tricks]]></category>
		<category><![CDATA[funny tips and tricks for windows xp]]></category>
		<category><![CDATA[howto re-install xp without cd-player]]></category>
		<category><![CDATA[xp tips and tricks 2010]]></category>
		<category><![CDATA[xp triki cmd admin]]></category>

		<guid isPermaLink="false">http://www.crazyblogger.info/?p=220</guid>
		<description><![CDATA[<p><img src="http://www.crazyblogger.info/wp-content/themes/Magnificent/timthumb.php?src=http://crazyblogger.info/wp-content/uploads/xp.jpg&amp;h=200&amp;w=300&amp;zc=1"/></p>Hide Any Drive In your PC with 3 easy Steps Most of you must have wondered if there exists a way without using software to Hide A Drive completely so that it cannot be viewed or accessed without unlocking it. Well for those who have and who haven&#8217;t yet, here is a easiest method on [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.crazyblogger.info/wp-content/themes/Magnificent/timthumb.php?src=http://crazyblogger.info/wp-content/uploads/xp.jpg&amp;h=200&amp;w=300&amp;zc=1"/></p><h4><strong>Hide Any Drive In your PC with 3 easy Steps<br />
</strong></h4>
<p style="text-align: justify;">Most of you must have wondered if there exists a way without using software to Hide A Drive completely so that it cannot be viewed or accessed without unlocking it. Well for those who have and who haven&#8217;t yet, here is a easiest method on How To Hide Any Drive In Just 3 Steps.</p>
<p><strong>Here we go, follow these 3 simple steps:</strong><br />
01. Go to Start &#8211;&gt; Run or use Win+R keys and type &#8220;cmd&#8221; and press Ok.<br />
02. This will open Command Prompt for you. Now type &#8220;diskpart&#8221; and press Enter:<br />
Once in Diskpart type &#8220;list volume&#8221; and press Enter:<br />
This will list all the partitions in your system.<br />
Enter The Following Command<br />
&#8220;select volume 10&#8243;.<br />
Remember to change 10 with the volume number of your partition you want to hide and press Enter:<br />
03. Now as in my example I am hiding drive G: so my last command is &#8220;remove letter G&#8221; and then press Enter:<br />
All done. Now open your computer and see that drive is made hidden<br />
Now to make a drive Unhidden<br />
<strong>Follow first 2 steps as such but in step 3 instead of remove letter G use &#8220;assign letter G&#8221;</strong><br />
for Vista/windows 7<br />
<strong>The commands becomes slightly different here:&#8221;assign letter=G&#8221;</strong><br />
You have successfully unlocked the Hidden Drive.</p>
<p style="text-align: justify;">
<h4><strong>How To Reinstall Windows Without Losing Anything</strong></h4>
<p style="text-align: justify;"><strong> </strong>You can use this method as often as you like when you need to repair something that had gotten corrupted and you don&#8217;t want to do a clean install.<br />
This is better than doing a windows repair install from the CD because doing that can cause changes to settings and even make it so you can&#8217;t get updates anymore from Microsoft update site because of the &#8216;silent install&#8217; they did a year or so ago (unless you rereg some dll files).<br />
1- Start WindowsXP<br />
2- Go to the location of your source files<br />
3- Run WINNT32 /unattend<br />
For example, D:\I386\winnt32 /unattend ( copy &amp; paste this command into the RUN box, then press ENTER ) Your computer will do the rest.<br />
OR<br />
Start &gt; All Programs &gt; Accessories &gt; Command Prompt. or start click run and type cmd and click inter<br />
Copy &amp; paste &gt; <strong>D:\I386\winnt32 /unattend</strong> (notice the space between 32 and / )<br />
Press Enter. If you are reinstalling windows from CD then change D: drive to CD location something like <strong>E:  G:</strong><br />
If you have i386 on your drive, you can replace D: ( if D: is your CD drive ) with the location of it. (be sure it&#8217;s the full i386 though)</p>
<p style="text-align: justify;">D: is the driver letter where your windows XP CD is</p>
<p style="text-align: justify;">if D:\I386\winnt32 /unattend doesn&#8217;t work then try : d:\winnt32 /unattend</p>
<p style="text-align: justify;">This way, you will reinstall Windows without Losing Anything.</p>
<p style="text-align: justify;">
<h4 style="text-align: justify;">Checking your Antivirus Performance</h4>
<p style="text-align: justify;">Copy and paste the code below into notepad<br />
<span style="color: #0000ff;"><strong>X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*</strong></span><br />
(The text should be in one line.)<br />
Save file as &#8220;checkantivirus.com&#8221; excluding quotation-marks (make sure it is saved in extention . com)<br />
A few seconds after saving this file, your Anti-Virus should come with the message that this file is infected with virus asking permission for its deletion/clean.<br />
*** This file is secure and it’s not going to infect your computer in whatever way. It is a standard text developed by the European Institute for Computer Anti-virus Research (EICAR). Every Anti-Virus is programmed to load this file as a virus.***<br />
If your Anti-Virus will not detect this file as a virus, a program will appear as DOS window with this text EICAR-STANDARD-ANTIVIRUS-TEST-FILE.<br />
If this happens then you should probably find some other Anti-Virus up to date as you are</p>
<p style="text-align: justify;">Not fully protected.</p>
<p style="text-align: justify;">
<p style="text-align: justify;"><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.crazyblogger.info/windows-xp/windows-xp-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>hack windows xp</title>
		<link>http://www.crazyblogger.info/windows-xp/hack-windows-xp/</link>
		<comments>http://www.crazyblogger.info/windows-xp/hack-windows-xp/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 16:33:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.crazyblogger.info/?p=177</guid>
		<description><![CDATA[<p><img src="http://www.crazyblogger.info/wp-content/themes/Magnificent/timthumb.php?src=http://crazyblogger.info/wp-content/uploads/xp.jpg&amp;h=200&amp;w=300&amp;zc=1"/></p>Speed up the Start Menu Sometimes you may feel that Start Menu is taking a long time to appear, but you always have the control to speed things up by changing the registry. Go to RUN and type regedit and then Enter. Go to HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDelay from the default 400 to something smaller like 0 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.crazyblogger.info/wp-content/themes/Magnificent/timthumb.php?src=http://crazyblogger.info/wp-content/uploads/xp.jpg&amp;h=200&amp;w=300&amp;zc=1"/></p><h4 style="text-align: justify;"><strong>Speed up the Start Menu </strong></h4>
<p style="text-align: justify;">Sometimes you may feel that Start Menu is taking a long time to appear, but you always have the control to speed things up by changing the registry. Go to <strong>RUN</strong> and type <strong>regedit</strong> and then Enter. Go to <strong>HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDelay</strong> from the default 400 to something smaller like 0 or 25.</p>
<h4 style="text-align: justify;"><strong>Rename multiple files at once </strong></h4>
<p style="text-align: justify;">You can rename many files at once in Windows. Select a group of files in window and then right click on any one and rename it. Doing so will rename all other files to that name giving numbers to each individual files in the brackets to distinguish them.</p>
<h4 style="text-align: justify;"><strong>Showing Album art in Media Player </strong></h4>
<p style="text-align: justify;">Windows Media Player is able to display the Album art for albums as it plays the tracks &#8212; if it is able to found the picture on the Internet when you copied the tracks from the CD. If it didn&#8217;t, or if you have lots of pre-WMP music files, you can put your own copy of the cover art in the same directory as the tracks. Just call it folder.jpg and Windows Media Player will pick it up and display it.</p>
<h4 style="text-align: justify;"><strong>Shutdown Your System in a Hurry </strong></h4>
<p style="text-align: justify;">Sometimes we don’t have enough time to wait for computer to shutdown. If you need to shut down in a hurry-or if a non responding application is preventing you from shutting down in the normal ways-you can use the following procedure. Be aware, however, that you won&#8217;t get an opportunity to save open documents. To perform an emergency shutdown, press Ctrl+Alt+Del to display Task Manager. Open the Shut down menu and hold down the Ctrl key as you click the Turn Off command. Poof! In this case, you&#8217;ll get a warning message pointing out-quite correctly-that this should be used only as a last resort.</p>
<h4 style="text-align: justify;"><strong>Hack IE Title Bar </strong></h4>
<p style="text-align: justify;">This can be an one of those impressive way of personalization. Use your name to brand Internet Explorer. Go to <strong>HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\</strong> and left-click on Main to change the string &#8220;Window Title&#8221; to whatever you wish.</p>
<h4 style="text-align: justify;"><strong>Save Streaming Media </strong></h4>
<p style="text-align: justify;">It&#8217;s cool to listen to MP3s (or watch movies) over the Internet. Often, saving this media, however, seems impossible. Hey, if it plays on your computer, it&#8217;s on your hard drive. Once the file is fully loaded and with folder view set to show hidden and systems folders, searches for the media (.mp3 or .mpg). There it is!</p>
<h4 style="text-align: justify;"><strong>Assign a Keyboard Shortcut </strong></h4>
<p style="text-align: justify;">Click in the Shortcut Key field and press a keyboard combination that you want to use for launching or switching to this program. The shortcut key you assign must consist of one character key (a letter, number, or symbol) plus at least two of the following three keys: Ctrl, Alt, and Shift. (If you press a character key only, Windows automatically adds Ctrl+Alt.)</p>
<p style="text-align: justify;">Shortcut keys work only when assigned to a program shortcut on the Start menu, the Programs menu, or the Desktop. The shortcuts you define will not work if it conflicts with a combination used in the program whose window has the focus.<br />
<strong> </strong></p>
<p style="text-align: justify;"><strong> </strong></p>
<p style="text-align: justify;"><strong> </strong></p>
<p style="text-align: justify;"><strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.crazyblogger.info/windows-xp/hack-windows-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP Shortcuts</title>
		<link>http://www.crazyblogger.info/windows-xp/windows-xp-shortcuts-2/</link>
		<comments>http://www.crazyblogger.info/windows-xp/windows-xp-shortcuts-2/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 16:31:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.crazyblogger.info/?p=121</guid>
		<description><![CDATA[<p><img src="http://www.crazyblogger.info/wp-content/themes/Magnificent/timthumb.php?src=http://crazyblogger.info/wp-content/uploads/xp.jpg&amp;h=200&amp;w=300&amp;zc=1"/></p>To switch between the open windows press ALT + TAB. To cycle through the item in their opening order press ALT + ESC. To display shortcut menu for window ALT + SPACEBAR. To display start menu press the flag button between CTRL and ALT or press CTRL + ESC. F10 activates the menu bar in [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.crazyblogger.info/wp-content/themes/Magnificent/timthumb.php?src=http://crazyblogger.info/wp-content/uploads/xp.jpg&amp;h=200&amp;w=300&amp;zc=1"/></p><ul style="text-align: justify;">
<li>To switch between the open windows press <strong>ALT + TAB.</strong></li>
<li>To cycle through the item in their opening order press <strong>ALT + ESC.</strong></li>
<li>To display shortcut menu for window <strong>ALT + SPACEBAR.</strong></li>
<li>To display start menu press the flag button between CTRL and ALT or press <strong>CTRL + ESC. </strong></li>
<li><strong>F10 </strong>activates the menu bar in the active program. <strong>RIGHT ARROW</strong> opens the next menu to right and <strong>LEFT ARROW</strong> opens the next menu to left.</li>
<li><strong>F5</strong> to refresh the webpage in Internet Explorer, Firefox, Chrome and Opera.</li>
<li>To cancel the current task press <strong>ESC.</strong></li>
<li>To prevent the auto play feature in CD – ROM press SHIFT when you insert a CD into the CD – ROM drive.</li>
<li>Use BACKSPACE to open a folder one level up.</li>
</ul>
<p style="text-align: justify;">
<p style="text-align: justify;"><strong>Shortcuts for the Dialog Box </strong></p>
<ul style="text-align: justify;">
<li>To move forward in the tabs use <strong>CTRL + TAB.</strong></li>
<li>To move backward in the tabs use <strong>CTRL + SHIFT + TAB.</strong></li>
<li>To move through the options use <strong>TAB.</strong></li>
<li>To move backward in the option use <strong>SHIFT + TAB.</strong></li>
<li>To display help press <strong>F1.</strong> <strong> </strong></li>
<li> To display items in active list press <strong>F4</strong> key.<strong> </strong></li>
</ul>
<p style="text-align: justify;">
<p style="text-align: justify;"><strong> </strong></p>
<ul style="text-align: justify;">
<li><strong>WINDOWS LOGO + BREAK</strong> to display system properties.<strong> </strong></li>
<li> <strong>WINDOWS LOGO + D </strong>to display desktop.<strong> </strong></li>
<li><strong>WINDOWS LOGO + M </strong>to minimize all windows.<strong></strong></li>
<li><strong>WINDOWS LOGO + SHIFT + M </strong>to maximize windows<strong></strong></li>
<li><strong>WINDOWS LOGO + E </strong>will open My Computer. <strong></strong></li>
<li><strong>WINDOWS LOGO + F </strong>will open a search window.<strong></strong></li>
<li><strong>WINDOWS LOGO + F1 </strong>to go for windows help.</li>
</ul>
<p><strong>Some more shortcuts <a title="More shortcuts" href="http://www.crazyblogger.info/windows-xp/windows-xp-shortcuts/" target="_self">here</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.crazyblogger.info/windows-xp/windows-xp-shortcuts-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP shortcuts</title>
		<link>http://www.crazyblogger.info/windows-xp/windows-xp-shortcuts/</link>
		<comments>http://www.crazyblogger.info/windows-xp/windows-xp-shortcuts/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 05:13:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[windows 7 crazy shortcuts]]></category>

		<guid isPermaLink="false">http://www.crazyblogger.info/?p=35</guid>
		<description><![CDATA[<p><img src="http://www.crazyblogger.info/wp-content/themes/Magnificent/timthumb.php?src=http://crazyblogger.info/wp-content/uploads/xp.jpg&amp;h=200&amp;w=300&amp;zc=1"/></p>We use windows XP everyday but we seldom know the shortcut use in windows XP. Using shortcuts will save a lot of time if you get use to it. So, today I am sharing some shortcuts used in windows XP for you. To copy CTRL + C To cut CTRL + X To paste CTRL [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.crazyblogger.info/wp-content/themes/Magnificent/timthumb.php?src=http://crazyblogger.info/wp-content/uploads/xp.jpg&amp;h=200&amp;w=300&amp;zc=1"/></p><p style="text-align: justify;">We use windows XP everyday but we seldom know the shortcut use in windows XP. Using shortcuts will save a lot of time if you get use to it. So, today I am sharing some shortcuts used in windows XP for you.</p>
<ul style="text-align: justify;">
<li>To copy <strong>CTRL + C</strong></li>
<li>To cut <strong>CTRL + X</strong></li>
<li>To paste <strong>CTRL + V</strong></li>
<li>To undo <strong>CTRL + Z</strong></li>
<li>To delete <strong>DELETE</strong></li>
<li>To delete the item permanently without sending it to Recycle Bin <strong>SHIFT + DELETE</strong></li>
<li>While dragging press <strong>CTRL</strong> key and it will copy the item instead of moving it.</li>
<li>To create shortcut of an item press <strong>CTRL + SHIFT</strong> and than drag the item.</li>
<li>To rename the selected item press<strong> F2</strong>.</li>
<li><strong>CTRL + RIGHT ARROW</strong> moves the cursor to the start of the next word.</li>
<li><strong>CTRL + LEFT ARROW</strong> moves the cursor to the start of the previous word.</li>
<li><strong>CTRL + DOWN ARROW </strong>moves the cursor to the start of next paragraph.</li>
<li><strong>CTRL + UP ARROW</strong> moves the cursor to the start of previous paragraph.</li>
<li><strong>CTRL + SHIFT </strong>and <strong>ARROW KEY </strong>will highlight a block of text.</li>
<li>To select many items on windows or desktop use <strong>SHIFT </strong>with arrow keys.</li>
<li>Select all <strong>CTRL +A</strong></li>
<li>To search for files and folders press <strong>F3.</strong></li>
<li>To view properties of selected item press <strong>ALT + ENTER.</strong></li>
<li>To close or quit active window or program press <strong>ALT + F4.</strong></li>
<li>To open the shortcut menu for active window press<strong> ALT + SPACEBAR</strong></li>
</ul>
<p>These are some shortcuts that you can use in windows XP. I will post more shortcuts very soon.</p>
<p><strong>More XP shortcuts <a href="http://www.crazyblogger.info/windows-xp/windows-xp-shortcuts-2/" target="_self">here</a></strong></p>
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://www.crazyblogger.info/windows-xp/windows-xp-shortcuts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

