Disabling Sideloading in Developer Features on Windows 10?

269 Views Asked by At

We have built a Windows 10 UWP app and have packaged it through Visual Studio as a Sideloaded app. The packages will be deployed on to user's machines by running powershell scripts. We are hoping to disable Sideloading in Developer features once the app has been deployed. However there isn't enough documentation available to see if a sideloaded app will work as usual or cause any errors in future once the sideloading in developer features for the machine has been turned off? Is there a way to safely achieve this.

1

There are 1 best solutions below

1
On

The sideloaded app still is UWP app. Once the app installed successfully, disabling 'Sideload apps' in developer will not affect the installed apps. You needn't worry.