mirror of
https://github.com/dockur/windows.git
synced 2026-03-11 09:04:29 +00:00
fix: Path to "Desktop" folder on Windows XP (#1625)
Some checks failed
Update / dockerHubDescription (push) Has been cancelled
Some checks failed
Update / dockerHubDescription (push) Has been cancelled
Fix path to "Desktop" folder to work correctly with different locales on Windows XP.
This commit is contained in:
parent
c7aac1edcf
commit
588969ae5f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue