Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Launching #5

Open
jiaanliux opened this issue Feb 12, 2018 · 1 comment
Open

Error Launching #5

jiaanliux opened this issue Feb 12, 2018 · 1 comment

Comments

@jiaanliux
Copy link

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
    
@Sauler
Copy link
Owner

Sauler commented Feb 12, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants