Saturday, May 30, 2009

Generic Host Process for Win32 Services Error SOLUTIONS

It's easy..there are several ways to solve that problem you can choose.

BEWARE !! You must backup your registry by export it (Go to regedit.exe, Start-Run-then
type regedit, File, Export) before you do the following instructions:
#1. Close Port 445
~ Go to regedit.exe, Start-Run-then type regedit
~ Go to
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NetBT\Parameters
~ In the right window, find entry of TransportBindName, double-click it, then delete its
value

then you must close port 135 too
~ Go to regedit.exe, Start-Run-then type regedit
~ HKEY_LOCAL_MACHINE\Software\Microsoft\OLE
~ See the right window, Set EnableDCOM to N
~ Restart Your PC

#2. ~HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Services > Browser >
Parameters
~In Regedit menu, click Find, type inside find dialog box: IsDomainMaster
~set Data to False
~Restart your PC

#3. ~Run
~type : cmd
~In Console Command, type : netsh, then enter
~type : winsock, then enter
~type : reset
~Restart your PC

#4. You can download LspFix at http://cexx.org/lspfix.htm, then follow the instructions
#5. Download Microsoft Update Patch (http://support.microsoft.com/kb/894391) then find
and run “Thanx to Nirmal for this"

Good Luck to all of you, guyz !!

Saturday, May 23, 2009

Take ownership of a file or folder in Windows XP

Prerequisites for taking ownership of a file or a folder

  1. You must be logged on to the computer with an account that has administrative privileges.
  2. If you are running Microsoft Windows XP Home Edition, you must start the computer in safe mode, and then log on with an account that has Administrative rights to have access to the Security tab. To start Windows XP in Safe Mode
  3. For Microsoft Windows XP Professional, you need to disable Simple File Sharing, in order to see the Security tab. To disable simple file sharing, follow these steps: Click Start, and then click My Computer. On the Tools menu, click Folder Options, and then click the View tab. In the Advanced Settings section, clear the Use simple file sharing (Recommended) check box. Click OK.

To take ownership of a folder, follow these steps:

  • Right-click the folder that you want to take ownership of, and then click Properties.
  • Click the Security tab, and then click OK on the Security message (if one appears).
  • Click Advanced, and then click the Owner tab.
  • In the Name list, click your user name, or click Administrator if you are logged in as Administrator, or click the Administrators group. If you want to take ownership of the contents of that folder, select the Replace owner on subcontainers and objects check box.
  • Click OK, and then click Yes when you receive the following message:

You do not have permission to read the contents of directory folder name. Do you want to replace the directory permissions with permissions granting you Full Control?

All permissions will be replaced if you press Yes.

where folder name is the name of the folder that you want to take ownership of.

  • Click OK, and then reapply the permissions and security settings that you want for the folder and its contents.

To take ownership of a file, follow these steps

  • Right-click the file that you want to take ownership of, and then click Properties.
  • Click the Security tab, and then click OK on the Security message (if one appears).
  • Click Advanced, and then click the Owner tab.
  • In the Name list, click Administrator, or click the Administrators group, and then click OK.
The administrator or the Administrators group now owns the file.

Monday, May 18, 2009

Remove Windows XP's Messenger

Fire up the Windows Explorer and navigate your way to the %SYSTEMROOT% \ INF folder. What the heck is that thingy with the percentage signs? It's a variable. For most people, %SYSTEMROOT% is C:\Windows. For others, it may be E:\WinXP. Get it? Okay, on with the hack! In the INF folder, open sysoc.inf (but not before making a BACKUP copy first). Before your eyes glaze over, look for the line containing "msmsgs" in it. Near the end of that particular line, you'll notice that the word "hide" is not so hidden. Go ahead and delete "hide" (so that the flanking commas are left sitting next to one another). Save the file and close it. Now, open the Add and Remove Programs applet in the Control Panel. Click the Add / Remove Windows Components icon. You should see "Windows Messenger" in that list. Remove the checkmark from its box, and you should be set. NOTE: there are other hidden system components in that sysoc.inf file, too. Remove "hide" and the subsequent programs at your own risk.