Self explanatory.
And if possible, add a setting for it in Settings tab.
It is currently March 27th, 2023, 10:26 am
WinGet installation doesn't enable auto-startup
-
- Rainmeter Sage
- Posts: 1398
- Joined: April 24th, 2021, 8:13 pm
WinGet installation doesn't enable auto-startup
from the Realm of Death
-
- Developer
- Posts: 2579
- Joined: November 24th, 2011, 1:42 am
- Location: Utah
Re: WinGet installation doesn't enable auto-startup
The AUTOSTARTUP for the silent installation, "remembers" what you selected during a previous setting.
https://docs.rainmeter.net/manual/installing-rainmeter/#Parameters
So to change an installation parameter for winget, you must override the AUTOSTARTUP parameter.
https://docs.rainmeter.net/manual/installing-rainmeter/#WinGetInstallation
Something like this:
winget install Rainmeter --override "/S /AUTOSTARTUP=1"
You may have to tell it the installer path...
Or you can just manually run the installer again and select the option you want.
-Brian
https://docs.rainmeter.net/manual/installing-rainmeter/#Parameters
So to change an installation parameter for winget, you must override the AUTOSTARTUP parameter.
https://docs.rainmeter.net/manual/installing-rainmeter/#WinGetInstallation
Something like this:
winget install Rainmeter --override "/S /AUTOSTARTUP=1"
You may have to tell it the installer path...
Or you can just manually run the installer again and select the option you want.
-Brian
-
- Rainmeter Sage
- Posts: 1398
- Joined: April 24th, 2021, 8:13 pm
Re: WinGet installation doesn't enable auto-startup
That means if you are installing it for the first time, you can't have autostartup.Brian wrote: ↑December 25th, 2021, 7:18 am The AUTOSTARTUP for the silent installation, "remembers" what you selected during a previous setting.
https://docs.rainmeter.net/manual/installing-rainmeter/#Parameters
So to change an installation parameter for winget, you must override the AUTOSTARTUP parameter.
https://docs.rainmeter.net/manual/installing-rainmeter/#WinGetInstallation
Something like this:
winget install Rainmeter --override "/S /AUTOSTARTUP=1"
You may have to tell it the installer path...
Or you can just manually run the installer again and select the option you want.
-Brian
Also, how come there isn't a setting for this?
from the Realm of Death
-
- Posts: 16
- Joined: November 26th, 2020, 8:43 am
Re: WinGet installation doesn't enable auto-startup
then you have to do this:
but not sure if autoload settings will work
Code: Select all
winget install --id Rainmeter.Rainmeter -e --source winget --override "/S /AUTOSTARTUP=1"