How do i flush the runas dropdown name cache

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to flush the list of cached names in the drop down list for the
runas command.
1. where are the names stored so i can empty the list
2. How can i change the number of names cached in the list.

thanks
c
 
Hello,

If you are talking about the Run command on the start menu, the MRU is stored in the registry at:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU

You can manually delete the individual entries from there. The usual disclaimer for manual registry
edits apply.

--
Anando
Microsoft MVP- Windows Shell/User
http://www.microsoft.com/mvp


My Blog
http://www.anando.org/blog
 
A person needs to be honest here, otherwise who will take them seriously?
Nobody knows everything.
 
As far as I know, you can't remove the names in the drop-down list. The
RunAs GUI option in Windows reads the local workstation Administrator group
user object members. The only way to remove the names is to remove user(s)
from the local Administrator group.

Best,
UCG
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top