From 87457e0d2296f973ca24e49ca58ed6b53f05f0dd Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Sat, 15 Jun 2024 16:54:34 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3d162e..75d49f3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ Transform your Windows Computer into a Video Game console first, PC second! # GamesDows The Enable GamesDows script makes Windows boot straight into Steam Big Picture without displaying any Explorer UI elements to ensure a Game Console like experience on Windows. I made this because I have a Steam Deck and I want the experience to mirror that of Steam OS as closely as possible. However, this will work on any Windows PC, the commands are not specific to the Steam Deck. -**Here's a breakdown of what each part of the script does**: +**How the main functionality works: The batch script creates a VBS script to suppress the command prompt window set as the shell at boot > VBS script launches a second batch script created by the enable script run as admin > Enable batch script sets steam big picture as the shell > batch launches steam as lower privileged (so mouse and keyboard don't work on system prompts such as task manager yet, it needs to run as admin to fix that) > delayed explorer batch script resets the shell to the VBS script so Steam launches as the default shell at boot.** + +**Here's a detailed breakdown of what each part of the script does**: **1. Set Steam Big Picture as Default Shell:**