Search This Blog

Saturday, October 30, 2010

Think Point



It is also known as the ThinkPoint virus which is part of a fake Microsoft Security Essentials Alert. Think Point is being advertised as one of the five removal tool to get rid of any infection found on the computer.                                                                                                                  

Symptoms:                                                                                                    
1.Initial infection will result to a malfunction of Windows desktop.               
2.Removing all icons and displaying only a fake alert message.            
3.Trying to clean this malware will open up a new window displaying multiple virus scanners but only those Think Point will be able to identify the infection. 
4.Trying to run any applications will be blocked by Think Point and instead it will release a message stating that executable file is already compromised.               
Having it on the system will provide various annoyances including blocked Internet access, browser hijacking and malfunction system. All of these displeasure carried out aims to force users into getting the licensed version of Think Point.                                                                                                       
Screen Shot Image:



If you see this introduction window. Do not click on “Safe Startup” to prevent
installation of Think Point. Restart computer immediately and perform a virus
scan.



Systems Affected: Windows 9x, 2000, XP, Vista, Windows 7

Think Point Removal Procedures:
Note: Rogue program will prevent you from executing any application. Some Windows functions will also be rendered unusable including task manager and 
log-off. It will also prohibit restarting or turning off the computer. To work 
around with this, you must force-shutdown the computer by unplugging the power supply. Then proceed with 
these procedures.
1.When you see the ThinkPoint interface after restarting the, keep hitting Ctrl+Alt+Del to open your Task Manager.
2.Once Task Manager opens, move to ‘Processes’ tab, locate the main 
ThinkPoint process called ‘hotfix.exe’ and choose ‘End Process’. 
If your Task Manager is disabled, search for the name ‘hotfix’ on your computer using your Windows File Search Tool, rename it to hotfix0, and then open your Task Manager to delete the process. 
3.After this is completed,Go to ‘File’ menu in Task Manager, select option
‘New Task(Run)’ and type in ‘explorer.exe’. & Click the ‘OK’.
4. To remove the malware completely scan the system with 'Quick Heal'.Run 
the Antimalware & Normal scan of Quick Heal once.
Quick Heal Emergency CD :
You can also create an Emergency CD with Quick Heal from the non infected 
machine that will allow you to boot the system with it & scan it in the native 
mode.  

Fell free to contact :
ganumanju114@gmail.com
shelar70@yahoo.co.in 

Thursday, October 28, 2010

WIndows 7 Shorcuts

Shortcut
Description
 Win + UP Arrow
Maximize the current window
 Win + Down Arrow
Restore down or minimize current windows
 Win + Left Arrow
Dock the current window to the left half of the screen
 Win + Right Arrrow
Dock the current window to the right half of the screen
Win + [number]
Activate and run the program pinned on Windows 7 
Taskbar, running program won’t be affected
Win + Home
Minimize all but the current window
Win + Space
Makes all windows transparent so you can see through
 to the desktop
 Win + Pause/Break
Open System Properties
 Win + Tab
