Author: toad Date: 2009-01-03 13:44:03 +0000 (Sat, 03 Jan 2009) New Revision: 24898
Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd Log: Fix typo causing hiding the user from the logon screen to sometimes fail. Thanks Zero3. Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2009-01-03 12:07:32 UTC (rev 24897) +++ trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2009-01-03 13:44:03 UTC (rev 24898) @@ -88,7 +88,7 @@ @echo - Hiding the freenet user from the login screen @echo Windows Registry Editor Version 5.00 >> hide_user.reg -...@echo [HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion\Winlogon\SpecialAccounts\UserList] >> hide_user.reg +...@echo [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList] >> hide_user.reg @echo "freenet"=dword:00000000 >> hide_user.reg @regedit /s hide_user.reg > NUL @del /F hide_user.reg > NUL _______________________________________________ cvs mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs
