chocolatey-community / chocolatey-extensions

Apache License 2.0
2 stars 4 forks source link

(chocolatey-core.extension) Add cmdlet for running process as a non-admin #15

Open AdmiringWorm opened 11 months ago

AdmiringWorm commented 11 months ago

Sometimes we want to start a process again after the installation, or upgrading of a software.

This process should usually not run as an administrator, as such it would be helpful if we were to add a new CMDLET to handle this.

Most likely, this new CMDLET would need to create a scheduled task, run it, then wait and remove the task after a second or so.