<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt">How do I uninstall? What do I name this file in order to execute it?<br><br><pre>:: Ensure we are in freenet's directory<br>@if exist freenet.ini goto ok<br>@echo This script is meant to be used from freenet's root directory! Exiting now<br>@pause<br>@exit 1<br>:ok<br><br>@echo Removing freenet's user<br>@net user freenet /delete > NUL<br><br>@echo Cleaning up registry settings<br>@echo "Registering .fref file extension"<br>@echo Windows Registry Editor Version 5.00 >> fref.reg<br>:: File associations<br>@echo [-HKEY_CLASSES_ROOT\.fref] >> fref.reg<br>@echo [-HKEY_CLASSES_ROOT\fref_auto_file] >> fref.reg<br>:: Entry in add/remove software<br>@echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Freenet 0.7-a2-pre] >> fref.reg<br>:: Freenet user
wasn't displayed on the welcome screen<br>@echo [-HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon\SpecialAccounts\UserList\freenet] >> fref.reg<br>@regedit /s fref.reg > NUL<br>@del /F fref.reg > NUL<br><br>@echo Unregistering the service<br>if not exist wrapper-windows-x86-32.exe cd bin<br>@bin\remove_service.bat > NUL<br><br>@echo Freenet has been uninstalled successfully; Now you can remove the remaining folder safely<br>@pause</pre><br></div><br>
<hr size=1>Be a better Heartthrob. <a href="http://us.rd.yahoo.com/evt=48255/*http://answers.yahoo.com/dir/_ylc=X3oDMTI5MGx2aThyBF9TAzIxMTU1MDAzNTIEX3MDMzk2NTQ1MTAzBHNlYwNCQUJwaWxsYXJfTklfMzYwBHNsawNQcm9kdWN0X3F1ZXN0aW9uX3BhZ2U-?link=list&sid=396545433">Get better relationship answers </a>from someone who knows.<br>Yahoo! Answers - Check it out.
</body></html>