run a powershell ps1 script hidden from view and scheduled on Task Scheduler for Windows
The script launcher
We need a script launcher as PowerShell scripts run in the foreground and we don't want the window of this script to appear at all.
For updates follow @djismgaming on GitHub
We need a script launcher as PowerShell scripts run in the foreground and we don't want the window of this script to appear at all.
Note
UPDATE 2023.10.13 - This post is here just for history's sake as Origin is basically deprecated at this point in time. It's always nice to keep history though.
Create an unprivileged Debian 12 LXC container.
Inside the LXC container, use the root
user to create a non-root user with your name. In the case of mine I wanted to add it to the sudo
and docker
groups after installing Docker inside the LXC container.
Prerequisites:
Create an unprivileged Debian 12 LXC container.
Inside the LXC container, use the root
user to create a non-root user with your name. In the case of mine I wanted to add it to the sudo
and docker
groups after installing Docker inside the LXC container.