

I need to configure a VPN on each Cradlepoint to connect back to the network at the office. I am getting ready to deploy 20 Cradlepoint IBR-900 routers in police patrol vehicles.
#Web wallpaper windows img0.jpg how to
This is meant to run automatically when you first log into the administrator account after deploying a PC, but I keep getting access denied on the XCOPY, is there a way around this, I know in windows 10 CMD needs to run elevated but I don't know how to get this done when deploying MDT? XCOPY " %_thisdir% UserAccountPictures\*.*" " %SystemDrive% \ProgramData\Microsoft\User Account Pictures\" /D /E /C /R /I /K /Y XCOPY " %_thisdir% LayoutModification.xml" " %SystemDrive% \Users\Default\AppData\Local\Microsoft\Windows\Shell\" /D /E /C /R /I /K /Y

REG ADD "HKCU\Control Panel\Desktop" /v wallpaper /t REG_SZ /d " %systemroot% \Web\Wallpaper\Windows\img0.jpg" /f XCOPY " %_thisdir% Windows\*.*" " %SystemRoot% \Web\Wallpaper\Windows" /D /E /C /R /I /K /Y RENAME %SystemRoot%\Web\Wallpaper\Windows\img0.jpg imgX.jpg ICACLS %SystemRoot%\Web\Wallpaper\Windows\img0.jpg /reset TAKEOWN /F %SystemRoot%\Web\Wallpaper\Windows\img0.jpg XCOPY " %_thisdir% Desktop\*.*" " %SystemDrive% \Users\Default\Desktop\" /D /E /C /R /I /K /Y XCOPY " %_thisdir% Pictures\*.*" " %SystemDrive% \Users\Public\Pictures\" /D /E /C /R /I /K /Y Batchfile SET _thisdir = %~dp0 ECHO Adding Wallpapers directory:
