; NoSuperCookies.inf ; ; February 5, 2002 ; ; Written by Ken Frazier - email: wecoyote@technologist.com ; ; ********************************************************************************* ; For those of you using Netscape, you need to save the link or file to your hard drive. ; Once the file is downloaded to a folder, open Windows Explorer and navigate to the folder. ; ; To Install any INF file, right-click on the filename and when the Windows context menu ; pops up, choose "Install" from the menu. That's all there is to it. ; ; No system reboot is necessary after install. ; ; ********************************************************************************* ; For those people who have had their "Install" removed from their context menu, I've written ; a batch file that can be run by all Windows versions to perform the install. ; You can download the utility from: ; ; http://home.kscable.com/wecoyote/InstallINF.bat ; ; ********************************************************************************* ; [Version] Signature = "$CHICAGO$" [DefaultInstall] AddReg=Mod_keys [Mod_keys] ; The following is the only way to disable SuperCookies. For this to protect you, ; you must keep the Media Player Unique Identifier enabled. HKCU,"Software\Microsoft\MediaPlayer\Player\Settings","Client ID",0,"{00000000-0000-0000-0000-000000000000}" HKCU,"Software\Microsoft\Windows Media\WMSDK\General","UniqueID",0,"{00000000-0000-0000-0000-000000000000}" HKU,".Default\Software\Microsoft\Windows Media\WMSDK\General","UniqueID",0,"{00000000-0000-0000-0000-000000000000}" HKU,".Default\Software\Microsoft\MediaPlayer\Player\Settings","Client ID",0,"{00000000-0000-0000-0000-000000000000}"