Are you tired of your expensive high end PC and top tier low latency hardware peripherals underperforming based on your expectations? Well here is a potential solution for PC gamers in streamlining performance without cheating. Using these scripts can likely drive up your KDR, score, graphics performance, user input and network interaction between you and other players on the server. Through vigorous testing and isolation of optimal prioritization of processes of the target application processes and subprocesses I was able to isolate my games and clients by sourcing both their image path name and their command line execution path to determine which processes are associated with tasking to that relative operational application. From the research ive gathered by implementing this script most all games become more responsive to their input and output through peripherals such as keyboard and mice, plus also each of the associated hosting processes are more responsive which result in a better experience in delivering a high quality and low latency experience without altering client or server side code to enhance performance that more respects the users decisions and reaction time. I will post several separate videos as a categorized series to show this audience how to create a template of this script. I will also create a separate video to show the user how to automate this script. Automation software I use is Microsoft Power Auto Mate because I am using a partition of Microsoft windows. Below is the code snippet of my script. Instructions on how to use this script will be sourced in another video that I will metatag {#realtime }{#powershellscripting }{#qualitygamingvideos } and have an hyperlink to the video that shows the user how to implement these scripts on their file system and operating system. You can implement this script manually (that is how i prefer to do it vs an executable or automation because you will be able to more in control of the state that the operating system achieves a real time status if needed)
Get-WmiObject Win32_process -filter 'name = "Cod.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "Battle.net.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "SearchFilterHost.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "SearchProtocolHost.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "SearchIndexer.exe"' | foreach-object { $_.SetPriority(256) }WZ
Get-WmiObject Win32_process -filter 'name = "SettingSyncHost.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "HaloInfinite.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "slack.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "cod.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "BsgLauncher.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "StorPSCTL.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "NewWorld.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "conhost.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "ePowerButton_NB.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "SearchFilterHost.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "SearchProtocolHost.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "SearchApp.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "ShellExperienceHost.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "NVDisplay.Container.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "nvsphelper64.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "NVIDIA Share.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "NVIDIA GeForce Experience.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "svchost.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "nvcontainer.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "NVIDIA Web Helper.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "CompatTelRunner.exe"' | foreach-object { $_.SetPriority(256) }
Get-WmiObject Win32_process -filter 'name = "Chrome.exe"' | foreach-object { $_.SetPriority(128) }