I am trying to run Shared Folders
under a different domain user according to one of user's answer for my other question How do you know who or what is locking a remote file?
runas /user:domain\user fsmgmt.msc
Even though running fsmgmt.msc
by itself works fine,
I am not able to run it when combining with runas
.
(domain\user <-- I am using a valid user name)
C:\>runas /user:domain\user fsmgmt.msc
Enter the password for domain\user:
Attempting to start fsmgmt as user "domain\user" ...
RUNAS ERROR: Unable to run - fsmgmt.msc
2: The system cannot find the file specified.
Is that intentional or am I supposed to put location of fsmgmt.msc
in PATH
environment variable?
Questions:
- How was I able to run fsmgmt.msc
without updating PATH
?
- Is it possible to runas
a different user for fsmgmt.msc
?