I’ve seen a number of people asking this online, and I hadto work out a solution myself, so I’m posting it here (even though the original question was posed a year ago) in case it might helpothers in the future (i.e. people who might google this issue).
Also, IMO being entirely locked out of web accessunder “safe mode with networking” is a K9 design flaw. E.g. Usersoften enter safe mode with networking to fix malware problems, etc., and having web access isgenerally important under these circumstances.
Information on REG ADD syntax can be found here:
Reg add
At least on my computer (running Windows 7, 64 bit), theregistry keys for K9 are here:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\bckwfs
So to have web access with K9 installed, type the followingin command prompt (running command prompt as administrator):
REG ADD"HKLM\SYSTEM\CurrentControlSet\Control\SafeBoot\Network\bckwfs" /VE/T REG_SZ /F /D "Service"
This adds the K9 service in safe mode with networking.