Search found 2 matches

by pkass
25 Sep 2011 04:17
Forum: DOS Batch Forum
Topic: Vista/Windows7 - run non-elevated from elevated mode
Replies: 2
Views: 3851

Vista/Windows7 - run non-elevated from elevated mode

I wonder if there is a solution to - start a cmd Shell in elevated mode - run a .cmd batch in elevated mode - call another .cmd batch in non elevated mode (as the standard user) without being asked for the password (silent or non-attended mode). Under unix it is generally not a problem to change fro...
by pkass
25 Sep 2011 04:09
Forum: DOS Batch Forum
Topic: Vista/Windows7 - check elevated mode:
Replies: 0
Views: 6371

Vista/Windows7 - check elevated mode:

Is there a way to check, if the cmd shell runs in elevated mode ? Reason: in elevated mode the permissions for accessing some resources are different from the normal user and have to be treated accordingly in a batch script. Under XP this was not a problem, because "my" standard user had s...