Anyone else having issues with programs not starting that would normally start and be in the Icon Tray? It almost seems like a access issue or something. I can start most of the programs after Windows has been up and they do start although some have to be ran as administrator. I searched for any posts but didn't see any concerning this.
You could still set the programs with problems, to Compatibility Mode of it's origin OS. That need only to be done once for any apps with problems.
programs? like Windows Store apps? or Win32 apps... If you're referring to Store apps, follow these steps: 1. Open an Elevated Powershell prompt by pressing the Windows Key, typing Powershell, then pressing Ctrl+Shift+Enter 2. Paste the following command into Powershell and execute it: Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}