Thread: Compilation
View Single Post
  #8  
Old 29th Jun 02, 04:41 PM
Alpine's Avatar
Alpine Alpine is offline
Retired Crew
 
Join Date: Feb 2002
Location: Run Forest, RUN!!
Posts: 3,601
Alpine is on a distinguished road
Send a message via ICQ to Alpine Send a message via AIM to Alpine
Completely disable Universal Plug and Play (UPnP)

To completely disable the potentially dangerous UPnP service from Windows XP, there are two services present that should be disabled. You can access the Services panel through Administrative Tools (Control Panel>>Performance and Maintenance). The two services you need to disable are:

Universal Plug and Play Device Host

AND

SSDP Discovery Service

Most users don't realize it, but the SSDP service is the actual server that's open to the internet (unless you're firewalled), and the service that turns on the UPnP Device Host. Disable the UPnP Device Host first by double-clicking on the service and selecting "Disabled" in the drop-down menu, instead of the default "Manual." Next, go on to the SSDP Discovery Service, double-click and select to stop the service, then disable it in the same manner.

I hope this helps anyone who might be confused about how to be rid of UPnP.


Add a Website link to Start menu


This is a simple registry tweak which adds a website link to your Start Menu.....its very handy for quick access to your favourite website.

--------------------------------------------
To Install : Copy the code below to notepad and save it as link.reg then just right click on it and choose "merge".... Or just download the completed registry file HERE

---------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTCLSID{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@="XP-erience"

[HKEY_CLASSES_ROOTCLSID{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}DefaultIcon]
@="%SystemRoot%\system32\shell32.dll,-47"

[HKEY_CLASSES_ROOTCLSID{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}InstanceInitPropertyBag]
"CLSID"="{13709620-C279-11CE-A49E-444553540000}"
"method"="ShellExecute"
"Command"="xperience"
"Param1"="http://www.xp-erience.org/"

=======================================

To uninstall : Copy the code below to notepad and save as rem.reg and right click and choose merge..... Or just download the completed registry file HERE

---------------------------------------
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOTCLSID{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}]
@=""

[HKEY_CLASSES_ROOTCLSID{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}DefaultIcon]
@=""

[HKEY_CLASSES_ROOTCLSID{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0}InstanceInitPropertyBag]
"CLSID"="{13709620-C279-11CE-A49E-444553540000}"
"method"="ShellExecute"
"command"=""
"Param1"=""

======================================



Make mIRC identd work!

If you use mIRC then you have noticed that the Ident requests do not get answered and mIRC will only connect to servers that do not require Ident. This is due to the built in "Internet Connection Firewall" in XP. Here is how to get it working without disabling the entire firewall:

1. Go into Control Panel-> Network Connections
2. Right click "Local Area Network" and select "Properties"
3. Left click the advanced tab
4. Left click the settings button
5. Under services, left click the add button
6. For description type "Ident", for Name of IP put the name that identifies your system with your ISP OR your IP if it is static.
7. Both external and internal ports are 113 by default and TCP.
8. Click OK all the way out.
Reply With Quote