Hello,
To give some background into my problem, I have a computer which launches an application at startup instead of the Windows Desktop environment. This is done by altering the value of the registry location at: Software\Microsoft\Windows NT\CurrentVersion\winlogon from explorer.exe to the name of my application. This is done to lock the user out of the desktop environment.
When I enter the command, "start ms-settings:" to bring up the settings application, I instead receive the error: "ms-settings: File system error (-2147219200)". If I revert my registry key to explorer.exe and restart back into the desktop environment the command works as expected. My only thought is that a service isn't be correctly started when I bypass the Windows Desktop environment. I've searched online and haven't found anything similar to my situation.
Does anyone know what requirements the setting app has in order to launch?
The end goal of what I'm trying to accomplish is to bring up the Windows Update dialog (which appears to be part of the settings app) for users that want to update Windows over the internet. If there are other options to perform a feature update over the internet without opening the settings app that would be fine too. Sorry if this sort of turns my 1 question into 2.