appxmanifest

  1. S

    Reinstalling Windows 10 Settings app

    I am trying to reinstall the Windows 10 Settings app I got this off the web: PowerShell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:SystemRootImmersiveControlPanelAppxManifest.xml when I run it I get this: cmdlet Add-AppxPackage at command pipeline...
  2. Identity, Registration and Activation of Non-packaged Win32 Apps

    Many new and sought-after Windows APIs and features such as BackgroundTasks, Notifications, LiveTiles, Share and more, are either not available or not easily callable from non-packaged Win32 applications. This is due to the programming model for UWP APIs that integrate with the system and have a...
  3. Windows 8.1 to Windows 10 Retargeting Extension

    Today's Visual Studio extension is kind of simple, and the source isn't currently available, but it's one of those that can really have you some time (and hair)... Can Bilgin, building on the work of Link Removed, has released a Visual Studio 2015 extension that makes it click-easy to convert...