Showing posts with label cooltricks. Show all posts
Showing posts with label cooltricks. Show all posts

Monday, October 12, 2009

Adding Friends Service Is Temporarily Disabled In Orkut

0
Adding Friends Service Is Temporarily Disabled In Orkut

Facing proble while sending

friend request to your Friends , Getting error whenever you try to send them friend request an error occur in front of us ” Adding friends Service is temporarily Disabled ” and we are blocked to send them friend request . But only few among us know that it is also one of the Orkut privacy of orkut in which orkut block to spread spams .

This feature is introduced via orkut to blocked unwanted spams scraps and messages from Orkut .

Orkut users is performing too many actions in a short span of time. The actions which may cause this include (but are not limited to)

  • Deleting/posting a large number of scraps at a time (using “scrap-all” scripts or otherwise)
  • Joining a large number of communities withing a short span of time or
  • Approving a large number of community members within a short span of time or
  • Making a lot of changes to karma ratings within a short span of time or
  • Sending too many friend requests within a short span of time or

Solution: Logout and keep away from orkut.com for 5-6 hours at a stretch and after few hours it will be solved automatically ,

If you dont want to get this error again in future i recommend you not to send bulk friend request directly from users profile instead of that use Friend suggestion feature in orkut to send friend request where orkut suggest you your mutual friends .

Sunday, October 11, 2009

Video- How to Create your own invisible folder with out using any software

0
Create your own invisible folder with out using any software :

How to Create Your Own Invisible Folder with out Using Any Software - More free videos are here


* Here is the trick to create a folder which cannot be seen . To create that,u just follow the below steps

* Right click on desktop and create new folder

* After doing that windows will ask you for new name

* Then press back space to erase that name

* And just press ‘ALT0160’ from your kep board remember that you must press numbers from num pad only
* Then it creates the folder with out name

* u just right click on that folder and select properties

* Under the customise tab u can see “change icon”

* Then select that and you can see big list of icons

* down further you will find blank icons

* Select that and click on Ok and Apply and again OK in previous box

And thats done!!!

U just drag your mouse pointer by holdind left click then you will find that folder is selected.

How to remove autorun.inf virus from USB Drive

0

How to remove autorun.inf from USB Drive
Worms
spreads by creating a copy of itself and starts by autorun.inf files. It is essential to remove the malicious and autorun.inf files not only from computers but also from the source, and that is the USB Drive
. PreciseSecurity have created a procedure to delete the malicious files on infected drives.

PROCEDURE:
1. While the computer is still off;
2. Plugin the USB Drive
3. Insert the Windows XP CD-ROM into the CD-ROM drive. It must be the bootable Windows XP Installer
4. Start the computer from the CD-ROM drive. It will start Windows Setup screen
5. When the “Welcome to Setup” prompt appears.Press “R” to start the Recovery Console
6. If asked “Which Window installation would you like to logon to” select the number. Type “1? then Enter, if only one installation of Windows is present
7. Enter the administrator password, press Enter
8. It will bring you to command prompt, C:\Windows>
9. Proceed with the following command:
- Type d: (This is the drive letter of USB. It can be e: or f: defending on how many hard disk or cd drive is installed)
- Type attrib -h -r -s autorun.inf
- Type “edit autorun.inf” it will open DOS Editor and display contents as follows
==========================
[autorun]
open=file.exe
shell\Open\Command=file.exe
shell\open\Default=1
shell\Explore\Command=file.exe
shell\Autoplay\command=file.exe
==========================
Take note on the file that it called to open (in above example it is file.exe)

10. Exit DOS Editor and return to command prompt, D:\>
11. Delete the file that was called to open on DOS Editor
- Type del /f /a file.exe

12. Delete autorun.inf file
- Type del /f /a autorun.inf

13. Exit Recovery Console by typing exit.