ChiefIntegrator/Steam-GetOnTop

Documentation for PowerShell

Opened this issue · 2 comments

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/

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

  • $dgv.AutoSizeColumnsMode = [System.Windows.Forms.DataGridViewAutoSizeColumnMode ...
    
+ CategoryInfo          : NotSpecified: (:) [], SetValueInvocationException
+ FullyQualifiedErrorId : ExceptionWhenSetting

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

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

  • Run Get-Help .\Publish-SteamAppManifests.ps1
  •   + CategoryInfo          : ObjectNotFound: (Run:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    
    

Hope you can help thanks