G
Guest
I have a peer to peerlegacy system that installs a number of our own service applications. This system is expected to work on a captive network with no out-side / internet connectivity so security is minimal. We create a user that is associated only with our service applications with appropriate permissions for network access. The services install and run fine on Windows NT and Windows 2000 with a null password but will not run on Windows XP with a null password. If I manually add a password for the service in Windows XP it runs fine.
Apparently a change was made to the Windows XP defaults that now require a password before a service is allowed to run.
Does anyone know if there is a registry setting or other method that allows execution of a service without a password in XP. This is a legacy application and we would prefer not to change code to create a password as each service entry is created.
Apparently a change was made to the Windows XP defaults that now require a password before a service is allowed to run.
Does anyone know if there is a registry setting or other method that allows execution of a service without a password in XP. This is a legacy application and we would prefer not to change code to create a password as each service entry is created.