Giter Club home page Giter Club logo

dotfiles-windows's People

Contributors

jayharris avatar leonelgalan avatar ppejovic avatar

Watchers

 avatar  avatar

dotfiles-windows's Issues

Fail to update help 1909

> .\deps.ps1
Updating Help...
Update-Help : Failed to update Help for the module(s) 'PSReadline, WindowsUpdateProvider' with UI culture(s) {en-US} :
Unable to retrieve the HelpInfo XML file for UI culture en-US. Make sure the HelpInfoUri property in the module
manifest is valid or check your network connection and then try the command again.
At C:\Users\leonelgalan\Documents\WindowsPowerShell\deps.ps1:14 char:1
+ Update-Help -Force
+ ~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ResourceUnavailable: (:) [Update-Help], Exception
    + FullyQualifiedErrorId : UnableToRetrieveHelpInfoXml,Microsoft.PowerShell.Commands.UpdateHelpCommand

Registry Mismatch in 1909

> .\windows.ps1
Configuring Privacy ...
Set-ItemProperty : Cannot find path
'HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\userNotificationListener'
because it does not exist.
At C:\Users\leonelgalan\Documents\WindowsPowerShell\windows.ps1:87 char:1
+ Set-ItemProperty "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Cap ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...icationListener:String) [Set-ItemProperty], ItemNotFo
   undException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetItemPropertyCommand

Set-ItemProperty : Cannot find path
'HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\appDiagnostics' because it does
not exist.
At C:\Users\leonelgalan\Documents\WindowsPowerShell\windows.ps1:132 char:1
+ Set-ItemProperty "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Cap ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...\appDiagnostics:String) [Set-ItemProperty], ItemNotFo
   undException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetItemPropertyCommand

Set-ItemProperty : Cannot find path
'HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\documentsLibrary' because it
does not exist.
At C:\Users\leonelgalan\Documents\WindowsPowerShell\windows.ps1:136 char:1
+ Set-ItemProperty "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Cap ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...ocumentsLibrary:String) [Set-ItemProperty], ItemNotFo
   undException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetItemPropertyCommand

Set-ItemProperty : Cannot find path
'HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\broadFileSystemAccess' because
it does not exist.
At C:\Users\leonelgalan\Documents\WindowsPowerShell\windows.ps1:147 char:1
+ Set-ItemProperty "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Cap ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...ileSystemAccess:String) [Set-ItemProperty], ItemNotFo
   undException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetItemPropertyCommand

Set-ItemProperty : Cannot find path
'HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\radios' because it does not
exist.
At C:\Users\leonelgalan\Documents\WindowsPowerShell\windows.ps1:169 char:1
+ Set-ItemProperty "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Cap ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...entStore\radios:String) [Set-ItemProperty], ItemNotFo
   undException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetItemPropertyCommand

Set-ItemProperty : Cannot find path
'HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\userDataTasks' because it does
not exist.
At C:\Users\leonelgalan\Documents\WindowsPowerShell\windows.ps1:173 char:1
+ Set-ItemProperty "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Cap ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...e\userDataTasks:String) [Set-ItemProperty], ItemNotFo
   undException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetItemPropertyCommand

Set-ItemProperty : Cannot find path
'HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\bluetoothSync' because it does
not exist.
At C:\Users\leonelgalan\Documents\WindowsPowerShell\windows.ps1:180 char:1
+ Set-ItemProperty "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Cap ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (HKCU:\SOFTWARE\...e\bluetoothSync:String) [Set-ItemProperty], ItemNotFo
   undException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetItemPropertyCommand

Error installing webpi 1909

webpi v5.0 - Possibly broken
webpi package files install completed. Performing other installation steps.
Attempt to get headers for http://go.microsoft.com/fwlink/?LinkId=255386 failed.
  The remote file either doesn't exist, is unauthorized, or is forbidden for url 'http://go.microsoft.com/fwlink/?LinkId=255386'. Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found."
Downloading webpi
  from 'http://go.microsoft.com/fwlink/?LinkId=255386'
ERROR: The remote file either doesn't exist, is unauthorized, or is forbidden for url 'http://go.microsoft.com/fwlink/?LinkId=255386'. Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found."
The install of webpi was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\webpi\tools\chocolateyInstall.ps1'.
 See log for details.

Chocolatey installed 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - webpi (exited 404) - Error while running 'C:\ProgramData\chocolatey\lib\webpi\tools\chocolateyInstall.ps1'.
 See log for details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.