Nov you can see links in my post https://forums.mydigitallife.net/th...ws-10-sophia-script.81675/page-8#post-1639257
@Nevals, do you have a Discord acc? Or something else. As I can see on a pic there is a Sleep scheme. But you wrote that it's gone after applying script. Also can you expand the multimedia element? As I already wrote, I do not touch any power plan schemes. I just let user set the power management scheme on "High performance" (if device is a desktop)/"Balanced".
Here is multimedia element https://prnt.sc/wk7zov Yes, I have Discord. Yes, I still have a sleep scheme but the computer does not go to sleep automatically after a defined period of inactivity. I tested this on clean Windows 10 install. After Windows installation and Windows update I made first print scr (that one with multimedia element) and after that I ran the Sophia script (after which I have no more multimedia element). I noticed this because my computer stopped going to sleep automatically after 30 minutes of inactivity and the only thing I changed was that I used the Sophia script. So I tested on a virtual machine to compare what the power plan looks like before and after Sophia script and I noticed that after the Sophia script there are fewer options so I assumed that the script has some impact on the power plan. Why the multimedia element disappears from the power plan after Sophia script?
@Nevals Just have tested on a clean Windows 10 20H2 VM. Nothing has changed as I wrote before. I only enable a "High performance" plan with this function Code: if ((Get-CimInstance -ClassName Win32_ComputerSystem).PCSystemType -eq 1) { POWERCFG /SETACTIVE SCHEME_MIN } Of course the VM was restarted after the script applying.
To restore these elements run this Code: Enable-WindowsOptionalFeature -Online -FeatureName MediaPlayback -NoRestart Without even restart. The point is that you (but not me on a VM) disabled this feature: https://github.com/farag2/Windows-1...108aa9d8d71bb0ea6809/Sophia/Sophia.psm1#L4291 As I remember that feature is only needed for old games Now I got to go!
I tried this but this did not restored multimedia elements. I also tested this on fresh VM install, same thing, I lose multimedia element in power plan
@farag, great work! Could you pls. include in your next release a new item: "Uninstall Internet Explorer 11"? Since you already have "Install Windows Sandbox" and "Instal WSL", inclusion of this request will save me the trouble of still having to go through "Turn Windows features on or off".