Slashdot Mirror


Microsoft To Introduce a New Feature In Windows 10 Which Will Allow Users To Block Installation of Desktop Apps (mspoweruser.com)

Microsoft is planning to introduce a new feature to Windows 10 that will allow a user to prevent installation of desktop apps. The latest Windows Insider build comes with an option that allows users to enable app installations only from the Windows Store. From a report on MSPowerUser: Once enabled, users will see a warning whenever they try to install a Win32 app -- they will get a dialog saying apps from the Windows Store helps to keep their PC "safe and reliable." This feature is obviously disabled by default, but users can enable it really easily if they want.

1 of 307 comments (clear)

  1. Re:"...disabled by default." by TheFakeTimCook · · Score: 1, Troll

    That's no guarantee that Microsoft will be as wise as Apple has been. Instead of code signing, Microsoft is encouraging developers to wrap Win32 apps in UWP containers so they can be published from the Windows Store, so probably not as wise.

    Mac: I download something and install it, and then have ZERO IDEA how to uninstall it. Deleting the icon out of "Application" is easy. But what about configuration files? Even homebrew doesn't solve that -- http://superuser.com/questions...

    Win32 apps in UWP containers: this "project centennial" approach virtualizes filesystem and registry for the app, so uninstallation will end up removing absolutely everything. I prefer this approach. (speaking as someone with OSX and who knows what leftovers on it...)

    If you're really worried about that 4 KB prefs file on your 4 TB drive, then they are as easy to delete as the Application Bundle itself:

    http://echoone.com/tips/how-to...

    Oh, and that took exactly .000025 ns to Google, Hater.