Latest updates

www.Arifonnet.in

Showing posts with label tricks. Show all posts
Showing posts with label tricks. Show all posts

Monday, August 23, 2010

how to check your antivirus alive or dead

0 comments
Is your computer safe from virus ?...if you are doubt ful use the following code Check if your antivirus is alive or dead...!
Open notepad and paste this:


X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Save it as eicar.com. The Anti-Virus should stop you (if it does that means its working).

Don't worry about it. European Institute for Computer Anti-virus Research (EICAR) have got people to program Anti-Virus to recognise this as a threat (even tough it's completely harmless)...

Delete An undeletable File

0 comments
Delete An "undeletable" File

Open a Command Prompt window and leave it open.
Close all open programs.
Click Start, Run and enter TASKMGR.EXE
Go to the Processes tab and End Process on Explorer.exe.
Leave Task Manager open.
Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.
At the command prompt type DEL where is the file you wish to delete.
Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell.
Close Task Manager.


Or you can try this

Open Notepad.exe

Click File>Save As..>

locate the folder where ur undeletable file is

Choose 'All files' from the file type box

click once on the file u wanna delete so its name appears in the 'filename' box

put a " at the start and end of the filename
(the filename should have the extension of the undeletable file so it will overwrite it)

click save,

It should ask u to overwrite the existing file, choose yes and u can delete it as normal


Here's a manual way of doing it. I'll take this off once you put into your first post zain.

1. Start
2. Run
3. Type: command
4. To move into a directory type: cd c:\*** (The stars stand for your folder)
5. If you cannot access the folder because it has spaces for example Program Files or Kazaa Lite folder you have to do the following. instead of typing in the full folder name only take the first 6 letters then put a ~ and then 1 without spaces. Example: cd c:\progra~1\kazaal~1
6. Once your in the folder the non-deletable file it in type in dir - a list will come up with everything inside.
7. Now to delete the file type in del ***.bmp, txt, jpg, avi, etc... And if the file name has spaces you would use the special 1st 6 letters followed by a ~ and a 1 rule. Example: if your file name was bad file.bmp you would type once in the specific folder thorugh command, del badfil~1.bmp and your file should be gone. Make sure to type in the correct extension.

How To Use Google To Download Mp3's, and applications....

0 comments
Great Tip For Mp3 Searching On Google,

go to google copy and paste in

?intitle:index.of? mp3


and after mp3 put in an artist or album or whatever and hit enter... what you get is lists of downloadable mp3s

eg:


?intitle:index.of? mp3 santana



Another trick:

Use the following


inurl:microsoft filetype:iso


You can change the string to watever you want, ex. microsoft to adobe, iso to zip etc…


Another trick:


http://www.google.com/ie?q=parent-directory+"Warez"+exe+OR+zip+OR+rar+OR+gzip+OR+tar+OR+bzip&num=100


Replace "Warez" with "Gamez" "Mp3" anything you like....

Prevent users from using USB removable disks (USB flash drives)

0 comments
Whenever a new USB device is plugged-in to a USB port, the operating system checks
the device and hardware id to determine if it's a storage device or not. If it determines that
it is indeed a mass storage device it will load the appropriate driver, and will display the
device as a drive in the Windows Explorer tree view. This is done by using the
usbstor.sys driver.
If the device does not have a drive letter, you will need to assign one to it by using the
Disk Management snap-in found in the Computer Management tool.
If you disable the ability of the usbstor.sys driver to run on the computer, you will in fact
block the computer's means of discovering the flash drive and loading the appropriate
driver.
Note: This tip will allow you to block usage of USB removable disks, but will continue
to allow usage of USB mice, keyboards or any other USB-based device that is NOT a
portable disk.
Block usage of USB Removable Disks
To block your computer's ability to use USB Removable Disks follow these steps:
1. Open Registry Editor.
2. In Registry Editor, navigate to the following registry key:
3. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR
4. Locate the following value (DWORD):
Start
and give it a value of 4.
5. Close Registry Editor. You do not need to reboot the computer for changes to
apply.
Enable usage of USB Removable Disks
To return to the default configuration and enable your computer's ability to use USB
Removable Disks follow these steps:
1. Go to the registry path found above.
2. Locate the following value:
Start
and give it a value of 3.

How to search google for RAPIDSHARE links?

0 comments
how to search google for RAPIDSHARE links


If you wanna find some apps, files etc on rapidshare.de via google, do the following.

Paste this into the google search window (not the adress bar):

site:rapidshare.de -filetype:zip OR rar daterange:2453402-2453412

* this searches the site rapidshare.de for any file that is rar or zip, and
has been indexed between 1-11 February.

dvd site:rapidshare.de -filetype:zip OR rar daterange:2453402-2453412

* this is the same search but it specifically searches for "dvd" with the same
search criteria, so any app posted with the word dvd in it will be found.

There are mainly three criteria to keep in mind when doing this search.

1. site: your site of choice to search

2. filetype: filetypes you wanna search,if you put a "OR" after the first
filetype you can add more.

3. daterange: (start date-enddate)

* this uses the "julian calendar", converter can be found here:

Code:
http://aa.usno.navy.mil/data/docs/JulianDate.html

Rapidshare Timelimit

0 comments
Directions
Rapidshare traces the users IP address to limit each user to a certain amount of downloading per day. To get around this, you need to show the rapidshare server, a different IP address. You can do this one of multiple ways.

Requesting a new IP address from your ISP server.

Here's how to do it in windows:
1. Click Start
2. Click run
3. In the run box type cmd.exe and click OK
4. When the command prompt opens type the following. ENTER after each new line.ipconfig /flushdns
ipconfig /release
ipconfig /renew
exit
p5. Erase your cookies in whatever browser you are using.
6. Try the rapidshare download again.
Frequently you will be assigned a new IP address when this happens. Sometime you will, sometimes you will not. If you are on a fixed IP address, this method will not work. To be honest, I do not know how to do this in linux/unix/etc. If this works for you, you may want to save the above commands into a batch file, and just run it when yoou need it