WallpaperSync icon indicating copy to clipboard operation
WallpaperSync copied to clipboard

Error Launching

Open jiaanliux opened this issue 7 years ago • 1 comments

Get these in command line when running the launcher :

Event Get-ItemProperty : Property RotatingLockScreenEnabled does not exist at path HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Wind ows\CurrentVersion\Authentication\LogonUI\Creative\S-1-5-21-2884863152-1743320389-2356570885-1001. At D:\Portable Software\WallpaperSync-1.0.1\LockscreenWallpaper\LockscreenWallpaper.ps1:7 char:33

  • ... aperType = (Get-ItemProperty -Path $LockscreenWallpaperRegistryPath - ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidArgument: (RotatingLockScreenEnabled:String) [Get-ItemProperty], PSArgumentExcept ion
    • FullyQualifiedErrorId : System.Management.Automation.PSArgumentException,Microsoft.PowerShell.Commands.GetItemPr opertyCommand

Test-Path : Cannot bind argument to parameter 'Path' because it is null. At D:\Portable Software\WallpaperSync-1.0.1\WallpaperSync.ps1:16 char:21

  • if (!(Test-Path $LockscreenWallpaperPath)) {
    
  •                 ~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidData: (:) [Test-Path], ParameterBindingValidationException
    • FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.TestPathCom mand

Id Name PSJobTypeName State HasMoreData Location Command


1 LockscreenWa... NotStarted False OnLockscreenWallpaper... Register-WmiEvent : Not found At D:\Portable Software\WallpaperSync-1.0.1\WallpaperSync.ps1:37 char:1

  • Register-WmiEvent -Query $EventQuery -SourceIdentifier LockScreenWall ...
  •   + CategoryInfo          : NotSpecified: (:) [Register-WmiEvent], ManagementException
      + FullyQualifiedErrorId : System.Management.ManagementException,Microsoft.PowerShell.Commands.RegisterWmiEventComm
     and
    

jiaanliux avatar Feb 12 '18 07:02 jiaanliux

What version od Windows do you have? Windows 10 Fall Creators Update is minimal.

Sauler avatar Feb 12 '18 16:02 Sauler