Powershell Errors When Running During Imaging #154
Unanswered
cosmicgumbo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the script as part of a Task Sequence in MDT for imaging. The paramters I'm using are "-Silent -RemoveApps -ClearStart -DisableTelemetry -DisableBing -DisableSuggestions -ShowKnownFileExt -DisableWidgets -HideChat"
I'm getting the below errors, with the line
reg import "$PSScriptRoot\Regfiles\$path"
throwing multiple errors, though it says the operation completed successfully so it may not be causing an issue.At line:4 char:1 $RawUI.SetBufferContents(
At \Win11Debloat\Win11Debloat.ps1:529 char:9 reg import "$PSScriptRoot\Regfiles$path"
Beta Was this translation helpful? Give feedback.
All reactions