Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I have a mapped network drive, on which I store some programs, one of which I've put in my startup folder.

Unfortunately, this program "does not have a valid digital signature", which means that every time I reboot, I get a security dialog, asking me whether to run it.

I would prefer not to have to copy this program to the local disk.

How can I disable this prompt?

share|improve this question

2 Answers

up vote 18 down vote accepted

Ok, I found the solution.

  • Go to Control Panel -> Internet Options -> Security -> Local Intranet -> Sites -> Advanced
  • Add the mapped drive or UNC path (eg. Z:\ or \\machine)
share|improve this answer
Do I remember a box to tick for a permenant connection? – Guy Thomas Nov 13 '09 at 8:20
When mapping the drive, yes. – Blorgbeard Nov 15 '09 at 19:52
Thank you, this is the solution that allows me to finally use my shared VirtualBox folders to keep all of my portable windows utilities. It works on XP too. – Matt Jan 5 at 12:16

If your Internet Settings are tied down (as mine are), but you have access to the exe, you can try the following in a command prompt:

move oldName.exe > newName
type newName > oldName.exe

That will remove the stuff that causes Windows to care, which, I think, is stored in an alternate data stream.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.