• 0 Posts
  • 46 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle


  • Windows 11 IoT Enterprise LTSC is hands down the best! A nearly naked fresh Windows install. Just Defender and Edge. And even then, a lot of the performance impacting Defender options are unavailable due to the W11 version.

    It’s still my go to for gaming. Once it’s all set up, it just stays out of the way, and runs as lean as modern Windows can.

    I highly, highly recommend adding StartAllBack on top of it. Makes the bottom toolbar much, much better.

    I always use a single copy/paste Winget command to install nearly everything in one go, without needing any interaction for each install. Also allows updating installed programs with a single command.

    Massgrave.dev for ISO’s and activation.

    Edit: For some features, you have to be comfortable using Powershell as admin. I myself have to Powershell install 2 AppX packages before I can use Winget. If you go with this version feel free to message me for help.
















  • I’ve tried all the ways, and Bottles was the easiest by far. Make a bottle for games from the high seas, using bottles’ preset for games. Once created change the wine from Soda to whatever you want or just use Soda.

    Then inside the bottle look for install dependencies and grab things like vc redist, and dot net. Once that’s done under the bottles’ UI choice “Run Executable” and chose the .exe for the game’s installer. If it doesn’t work as expected, click the cog/gear and select the checkbox for “Run in Terminal” to see where it goes wrong and search online for what fix is needed.

    The only time I had to troubleshoot with terminal, was for a mspatcha.dll problem. It was an easy fix: the bottle has a Legacy Wine Tools > Configuration > Libraries, where I found mspatcha listed, then changed it to “Native then Built in.”

    Hope that helps.