Is there a way to install SP2 and not have it turn on the fire wall when windows reboots?
the reasion why is we are needing to install SP2 in all of are stores remotely but the issue is that after it gets done installing we cant get back in to turn it off because SP2 doesnt like VNC.
what i was thinking is haveing a batch file run the SP2 install and befor it reboots have it insert a reg key that sets all the firewall settings to off.
any ideas?
$5 Krom will reply 1st
XPSP2 and Windows firewall
- CDN_Merlin
- DBB_Master
- Posts: 9781
- Joined: Thu Nov 05, 1998 12:01 pm
- Location: Capital Of Canada
- Krom
- DBB Database Master
- Posts: 16138
- Joined: Sun Nov 29, 1998 3:01 am
- Location: Camping the energy center. BTW, did you know you can have up to 100 characters in this location box?
- Contact:
Re: XPSP2 and Windows firewall
You lose, now gimme your lunch money.Warlock wrote:$5 Krom will reply 1st
- Krom
- DBB Database Master
- Posts: 16138
- Joined: Sun Nov 29, 1998 3:01 am
- Location: Camping the energy center. BTW, did you know you can have up to 100 characters in this location box?
- Contact:
Re:
The problem is, how do you do that when the only access you have to the computer is through VNC? After installing SP2 the firewall comes on at the next reboot and you can't connect to disable it or allow VNC through.Grendel wrote:I use VNC (server & client) on at least 3 of my 4 comps under XPSP2 w/ the firewall on. Just add an exception for winvnc4.exe.
Save the two files to c:\\. Doubleclick runonce.reg before rebooting the machine after installing SP2. Delete the files after reboot. Try if it works before seriously using it, I didn't
runonce.reg wrote:REGEDIT4
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce]
"Allow VNC"="C:\\\\Windows\\\\regedit -s c:\\fwvnc.reg"
fwvnc.reg wrote:REGEDIT4
[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\SharedAccess\\Parameters\\FirewallPolicy\\StandardProfile\\AuthorizedApplications\\List]
"C:\\\\Program Files\\\\RealVNC\\\\VNC4\\\\winvnc4.exe"="C:\\\\Program Files\\\\RealVNC\\\\VNC4\\\\winvnc4.exe:*:Enabled:winvnc4.exe"