📄️ How can a Windows machine be locked/unlocked when users logon/logoff?
You can use Windows' logon/logoff scripts to automatically lock/unlock a
📄️ How do I look at the last few lines of an output log on Windows?
On POSIX compliant systems like Unix/Linux/macOS, the utility is called "tail."
📄️ How do I set up debugging for a supervisor or worker crash on Windows?
Briefly, set up Dr. Watson to get a crash dump. From the Start Menu, run these
📄️ How to have the worker service run as a particular user on Windows
Configure the service to log on a a particular user. This user must be in the
📄️ How do I run the Supervisor service as some other user on Windows?
1. In the Services Control Panel, right-click the qubesupervisor service and select Properties from the menu.
📄️ How to troubleshoot problems with drive mapping on Windows
Verify the job has drive maps (this will be visible under the job internals
📄️ I'm getting "file not available" errors on my Windows jobs
Most likely, your drives are not mapped correctly on the Worker. Here are some
📄️ Render errors that say "file not found." when using UNC paths.
1. Our system will automatically map Windows drives based upon whether the jobs and Workers have "auto_mount" enabled. We will detect the maps on the client machine, add any maps specified in the client configuration, and send them along with the job to be automatically mapped on the Worker at execution time. If you don't refer to mapped drives, and instead use UNC, this would be irrelevant.
📄️ UNC path is an invalid current directory path. UNC paths are not supported. Defaulting to Windows directory.
From Microsoft: You must make a registry entry to be able to use a UNC path as
📄️ Renders submitted through the command line fail or lock up
Due to changes in render software architecture, a mechanism called JobObject