Saturday, December 11, 2010

free ebooks pdf downloadable-Computer Science Related

1. http://agcremote.net/book/


2. http://peter.ru.lv/ebooks.html

Saturday, November 20, 2010

About AUTORUN.inf

There is a Trojan/virus (either the Win32/Pacex virus or the Win32/PSW.Agent.NDP trojan) that uses the two files ntde1ect and autorun.inf Here is how you can get rid of them:




Open Task Manager and in Processes tab end explorer.exe and wscript.exe process

Open up File –> New Task (Run) in the Task manager

Type cmd and hit Enter

Type

del /a:h /f c:\autorun.*

Go to your Windows\System32 directory by typing cd c:\windows\system32

Type dir /a:h /f avp*.*

If you see any files names avpo.dll or avpo.exe or avpo.exe, use the



Del /a:h /f avpo.exe



Open up File –> New Task (Run) in the Task manager, Type regedit

Navigate to HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

If there are any entries for avpo.exe, delete them.

Do a complete search of your registry for ntdelect.com and delete any entries you find.

To Restore Folder Options Settings, Navigate to

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\

Explorer\Advanced\Folder\Hidden\SHOWALL



Look at the “CheckedValue” key… This should be a DWORD key. If it isn’t, delete the key.Create a new key called “CheckedValue” as a DWORD (hexadecimal) with a value of 1. The “Show hidden files & folders” check box should now work normally.



Wednesday, June 23, 2010

windows tips

)Right click on an empty space on your desktop.

2)Go to New=>shortcuts,then type

shutdown -s -t 3600

Here the number represents the number of seconds before shutdown.

3)Click on next

4)Name it shutdown.exe and click on finish.

5)Right click on an empty space on your desktop.

6)Go to New=>shortcuts,then type

shutdown -a

7)Click on next

8)Name it stopshutdown.exe and then click on finsih.

Now you have two exe files , double click on shutdown.exe to start the auto shutdown countdown , double click on stopshutdown.exe to stop the shutdown process.