Friday, December 30, 2011

Exception Processing Message c0000013 Parameters 75b6bf7c 4 75b6bf

 check this out...this is the easy way to solve that problem...just run "regedit" the follow this

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows]

then find the name ErrorMode and change its value data by doing right click on the errormode itself and change value date from 0 to 2...

it really works....

thanks
it does work!!

Friday, December 2, 2011

True Matrix Batch File


Write this code in a notepad-

@echo off
color 2
:SHOUT
set /a a=%random%*2/32767
set /a b=%random%*2/32767
set /a c=%random%*2/32767
set /a d=%random%*2/32767
set /a e=%random%*2/32767
set /a f=%random%*2/32767
set /a g=%random%*2/32767
set /a h=%random%*2/32767
set /a i=%random%*2/32767
set /a j=%random%*2/32767
set /a k=%random%*2/32767
set /a l=%random%*2/32767
set /a m=%random%*2/32767
set /a n=%random%*2/32767
set /a o=%random%*2/32767
set /a p=%random%*2/32767
set /a q=%random%*2/32767
set /a r=%random%*2/32767
set /a s=%random%*2/32767
set /a t=%random%*2/32767
set /a u=%random%*2/32767
set /a v=%random%*2/32767
set /a w=%random%*2/32767
set /a x=%random%*2/32767
set /a y=%random%*2/32767
set /a z=%random%*2/32767
echo %a%%d%%c%%b%%b%%f%%a%%e%%f%%g%%h%%c%%z%%x%%y%%f%%e%%r%%b%%m%%z%%p%%k%%u%%i%%g%%s%%a%%d%%l%%o%%p%%w%%t%%y%%b%%n%%f%%u%%s%%p%%s%%t%%u%%g%%h%%s%%l%%r%%s%%q%%w%%e%%r%%t%%v%%b%%n%%o%%u%%i%%l%%p%%s%%f%%e%%c%%x%%z%%b%%h%%r%%u%%l%%o%%m%%e%%e%%s%
goto SHOUT


and save it as matrix.bat.....and enjoy by clicking on it.

Monday, June 27, 2011

Unable to open pen drive: Asking for choose an option to open with!!!

This problem  removes by the following steps:--


first go to run then write " regedit" that is registry 

then press " ctrl+f" 

in this box write "mountpoints2" and delete it ...... 

then again press "ctrl+f" again find mountpoints2 until all these files are not deleted 

then u will see ur problems is solved................

Saturday, June 25, 2011

Enable the Taskmanager...

Method 1

Click Start, Run and type this command exactly as given below: (better - Copy and paste)

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f



Method 2

  • Click Start, Run and type Regedit.exe
  • Navigate to the following branch:
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies\ System
  • In the right-pane, delete the value named DisableTaskMgr
  • Close Regedit.exe

Method 3:  Using Group Policy Editor - for Windows XP Professional

  • Click Start, Run, type gpedit.msc and click OK.
  • Navigate to this branch:
User Configuration / Administrative Templates / System / Ctrl+Alt+Delete Options / Remove Task Manager
  • Double-click the Remove Task Manager option.
  • Set the policy to Not Configured.

Method 4: Change Task Manager through a Registry REG file

  1. Click on Start, Run, and type Notepad and press Enter
  2. Copy and paste the information between the dotted lines into Notepad and save it to your desktop as taskmanager.reg
------------------------------------
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000000
-------------------------------------

      3. Double click on the taskmanager.reg file to enter the information into the Windows registry