Correct typo in Known Issue on Windows

Fixed a typo in the Known Issue section regarding Cowork VM instability.
This commit is contained in:
Pawel Huryn
2026-03-03 19:43:39 +01:00
committed by GitHub
parent 54bc7910ab
commit b746c0a0e2
+1 -1
View File
@@ -380,7 +380,7 @@ Curated by Paweł Huryn from [The Product Compass Newsletter](https://www.produc
## Known Issue on Windows
If your Cowork is unstable and can't start a VM ([claude-code/issues/27010](https://github.com/anthropics/claude-code/issues/27010), try:
If your Cowork is unstable and can't start a VM ([claude-code/issues/27010](https://github.com/anthropics/claude-code/issues/27010)), try:
```powershell
$action = New-ScheduledTaskAction -Execute "powershell.exe" -Argument "-WindowStyle Hidden -Command `"if ((Get-Service CoworkVMService).Status -ne 'Running') { Start-Service CoworkVMService }`""