Hi all,
I love the idea of the PADT, but I run into an issue:
I want to use the Execute-Process function to call a command like
regedit.exe /s "C:\Users\FirstName Last Name\AppData\local\Temp\HKCU.reg"
with a space in the second path parameter. I already tried different syntax of the command but was not able to get it working. Unfortunately you documentation for release 3.5 contains only a simple example
-Parameters '/s'
for this function.
Is there a way to get this working (it should because you have the -Parameters option for this function) and if yes, how looks the syntax for the example above?
If not I guess I want to report this bug which will hopefully fixed quickly by you ;)
Thank you!
I love the idea of the PADT, but I run into an issue:
I want to use the Execute-Process function to call a command like
regedit.exe /s "C:\Users\FirstName Last Name\AppData\local\Temp\HKCU.reg"
with a space in the second path parameter. I already tried different syntax of the command but was not able to get it working. Unfortunately you documentation for release 3.5 contains only a simple example
-Parameters '/s'
for this function.
Is there a way to get this working (it should because you have the -Parameters option for this function) and if yes, how looks the syntax for the example above?
If not I guess I want to report this bug which will hopefully fixed quickly by you ;)
Thank you!