How do I uninstall? What do I name this file in order to execute it? :: Ensure we are in freenet's directory @if exist freenet.ini goto ok @echo This script is meant to be used from freenet's root directory! Exiting now @pause @exit 1 :ok
@echo Removing freenet's user @net user freenet /delete > NUL @echo Cleaning up registry settings @echo "Registering .fref file extension" @echo Windows Registry Editor Version 5.00 >> fref.reg :: File associations @echo [-HKEY_CLASSES_ROOT\.fref] >> fref.reg @echo [-HKEY_CLASSES_ROOT\fref_auto_file] >> fref.reg :: Entry in add/remove software @echo [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Freenet 0.7-a2-pre] >> fref.reg :: Freenet user wasn't displayed on the welcome screen @echo [-HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon\SpecialAccounts\UserList\freenet] >> fref.reg @regedit /s fref.reg > NUL @del /F fref.reg > NUL @echo Unregistering the service if not exist wrapper-windows-x86-32.exe cd bin @bin\remove_service.bat > NUL @echo Freenet has been uninstalled successfully; Now you can remove the remaining folder safely @pause ____________________________________________________________________________________ Catch up on fall's hot new shows on Yahoo! TV. Watch previews, get listings, and more! http://tv.yahoo.com/collections/3658
_______________________________________________ Support mailing list Support@freenetproject.org http://news.gmane.org/gmane.network.freenet.support Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support Or mailto:[EMAIL PROTECTED]