winutil icon indicating copy to clipboard operation
winutil copied to clipboard

Can't install

Open BolteDev opened this issue 1 year ago • 0 comments

Describe the bug The script will not run, producing errors

To Reproduce Steps to reproduce the behavior:

  1. Tried irm https://christitus.com/win | iex
  2. Tried iwr -useb https://christitus.com/win | iex
  3. Tried downloading then manually running script

Expected behavior To run the utility

Screenshots image

WARNING: We ran into a problem with the XAML code.  Check the syntax for this control...
Exception calling "Load" with "1" argument(s): "The invocation of the constructor on type 'System.Windows.Window' that matches the specified binding constraints threw an exception."
InvalidOperation:
 Line |
12293 |  … ach-Object {$sync["$("$($psitem.Name)")"] = $sync["Form"].FindName($p …
      |                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      | You cannot call a method on a null-valued expression.

Additional context Win version: 11 - 23H2 (22631.3374) PowerShell 7.4.1

BolteDev avatar Apr 09 '24 14:04 BolteDev