mm.progresja
New member
I have Sandboxie-Plus installed on a Windows 11 machine. I'm trying to run multiple instances of Claude Desktop, but I'm getting errors on one computer, despite it working flawlessly on another computer. I have `claude_1` box, in Sandboxie-Plus. I have
I'm trying with this command:
But I keep getting this error:
Error says in Polish: System can't access the file
Running the `bat` manually works fine, running the Python snippet also works in itself. Am I on the right track? Maybe there is a simpler way to run multiple Claude Desktops on the same machine?
.bat
file with this line:"%~dp0venv\Scripts\python.exe" -c "from claude import init_claude; init_claude(port=%1)"
I'm trying with this command:
PS C:\WINDOWS\system32> & 'C:\Program Files\Sandboxie-Plus\Start.exe' /box:claude_1 C:\Users\admin\Documents\GitHub\AgentHub\start_claude.bat 9223
But I keep getting this error:
Unable to create process using '"C:\Users\admin\Documents\GitHub\AgentHub\venv\Scripts\python.exe" -c "from claude import init_claude; init_claude(port=9223)"': System nie może uzyskać dostępu do pliku.
Error says in Polish: System can't access the file
Running the `bat` manually works fine, running the Python snippet also works in itself. Am I on the right track? Maybe there is a simpler way to run multiple Claude Desktops on the same machine?