Compare commits

...

2 commits

Author SHA1 Message Date
huulme
0400f5f45d
docs: Higher quality video thumbnail (#1671)
Some checks failed
Update / dockerHubDescription (push) Has been cancelled
2026-03-09 11:50:01 -04:00
Azim Muradov
588969ae5f
fix: Path to "Desktop" folder on Windows XP (#1625)
Some checks failed
Update / dockerHubDescription (push) Has been cancelled
Fix path to "Desktop" folder to work correctly with different locales on Windows XP.
2026-01-13 13:43:48 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ Windows inside a Docker container.
## Video 📺
[![Youtube](https://img.youtube.com/vi/xhGYobuG508/0.jpg)](https://www.youtube.com/watch?v=xhGYobuG508)
[![Youtube](https://img.youtube.com/vi/xhGYobuG508/maxresdefault.jpg)](https://www.youtube.com/watch?v=xhGYobuG508)
## Usage 🐳

View file

@ -1766,7 +1766,7 @@ prepareInstall() {
echo ""
echo "Call Domain.MoveHere(LocalAdminADsPath, \"$username\")"
echo ""
echo "Set oLink = WshShell.CreateShortcut(WshShell.ExpandEnvironmentStrings(\"%userprofile%\\Desktop\\Shared.lnk\"))"
echo "Set oLink = WshShell.CreateShortcut(WshShell.SpecialFolders(\"Desktop\") & \"\\Shared.lnk\")"
echo "With oLink"
echo " .TargetPath = \"\\\\host.lan\\Data\""
echo " .Save"