|
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. |
Answered by
xLewiii
Apr 26, 2026
Replies: 1 comment 9 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! |
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!!