TO REMOVE VIRUS WHICH BANNES ORKUT
1) Press CTRL+ALT+DEL and go to the processes tab
2) Look for svchost.exe under the image name. There will be many but look for the ones which have your username under the username
3) Press DEL to kill these files. It will give you a warning, Press Yes
Repeat for more svchost.exe files with your username and repeat. Do not kill svchost.exe with system, local service or network service!
4) Now open My Computer In the address bar, type C:\heap41a and press enter. It is a hidden folder, and is not visible by default.
5)Delete all the files here
6)Now go to Start --> Run and type Regedit
Go to the menu Edit --> Find
Type "heap41a" here and press enter. You will get something like this "[winlogon] C:\heap41a\svchost.exe C:\heap(some number)\std.txt"
Select that and Press DEL. It will ask "Are you sure you wanna delete this value", click Yes
Now close the registry editor.
AND NOW YOU ARE DONE THE FUCK HAD BEEN SUCCESSFULLY REMOVED FROM UR COMPUTER.
View hidden passwords stored by Internet Explorer
When you choose to save a password in IE or Outlook, the data (”Protected Storage”) is stored encrypted in the registry under the following key:
“HKEY_CURRENT_USER\Software\Microsoft\Protected Storage System Provider”. But you cannot read this with the naked eye.
http://www.nirsoft.net/utils/pspv.html
This free utility decrypts the passwords and reveals the hidden information. This should be useful in case you cannot remember your password and want to retrieve it.
But it doesnt work on the latest version of ie tat`s ie 7...............
To fix the hidden files problem
Go to Start menu
Click Run
Type regedit in the text box and then click Enter.
When the Registry Editor opens, perform the following steps:
Go to the following registry key:
Go to HKEY_LOCAL_MACHINE and then open Software.Under this navigate to: Microsoft -> Windows -> Current Version -> Explorer Then go to Advanced -> Folder -> Hidden -> SHOWALL
Delete the value CheckedValue.
(Its type should be REG_SZ and data should be 2 or 0.)
Create a new DWORD value called CheckedValue (same as above, except that the type is REG_DWORD).
Modify the value data to 1 (0×00000001).This should enable you to select the ‘Show hidden files and folders’ option without much problem. So you get rid out of the problem..... }
make a autorun file for CD
2) now you writ: [autorun]
OPEN=INSTALL\Setup_filename.EXE
ICON=INSTALL\Setup_filename.EXE
Now save it but not as a .txt file but as a .inf file.
But remember! The "Setup_filename.EXE" MUST be replaced with the name of the setup file. And you also need to rember that it is not all of the setup files there are called '.exe but some are called '.msi
3) Now burn your CD with the autorun .inf file included.
4) Now set the CD in you CD drive and wait for the autorun to begin or if nothing happens just double-click on the CD drive in "This Computer"
Make the folder INVISIBLE without hiding
First u should make a folder without a name. To do it,
1)Right Click on the desktop.Make a new folder
2)Now rename the folder with a space(U have to hold ALT key and type 0160).
Then,
3)Now u have a folder with out a name.
4)Right click on the folder>properties>customize. Click on change icon.
5)Scroll a bit, u should find some empty spaces, Click on any one of them.click ok Thats it,now u can store ur personal data without any 3rd party tools
Play with your friends by removing shut down optio
Just hack it down !!!
Click on start>run(win key+r)
Then tpye “regedit” there, this opens up the registry editor, now goto
HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>Windows>CurrentVersion>Explorer
Then set “NoClose”=”DWORD:1
Trick - SHOW YOUR PC PENTIUM 5 OR MORE
SHOW YOUR PC PENTIUM 5 OR MORE
GO TO START>RUN>TYPE REGEDIT>HKEY_LOCAL_MACHINE>HARDWARE>DISCRIPTION>SYSTEM>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
HEYY FRNDS DO REPLY IF U LIKE THIS TRICK
CHANGE PASSWORDS OF OTHER USER ACCOUNT
1) Go to Run
2) Type"compmgmt.msc"
3) This should open the computer management console.
4) Then Go to local users & groups->users. Right click on the user and select "setpassword".
And change dats all
Disabling My Computer
To disable this:
1.Open RegEdit
2.Search for 20D04FE0-3AEA-1069-A2D8-08002B30309D
3.This should bring you to the HKEY_CLASSES_ROOT\CLSID section
4.Delete the entire section.
Now when you click on My Computer, nothing will happen.
You might want to export this section to a Registry file before deleting it just in case you want to enable it again. Or you can rename it to 20D0HideMyComputer4FE0-3AEA-1069-A2D8-08002B30309D. You can also hide all the Desktop Icons, see Change/Add restrictions.
Make a folder without a name...
1. Select the file, right click on it and click rename.
2. Press Alt and press 0160 without taking your hand off Alt.
3. Press enter and look at what happened!!!
A Million Recycle Bins
Just rename any folder with the extention .{645FF040-5081-101B-9F08-00AA002F954E}
LIKE_ Recycle.{645FF040-5081-101B-9F08-00AA002F954E}
The folder will be converted into recycle bin.
Restarting Windows without Restarting the Computer
Try Out ITs Nice
When you click on the SHUTDOWN button, make sure to simultaneous press SHIFT Button. If you hold the Shift key down while clicking on SHUTDOWN button, you computer would restart without restarting the Computer. This is equivalent to term “HOT REBOOT”.
lock ur folder without any software
Open Notepad and copy the below code and save as locker.bat. At first time start it will create folder with Locker automatically for u. Don't forget to change your password in the code its shown the place where to type your password.
after creation of Locker folder again click on the locker.bat.it will ask.press Y then Locker folder will be disappeared.again to get it click on locker.bat. and give ur password u will get the folder again.
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End
Boot Screen Editor 9.9.2
Boot Editor is an editor to create boot screens for Windows XP.It can also change the default palette of boot screens and the position of the progress bar.Boot Editor is an editor to create boot screens for Windows
XP.It can also change the default palette of boot screens and the position of the progress bar.Boot Editor is an editor to create boot screens for Windows XP.
It can also change the default palette of boot screens and the position of the progress bar.Boot Editor is an editor to create boot screens for Windows XP.It can also change the default palette of boot screens and the position of the progress bar.
Code:
http://rapidshare.com/files/92099100/booteditornew.rar
XP REGISTRY TRICKS
Lock Out Unwanted Users
Lock Out Unwanted Users
Want to keep people from accessing Windows, even as the default user? If you do not have a domain do not attempt this.
1. Open RegEdit
2. Go to HKEY_LOCAL_MACHINE\Network\Logon
3. Create a dword value "MustBeValidated"
4. Set the value to 1
Mobile Help Centre (For all Mobiles)
- NOKIA
Themes(.sis) [try all links for better results]
Games & Softwares (.sis/.jar/.jad)
- Sony Ericsson
Themes (.thm)
Games(.jar)
- Motorola
Themes & Skins
Games & Softwares
How To Build A Tin Can Waveguide WiFi Antenna
How To Build A Tin Can Waveguide WiFi Antennafor 802.11(b or g) Wireless Networks |
Got no dough for a commercial WiFi antenna? Looking for an inexpensive way to increase the range of your wireless network? A tin can waveguide antenna, or Cantenna, may be just the ticket. This design can be built for under $5 I am not an electrical engineer, nor do I have access to any fancy test equipment. I've built some antennas that worked for me and thought I would share what I learned. I have no idea if this is safe for your radio or wireless network equipment. The risk to you and your equipment is yours. Building your Cantenna is easy, just follow these steps.
|
Collect the parts:
You'll need:
- A N-Female chassis mount connector.
- Four small nuts and bolts
- A bit of thick wire
- A can
These vendors can supply the parts (the wire and can you provide yourself).
The Connector |
A Can |
Drill or punch holes in your can to mount the probe
The N-connector assembly will mount in the side of your can. You need to put holes in the right place to mount the connector. The placement of the hole and connect is very important. It's location is derived from formulas that use the frequency that the antenna will operate at and the can diameter |
Assemble the probe and mount in canNow you'll need that bit of wire. You'll need a soldering iron or a friend with one as well. Cut the wire so that when it is stuck in the connector as shown, the total length of both the brass tube and wire sticking out past the connector is 1.21". Get as close to this length as you can. When you've got your wire correctly sized, solder it into the connector keeping it as straight and upright as you can. When it's cooled, bolt or screw the assembly into your can. Put the heads of the bolts inside the can and the nuts on the outside to minimize the obstructions in your antenna. Your Done! Connect your antenna to your wireless card or access pointTo use your cantenna, you'll need a special cable commonly called a "Pig Tail". The pig tail connects your wireless card or access point to you antenna. One end of the cable will have a "N" Male connector (just right for connecting your your cantenna), while the other end will have a connector appropriate to your card or access point. For a good picture of a pig tail, take a look at: You'll want to have a wireless NIC or access point with an external antenna connector. Otherwise, you may have to hack into the one you have to hook up the cable. I wouldn't recommend this unless you're good with a soldering iron and electronics. For this reason, I like the Agere Orinoco cards which have a nice antenna connector. Pig Tails can be hand made if you have the right tools, but it's probably easier to get a pre-made one. Try:
Hook up your cable, point the antenna at a friend's, and see how far you can stretch you network. Be sure to let me know (bloggikuttan@gmail.com) how it works. This antenna has linear polarization. That means that how you rotate the antenna will affect the strength of your signal. Usually, you will want to put the connection straight down, but experiment with rotating the can while watching the signal strength on your PC to get the best performance. |
Image scrap to all in orkut

- Get FireFox with Google toolbar before you continue.
- Upload the selected image into your orkut album.
- Open your uploaded image using Firefox (Download Firefox from the above link).
- Right click on the image and select "Copy Image url".
- Use this link to send a scrap through scrap all script.
- As the image is in orkut server, there will not be any word verification.
WINDOWS XP RUN COMMANDS

Accessibility Wizard - accwiz
Add Hardware Wizard - hdwwiz.cpl
Add/Remove Programs - appwiz.cpl
Administrative Tools - control admintools
Automatic Updates - wuaucpl.cpl
Bluetooth Transfer Wizard - fsquirt
Calculator - calc
Certificate Manager - certmgr.msc
Character Map - charmap
Check Disk Utility - chkdsk
Clipboard Viewer - clipbrd
Command Prompt - cmd
Component Services - dcomcnfg
Computer Management - compmgmt.msc
Control Panel - control
Date and Time Properties - timedate.cpl
DDE Shares - ddeshare
Device Manager - devmgmt.msc
Direct X Troubleshooter - dxdiag
Disk Cleanup Utility - cleanmgr
Disk Defragment - dfrg.msc
Disk Management - diskmgmt.msc
Disk Partition Manager - diskpart
Display Properties - control desktop
Display Properties - desk.cpl
Dr. Watson System Troubleshooting Utility - drwtsn32
Driver Verifier Utility - verifier
Event Viewer - eventvwr.msc
Files and Settings Transfer Tool - migwiz
File Signature Verification Tool - sigverif
Findfast - findfast.cpl
Firefox - firefox
Folders Properties - control folders
Fonts - control fonts
Fonts Folder - fonts
Free Cell Card Game - freecell
Game Controllers - joy.cpl
Group Policy Editor (for xp professional) - gpedit.msc
Hearts Card Game - mshearts
Help and Support - helpctr
HyperTerminal - hypertrm
Iexpress Wizard - iexpress
Indexing Service - ciadv.msc
Internet Connection Wizard - icwconn1
Internet Explorer - iexplore
Internet Properties - inetcpl.cpl
Keyboard Properties - control keyboard
Local Security Settings - secpol.msc
Local Users and Groups - lusrmgr.msc
Logs You Out Of Windows - logoff
Malicious Software Removal Tool - mrt
Microsoft Chat - winchat
Microsoft Movie Maker - moviemk
Microsoft Paint - mspaint
Microsoft Syncronization Tool - mobsync
Minesweeper Game - winmine
Mouse Properties - control mouse
Mouse Properties - main.cpl
Netmeeting - conf
Network Connections - control netconnections
Network Connections - ncpa.cpl
Network Setup Wizard - netsetup.cpl
Notepad notepad
Object Packager - packager
ODBC Data Source Administrator - odbccp32.cpl
On Screen Keyboard - osk
Outlook Express - msimn
Paint - pbrush
Password Properties - password.cpl
Performance Monitor - perfmon.msc
Performance Monitor - perfmon
Phone and Modem Options - telephon.cpl
Phone Dialer - dialer
Pinball Game - pinball
Power Configuration - powercfg.cpl
Printers and Faxes - control printers
Printers Folder - printers
Regional Settings - intl.cpl
Registry Editor - regedit
Registry Editor - regedit32
Remote Access Phonebook - rasphone
Remote Desktop - mstsc
Removable Storage - ntmsmgr.msc
Removable Storage Operator Requests - ntmsoprq.msc
Resultant Set of Policy (for xp professional) - rsop.msc
Scanners and Cameras - sticpl.cpl
Scheduled Tasks - control schedtasks
Security Center - wscui.cpl
Services - services.msc
Shared Folders - fsmgmt.msc
Shuts Down Windows - shutdown
Sounds and Audio - mmsys.cpl
Spider Solitare Card Game - spider
SQL Client Configuration - cliconfg
System Configuration Editor - sysedit
System Configuration Utility - msconfig
System Information - msinfo32
System Properties - sysdm.cpl
Task Manager - taskmgr
TCP Tester - tcptest
Telnet Client - telnet
User Account Management - nusrmgr.cpl
Utility Manager - utilman
Windows Address Book - wab
Windows Address Book Import Utility - wabmig
Windows Explorer - explorer
Windows Firewall - firewall.cpl
Windows Magnifier - magnify
Windows Management Infrastructure - wmimgmt.msc
Windows Media Player - wmplayer
Windows Messenger - msmsgs
Windows System Security Tool - syskey
Windows Update Launches - wupdmgr
Windows Version - winver
Windows XP Tour Wizard - tourstart
Wordpad - write