ChiefIntegrator / Steam-GetOnTop

This is a suite of PowerShell scripts to get on top of the burden of managing an unwieldy Steam library.
99 stars 45 forks source link

Documentation for PowerShell #1

Open Deadpan110 opened 6 years ago

Deadpan110 commented 6 years ago

Running PowerShell safely Allow the script to run: Set-ExecutionPolicy RemoteSigned -Scope CurrentUser Then:

cd "C:\Scripts\Steam-GetOnTop"
.\Publish-SteamAppManifests.ps1

Revert to defaults: Set-ExecutionPolicy Undefined -Scope CurrentUser

Thanks for this script, it solved my problem posted here: http://steamcommunity.com/discussions/forum/10/1489992080515781497/

osomanali commented 6 years ago

Hey I'm a beginner who needs help. I am having an error of the following; Exception setting "AutoSizeColumnsMode": "Cannot convert value "Fill" to type "System.Windows.Forms.DataGridViewAutoSiz eColumnsMode". Error: "'System.Windows.Forms.DataGridViewAutoSizeColumnMode' ile 'System.Windows.Forms.DataGridViewAuto SizeColumnsMode' arasında geçersiz atama."" At C:\Scripts\Steam-GetOnTop\Publish-SteamAppManifests.ps1:202 char:2

Also, the sanity check screen shows that all of their ID's are -1. Thanks for your help.

NitrousX commented 5 years ago

Hi there i came across your solution for fixing finding games on other HDD's. I'm stuck at the point where i need to Run the manifest.

I get a error message where it says: (Please note D drive is where my steam folder is located as D:\Steam\ and Scripts is stored in the root of D drive.)

PS D:\Scripts\Steam-GetOnTop> Run Get-Help .\Publish-SteamAppManifests.ps1 Run : The term 'Run' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

Hope you can help thanks