Preflight Checklist
What's Wrong?
Cowork restricts folder selection to the user's home directory on Windows. When selecting
a folder located on a secondary internal drive (e.g., D:), the following dialog appears
and blocks access:
"The selected folder is outside your home directory. Only folders within your home
directory can be used."
A symbolic link workaround was also tested: creating a symlink inside the home directory
pointing to the target folder on the secondary drive. Cowork resolves the symlink to its
real path and applies the same restriction, making this workaround ineffective.
What Should Happen?
Cowork should allow users to select and work with folders on any local drive, not just
within C:\Users<username>. Users should be able to explicitly grant access to folders
on secondary drives, as is standard behavior in other file-access tools on Windows.
Error Messages/Logs
Dialog title: Invalid Folder Selection
Message: "The selected folder is outside your home directory.
Only folders within your home directory can be used. You can select a different folder."
Steps to Reproduce
- Install Claude Desktop (latest version) on Windows
- Open the Cowork tab
- Click to select a working folder
- Navigate to a folder on a secondary internal drive (e.g., D:\MyProjects)
- Observe the "Invalid Folder Selection" error dialog — folder cannot be selected
Additional step tested as workaround:
6. Create a symbolic link in the home directory pointing to the secondary drive folder:
New-Item -ItemType SymbolicLink -Path "C:\Users<user>\MyProjects" -Target "D:\MyProjects"
7. Select the symlink folder in Cowork
8. Same restriction applies — symlink is resolved to real path and rejected
Note: The secondary drive is a local internal disk, not a network share or removable device.
Related issue for macOS external volumes: #19318
Claude Model
Sonnet (default)
Is this a regression?
I don't know
Last Working Version
1.1.4328.0
Claude Code Version
2.1.62
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Warp
Additional Information
No response
Preflight Checklist
What's Wrong?
Cowork restricts folder selection to the user's home directory on Windows. When selecting
a folder located on a secondary internal drive (e.g., D:), the following dialog appears
and blocks access:
A symbolic link workaround was also tested: creating a symlink inside the home directory
pointing to the target folder on the secondary drive. Cowork resolves the symlink to its
real path and applies the same restriction, making this workaround ineffective.
What Should Happen?
Cowork should allow users to select and work with folders on any local drive, not just
within C:\Users<username>. Users should be able to explicitly grant access to folders
on secondary drives, as is standard behavior in other file-access tools on Windows.
Error Messages/Logs
Steps to Reproduce
Additional step tested as workaround:
6. Create a symbolic link in the home directory pointing to the secondary drive folder:
New-Item -ItemType SymbolicLink -Path "C:\Users<user>\MyProjects" -Target "D:\MyProjects"
7. Select the symlink folder in Cowork
8. Same restriction applies — symlink is resolved to real path and rejected
Note: The secondary drive is a local internal disk, not a network share or removable device.
Related issue for macOS external volumes: #19318
Claude Model
Sonnet (default)
Is this a regression?
I don't know
Last Working Version
1.1.4328.0
Claude Code Version
2.1.62
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Warp
Additional Information
No response