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 !!
My blog is about Windows troubleshooting, tips and tricks. You need to know that this blog address is fixyourwindows.blogspot.com and the tiny url is tinyurl.com/ykv2rga
Saturday, May 30, 2009
Saturday, May 23, 2009
Take ownership of a file or folder in Windows XP
Prerequisites for taking ownership of a file or a folder
- You must be logged on to the computer with an account that has administrative privileges.
- 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
- 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.
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.
Saturday, March 7, 2009
Attributes - Display the Attributes Column in Explorer
Right click on the column headers and select Columns. You'll get a list of them to choose from. Attributes is one of them.
Start/Run/Regedit HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer\Advanced. Value Name: ShowAttribCol, Data Type: REG_DWORD (DWORD Value), Value Data: (0 = disable, 1 = enable). Create a new DWORD value called 'ShowAttribCol' and set the value to '1' to enable the attributes column.
Start/Run/Regedit HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Explorer\Advanced. Value Name: ShowAttribCol, Data Type: REG_DWORD (DWORD Value), Value Data: (0 = disable, 1 = enable). Create a new DWORD value called 'ShowAttribCol' and set the value to '1' to enable the attributes column.
Modify the Internet Auto-Dial Settings
Windows has the option to automatically dial your Internet Service Provider (ISP) to establish an Internet connection. This option can be controlled using this tweak.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
Create a new binary value named "EnableAutodial", and set the new value to equal "01 00 00 00" to enable autodial or "00 00 00 00" to disable it.
Note: This restriction can be used either on a user by user basis by adding it to HKEY_CURRENT_USER or on a computer wide basis by adding it to HKEY_LOCAL_MACHINE.
To view the list of names and addresses recorded by AutoDial, type the following command at a command prompt: rasautou -s
To delete a name or address entry from the list: Start/Run/Regedit HKEY_CURRENT_USER\Software\Microsoft\RAS Autodial\AddressesYou can delete any TCP/IP addresses that you see under this key.
Note that AutoDial can use IP addresses, DNS fully qualified domain names (FQDN), and NetBIOS names.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
Create a new binary value named "EnableAutodial", and set the new value to equal "01 00 00 00" to enable autodial or "00 00 00 00" to disable it.
Note: This restriction can be used either on a user by user basis by adding it to HKEY_CURRENT_USER or on a computer wide basis by adding it to HKEY_LOCAL_MACHINE.
To view the list of names and addresses recorded by AutoDial, type the following command at a command prompt: rasautou -s
To delete a name or address entry from the list: Start/Run/Regedit HKEY_CURRENT_USER\Software\Microsoft\RAS Autodial\AddressesYou can delete any TCP/IP addresses that you see under this key.
Note that AutoDial can use IP addresses, DNS fully qualified domain names (FQDN), and NetBIOS names.
Auto-disconnect in Internet explorer
Start/Run/RegeditHKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\ParametersIn the right pane, find Autodisconnect and change the time accordingly.
Alternately You can try this from command prompt: net config server /autodisconnect:30 -to set the autodisconnect to 30 minutes.
Alternately You can try this from command prompt: net config server /autodisconnect:30 -to set the autodisconnect to 30 minutes.
To Set the My Documents Folder to Private
On the Start menu, right-click My Documents, and then click Properties. Click the Sharing tab, and then click to select the Make this folder private so that only I have access to it check box. Click Apply, and then click OK. Note: You cannot make your folders private if your drive is not formatted as NTFS, You Cannot Select the "Make This Folder Private" Option
Home Edition: Set Permissions for Shared Files and Folders. Boot into safe mode and logon to the 'Administrator' account. Right click the folder in question/Sharing and Security/Make Folder Private.
To view the Security tab for a file or folder in XP, hold down the Ctrl key while right-clicking the file or folder, and select Properties. If you are in a domain instead of a workgroup, this approach is unnecessary.
Tip: Hide Files and Folders inside of Windows XPWindows Explorer/Tools/Folder Options/View/Show Hidden Files and Folders. Right click the folder to be hidden/Sharing and Security/General Tab/Hidden/Apply Changes to.../
Home Edition: Set Permissions for Shared Files and Folders. Boot into safe mode and logon to the 'Administrator' account. Right click the folder in question/Sharing and Security/Make Folder Private.
To view the Security tab for a file or folder in XP, hold down the Ctrl key while right-clicking the file or folder, and select Properties. If you are in a domain instead of a workgroup, this approach is unnecessary.
Tip: Hide Files and Folders inside of Windows XPWindows Explorer/Tools/Folder Options/View/Show Hidden Files and Folders. Right click the folder to be hidden/Sharing and Security/General Tab/Hidden/Apply Changes to.../
Subscribe to:
Posts (Atom)