M
MatthewBrown
Hello,
I believe the line is:
psexec -u user -p pass reg add
"HKCU\Software\Meditech\Wrkstn\MEDITECH\" /v I /t REG_SZ /d
meditecha.domain.com /f
But that fails. Then I tried to run
reg add HKCU\Software\Meditech\Wrkstn\MEDITECH /v I /t REG_SZ /d
meditecha.domain.com /f
and got "too many command line parameters." Note that I expected to
get Access Denied, as the user doesn't have local administrative
rights.
Anyone have any ideas?
Thanks,
Matt
I believe the line is:
psexec -u user -p pass reg add
"HKCU\Software\Meditech\Wrkstn\MEDITECH\" /v I /t REG_SZ /d
meditecha.domain.com /f
But that fails. Then I tried to run
reg add HKCU\Software\Meditech\Wrkstn\MEDITECH /v I /t REG_SZ /d
meditecha.domain.com /f
and got "too many command line parameters." Note that I expected to
get Access Denied, as the user doesn't have local administrative
rights.
Anyone have any ideas?
Thanks,
Matt