-
|
The program was working perfectly fine but I needed to reinstall Windows 11 so I downloaded FluentFlyout back again. I tried downloading it via MS Store, WinGet and on GitHub releases (also manually installing the certificate), but I had the same results with all three. When I open up the program, it does seem like it's loading, I also can see the task on the task manager, but it just closes in less than a second. Please let me know if I can give any more information. Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
Hi @xLewiii, are you able to show your log files? I might be able to assist you further once I have a look at them! |
Beta Was this translation helpful? Give feedback.
Hi! I've been able to fix it by enabling NPSMSvc with this PowerShell command:
sc.exe create NPSMSvc binPath= "C:\WINDOWS\System32\svchost.exe -k LocalServiceNetworkRestricted -p" type= share start= demand error= normal obj= "NT AUTHORITY\LocalService" DisplayName= "Now Playing Session Manager"
Thanks for your help!!