Flip Aero 3D [press Tab to cycle between Windows
Win + B
Move focus to notification tray (the right-most portion
 of the taskbar
Win + D
Show/Hide desktop
Win + E 
Windows Explorer is launched
Win + F
Search
Win + G
Bring all gadgets on top and foreground
Win + L 
Lock Computer
Win + M
Minimize all windows
Win + P
Open the projection menu (generally used for laptops
 connected to projectors)
Win + R 
Run Command is launched.
Win + S 
OneNote Screen Clipping Tool
Win + T 
Show preview thumbnail of running applications in 
Windows Taskbar one by one without mouse over
Win + X 
Mobility Center
Win + #
Quicklaunch
Win + =
Magnifier
Win + [+/-]
Enables the magnifier and zooms in/out
Win + Shift + Up Arrow
Maximize vertical size 
Win + Shift + Down Arrow
Restore vertical size 
Win + Shift + Left Arrow
Jump to left monitor
Win + Shift + Right Arrow 
Jump to right monitor
Win + Shift + M
Undo all window minimization
Win + Shift + T
Cycles backwards
Win + Ctrl + F
Opens the Active Directory Find Computers dialog
Ctrl + Right Arrow 
Move the cursor to the beginning of the next word
Ctrl + Left Arrow 
Move the cursor to the beginning of the previous word
Ctrl + Up Arrow 
Move the cursor to the beginning of the previous 
paragraph
Ctrl + Down Arrow 
Move the cursor to the begining of the next paragraph
Ctrl + Click
A pinned taskbar icon to cycle through the program’s 
open windows (e.g. IE)
Ctrl + Win + Tab
Persistent flip 3D
Ctrl + Shift with an arrow
Select a block of text
Ctrl with any arrow key +
Select multiple individual items in a window or on the 
desktop
Ctrl + Shift + Esc
Open Task Manager directly
Ctrl + Shift + N
Create new folders

Wednesday, October 27, 2010

MS-DOS help and Commands

About MS-DOS :
  
Short for Microsoft Disk operating systemMS-DOS is a non-graphical command line
operating system created for IBM compatible computers that was first introduced by Microsofft in August 1981 and was last updated in 1984when MS-DOS 6.22 was released. Although the MS-DOS operating system is not commonly used today, the command shell used through Microsoft Windows is.
Unlike Microsoft Windows, which most users are familiar with today, MS-DOS requires the user to type commands instead of using a mouse. The image to the right is an example of
what an MS-DOS window more appropriately referred to as the Windows command line
looks like under Microsoft Windows.



 
How to open command prompt :

To open a Microsoft MS-DOS command prompt shell window, first click the Windows Start menu (located at the very lower-left corner of your computer's desktop) and select "Run...".
Then if you are using Windows XP or Vista or Windows 7, type cmd into the Run box and click "OK". You could also type cmd.exe


Otherwise, if you are using an older version of Windows, type command into the Run box and click "OK". You could also type command.exe


Useful Command :

When you are using a Microsoft MS-DOS command prompt shell window, you can type the following commands into the window. Click a command shown below for a description of how to use that command.
  • cd : Change directory or display current directory path.
  • cls : Clear the window.
  • dir : Display list of contents of current directory.
  • help : Display list of commands or help about a command.
  • notepad : Run the Windows Notepad text editor.
  • type : Displays the contents of a text file.
Some other useful commands are:
  • assoc : Displays or modifies filename extension associations.
  • attrib : Displays or changes file attributes.
  • call : Calls one batch program file from another.
  • chkdsk : Checks a disk and displays a status report.
  • chkntfs : Displays or modifies the checking of disk at startup.
  • color : Sets the text and background colors.
  • comp : Compares the contents of two files or sets of files.
  • copy : Copies one or more files to another location.
  • date : Displays or sets the computer's date.
  • del (or erase) : Deletes one or more files.
  • defrag : Defragment the specified storage device.
  • doskey : Display command history; define macros.
  • echo : Displays messages, or turns command echoing on/off.
  • edit : Runs the MS-DOS text editor.
  • exit : Closes the MS-DOS window.
  • fc : Compares two files or sets of files and displays the differences.
  • find : Searches for a text string in a file or files.
  • findstr : Search for a regular expression text string in a file or files.
  • goto : Used in a batch program file to jump to a particular line.
  • if : Used in a batch program file to perform conditional testing.
  • md (or mkdir) : Creates a directory.
  • more : Displays the contents of a file one screen at a time.
  • move : Moves one or more files from one directory to another directory.
  • rd (or rmdir) : Removes a directory.
  • rem : Used in a batch program file to identify comments.
  • ren (or rename) : Renames a file or files.
  • sort : Sorts input.
  • start : Starts a new window to run a specified program or command.
  • time : Displays or sets the computer's time.
  • tree : Graphically displays the directory structure of a drive or directory.
  • xcopy : Copies files and directory trees.
Feel free to contact at :
ganumanju114@gmail.com
shelar70@yahoo.co.in


All network drives shows in yellow exclamation mark and Network not working

      Failed to uninstall the device. Device may be required
to boot up computer

Some times people may get “Failed to uninstall the device. Device
may be required to boot up computer error while uninstalling
network devices from device manager,All network drives shows in
yellow exclamation mark and We could not  use Internet or Network






U can solve  above problem by just  follow bellow steps

1. Go into a command prompt.
2. Type “set devmgr_show_nonpresent_devices=1
3. Hit return.
4. Type “devmgmt.msc”
5. Hit return.

Once device manager has loaded, go to View, Show Hidden Devices.

You will then see “grayed out” old devices and network cards that you
can remove.
I
f not done then remove the registry entries from
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}
This is where all network adapters live. Delete the ones that refuse to
uninstall and now go to System-->Hardware and remove them.

U can also refer following link :
http://en.kioskea.net/faq/2826-device-manager-yellow-exclamation-point

Feel free to contact at : 
ganumanju114@gmail.com
shelar70@yahoo.co.in