delete current screencap folder use Cmd-Adminsitrator cd to Current root location for where screencaps was. using below script will add "screencaps" link icon to new location EX; mklink /D "G:\Games\Roberts Space Industries\StarCitizen\LIVE\Screencaps" "\\192.168.1.44\root\www\http\html\Jammersweb310\images\JWeb_images\2022\StarCitizen\7" this effectively creates a shortcut called screencaps ..using mklink command creates a symbolic link. not like a shortcut, must be done as cmd\admin