Skip to content

Commit

Permalink
Update SettingLockScreen&WallpaperImage.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashisharya65 authored Apr 20, 2022
1 parent 81ebd66 commit 5bb5a70
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Intune_Scripts/SettingLockScreen&WallpaperImage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ Date : 20-April-2022
#>

#region variables
$RegKeyPath = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP"
$DesktopPath = "DesktopImagePath"
$DesktopStatus = "DesktopImageStatus"
$DesktopUrl = "DesktopImageUrl"
$LockScreenPath = "LockScreenImagePath"
$LockScreenStatus = "LockScreenImageStatus"
$LockScreenUrl = "LockScreenImageUrl"
$LockScreenImageURL = "Web location for lockscreen image"
$WallpaperImageURL = "Web location for Wallpaper image"
$RegKeyPath = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\PersonalizationCSP"
$DesktopPath = "DesktopImagePath"
$DesktopStatus = "DesktopImageStatus"
$DesktopUrl = "DesktopImageUrl"
$LockScreenPath = "LockScreenImagePath"
$LockScreenStatus = "LockScreenImageStatus"
$LockScreenUrl = "LockScreenImageUrl"
$LockScreenImageURL = "Web location for LockScreen Image"
$WallpaperImageURL = "Web location for Wallpaper Image"
$LocalScreenImageloc = "C:\Windows\Personalization\LockScreenImage\Lockscreen.jpg"
$WallpaperImageloc = "C:\Windows\Personalization\DesktopImage\Wallpaper.jpg"
$StatusValue = "1"
$WallpaperDirectory = "C:\Windows\Personalization\DesktopImage"
$WallpaperImageloc = "C:\Windows\Personalization\DesktopImage\Wallpaper.jpg"
$StatusValue = "1"
$WallpaperDirectory = "C:\Windows\Personalization\DesktopImage"
$LockScreenDirectory = "C:\Windows\Personalization\LockScreenImage"

#region check for lock screen image and wallpaper image directories and creating them if they are not there.
Expand Down

0 comments on commit 5bb5a70

Please sign in to comment.