UserVM Handbook/Windows: Difference between revisions

No edit summary
 
'''Error (stderr):''' <code>C:\collabvm\err.log</code>
 
 
=== Permissions ===
 
Give the CollabVM Virtual Service User permissions to the <code>C:\collabvm</code> directory:
 
{{code|lang=batch|
icacls C:\collabvm /grant "NT SERVICE\collabvm:F" /Q /C /T
}}
 
'''NOTE:''' If you encounter permissions errors when running the CollabVM service after adding new VM images, run this command again.
 
=== Starting the service ===