Your IP

You Are Visitor

web site traffic stats page

Tuesday, July 31, 2007

-5)..... How to disable format command in windows XP xp2

If you REALLY want to prevent the ability to Format from the right-click menu, the
first step is to disable Windows File Protection. To do that you need to hex edit
the C:\windows\system32\sfc_os.dll file (this assumes you are using WinXP SP-2, otherwise
go straight to step 3 since SP-1 does not require this hex edit).

1. Go here, download and install a free hex editor.

2. Then go here and follow the instructions on loading, editing, and saving
your modified sfc_os.dll file. You'll be able to copy it into system32\dllcache\
modified, but most likely you'll have to use the Recovery Console to copy
the modified sfc_os.dll file into \system32\.





3. Cut and paste the lighter blue text below into notepad, and save as indicated.
With the modified sfc_os.dll file in place, just double click the .reg files whenever
you want to either disable or enable WFP.

Save this file as No_WFP.reg (File Protection Disabled)

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"SFCDisable"=dword:ffffff9d

Save this file as Yes_WFP.reg (File Protection Enabled)

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"SFCDisable"=dword:00000000

Once you've turned WFP off, reboot.

4. The next step is to modify the c:\windows\system32\shell32.dll file. To do that,
you'll need a resource hacker like this one. Download and copy the zipped files into a folder and
launch the executable. SAVE YOUR MOST RECENT SHELL32.DLL FILE TO ANOTHER LOCATION
- FLOPPY/FLASH DRIVE ANOTHER DRIVE, ETC.

5. In Resource Hacker, open C:\windows\system32\shell32.dll and find this section:
Dialog: 28672: 1033.

Delete the resource and save the shell32.dll file - if you are not able to save it
right back into C:\windows\system32, then save it to another location, for example
to C:\shell32.dll. Then go back into the Recovery Console and copy the modified shell32.dll
into C:\windows\system32 and to C:\windows\system32\dllcache. Reboot and now when
anyone clicks on Format from the right-click menu NOTHING will happen or be displayed
(no Format Box). You will still be able to format drives by using a cmd box and the
c:\windows\system32\format.com command, if you want to disable this too, rename this
file or move it to another location only you know about or off the hard drive altogether.



6. When you're done tinkering, turn WFP back on with the second .reg file (Yes_WFP.reg)
and you're done.

Thursday, July 26, 2007

-4)...... Generic Host Process for win32 Services Error

Error Address in RAM Dump
szappname: svchost.exe sczappver: 0.0.0.0 szmodname: unknownszmodver: 0.0.0.0 offset: 00000000.


The couse of this kind of error

1) Your system is infected by spyware
2) Windows update problem

solution for this problem

If you have think that your system is ifected by spyware or malware please download spyboat (http://www.spybot.com/) and scann ur system and fix the problem. if still this problem is not solved please follow this steps

1) Click Start->Run, type "services.msc" (without quotation marks) in the open box
and click OK
2) Double click the service "Automatic Updates".

3) Click on the Log On tab, please ensure the option "Local System account" is selected and option "Allow service to interact with desktop" is unchecked
4) Check if this service has been enabled on the listed Hardware Profile. If not, please click the
Enable button to enable it.
5) Click on the tab "General "; make sure the "Startup Type" is "Automatic". Then please click
the button "Start" under "Service Status" to start the service.
6) Repeat the above steps with the other service: Background Intelligent Transfer Service
(BITS)

Re-register Windows Update components and Clear the corrupted Windows
Update temp folder

to do this thing do the following


1) Click on Start and then click Run.

2) In the open field type "REGSVR32 WUAPI.DLL" (without quotation marks) and press
Enter.
3) When you receive the "DllRegisterServer in WUAPI.DLL succeeded" message, click OK.

4) Please repeat these steps for each of the following commands:

* REGSVR32 WUAUENG.DLL
* REGSVR32 WUAUENG1.DLL
* REGSVR32 ATL.DLL
* REGSVR32 WUCLTUI.DLL
* REGSVR32 WUPS.DLL
* REGSVR32 WUPS2.DLL
* REGSVR32 WUWEB.DLL

After the above steps are finished. Sicne temporary folder of Windows Update may be corrupted. We can refer to the following steps to rename this folder that

1) Click Start, Run, type: cmd and press Enter. Please run the following command in
the opened window

net stop WuAuServ
(note, you might need to reboot before the net stop command will work)


2) Click Start, Run, type: %windir% and press Enter.

3) In the opened folder, rename the folder SoftwareDistribution to SDold.

4) Click Start, Run, type: cmd and press Enter. Please run the following command in
the opened window.

net start WuAuServ


now restart the system