Connect Drive in Windows Explorer
Map a network drive in File Explorer to your Drive URL, sign in with your device password, and the drive shows up as a Windows drive letter.
Article details
Type, difficulty, plans, and last updated info.
▼
Article details
Type, difficulty, plans, and last updated info.
- Type
- Guide
- Difficulty
- Beginner
- Plans
- Nano · Starter · Pro · Agency
- Last updated
- Sep 9, 2026
Windows has WebDAV built in, so you can map TrekMail Drive as a network drive without installing anything. Once mapped, it appears under This PC with its own drive letter, drag files in, open them from any app, save, and changes upload automatically.
Connection details
What Windows "Map network drive" wizard asks for:
| Windows field | Value |
|---|---|
| Folder | Copy the complete URL from Sync devices |
| Reconnect at sign-in | check |
| Connect using different credentials | check |
| User name | The account-owner email for an account-wide device |
| Password | the dsync_… device password from Sync devices, not your dashboard password |
If you haven't generated a device password yet, do that first: see Sync devices.
Before you start
You need a device password. Sync apps get their own one-time password, separate from your dashboard login. That way you can revoke sync access without changing your main password.
- Open Sync devices in your TrekMail dashboard.
- Click + Add new device.
- Name it (e.g.
Work PC, Explorer). - Leave View files and Edit files checked.
- Click Generate password and copy the password (starts with
dsync_).
Map the network drive
- Open File Explorer (press Win + E).
- In the left sidebar, right-click This PC and pick Map network drive….
- Pick a drive letter (any free one,
D:,T:,Z:are common). - In the Folder field, paste the complete Drive server URL shown at the top of the Sync devices page. Copy it directly rather than constructing a URL yourself.
- Check Reconnect at sign-in so the drive comes back after restarts.
- Check Connect using different credentials.
- Click Finish. Windows asks for credentials.
- Enter:
- User name: your TrekMail account email
- Password: the device password (
dsync_...)
- Check Remember my credentials, then click OK.
Your Drive opens in a new window. It now lives under This PC with the drive letter you picked.
Working with files
- Drag files into the drive window. They upload as you drop them.
- Open documents from Office apps: for an existing Drive file, save a new version locally and upload it as a new file, or update it in the Drive web interface. WebDAV does not replace an existing file with a direct save.
- Right-click → New → Folder works like any folder.
- Delete moves to Drive's trash. Restore from the dashboard within 30 days.
For a large file, test the connection with a smaller file first and keep Explorer open until the transfer completes. Drive supports files up to 10 TB, subject to available storage and the capabilities of the client.
Enable large-file uploads (one-time Windows tweak)
By default, Windows itself refuses WebDAV uploads larger than 50 MB at the OS level. This is a Microsoft default, unrelated to TrekMail. To lift it:
- Press Win + R, type
regedit, press Enter. - Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters - Double-click FileSizeLimitInBytes.
- Pick Decimal and enter
4294967295(~4 GB, the maximum Windows allows). - Click OK, then restart your PC (or restart the WebClient service from Services).
For files that Windows WebClient still cannot transfer reliably after this change, use rclone or another client that fits your workflow.
Troubleshooting
- "The network folder specified is currently mapped": Windows already has a connection. Open Command Prompt and run
net use * /delete /y, then re-map. - "The folder name is not valid": copy the complete URL again from Sync devices and make sure it begins with
https://. - "The mapped drive could not be created": Windows WebClient service is stopped. Open Services, find WebClient, set it to Automatic and start it.
- Slow on large files: Windows WebDAV transfers chunk-by-chunk in serial. Use rclone for big uploads.
- Login keeps prompting: Windows sometimes drops cached credentials. Remap and re-check Remember my credentials.
For broader sync issues, see Drive Sync troubleshooting.
Related articles
Jump to nearby guides that continue the workflow.