• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

How To Suppress "..publisher could not be verified..."?

P

(PeteCresswell)

Flightless Bird
Wrote a little .CMD file to put the PC to sleep:

psshutdown.exe -d -t 00

Works as advertised, but every time I execute (or even edit...)
it, somebody pops a dialog:

"Open File - Security Warning The publisher could not be
verified. Are you sure yo want to run this software?"

Is there a list or something somewhere that I can add this .CMD
file to so XP knows not to bug me?

I looked into "Certificates" a long time ago in the context of
something else and that approach looked pretty much hopeless for
somebody at my low expertise level.
--
PeteCresswell
 
S

Shenan Stanley

Flightless Bird
(PeteCresswell) wrote:
> Wrote a little .CMD file to put the PC to sleep:
>
> psshutdown.exe -d -t 00
>
> Works as advertised, but every time I execute (or even edit...)
> it, somebody pops a dialog:
>
> "Open File - Security Warning The publisher could not be
> verified. Are you sure yo want to run this software?"
>
> Is there a list or something somewhere that I can add this .CMD
> file to so XP knows not to bug me?
>
> I looked into "Certificates" a long time ago in the context of
> something else and that approach looked pretty much hopeless for
> somebody at my low expertise level.



Instead:

rundll32 powrprof.dll,SetSuspendState

Otherwise...

http://www.annoyances.org/exec/forum/winvista/1151260847

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html
 
T

The Real Truth MVP

Flightless Bird
Cut and paste everything between the lines below, paste it into note pad.
Save the file as nagfix.reg and save it to the desktop. Make sure you change
the drop down box next to save as type: to all files. Once saved double
click on the file to merge it into the registry. Reboot.


Begin cut below this line
*************************************************************************************************************************
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]
"CheckExeSignatures"="no"
"RunInvalidSignatures"=dword:00000001



**************************************************************************************************************************
End cut above this line

--
The Real Truth http://pcbutts1-therealtruth.blogspot.com/
*WARNING* Do NOT follow any advice given by the people listed below.
They do NOT have the expertise or knowledge to fix your issue. Do not waste
your time.
David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.




"(PeteCresswell)" <x@y.Invalid> wrote in message
news:nnaqk51oekebkej35v19fkg65vedcqr8sv@4ax.com...
> Wrote a little .CMD file to put the PC to sleep:
>
> psshutdown.exe -d -t 00
>
> Works as advertised, but every time I execute (or even edit...)
> it, somebody pops a dialog:
>
> "Open File - Security Warning The publisher could not be
> verified. Are you sure yo want to run this software?"
>
> Is there a list or something somewhere that I can add this .CMD
> file to so XP knows not to bug me?
>
> I looked into "Certificates" a long time ago in the context of
> something else and that approach looked pretty much hopeless for
> somebody at my low expertise level.
> --
> PeteCresswell
 
T

Twayne

Flightless Bird
Hey PCBUTTS, go away! YOu're not an MVP but are an imposter and liar!


In news:4b4d408b$0$23141$88263eea@blocknews.net,
The Real Truth MVP <trt@void.com> typed:
> Cut and paste everything between the lines below, paste it into note
> pad. Save the file as nagfix.reg and save it to the desktop. Make
> sure you change the drop down box next to save as type: to all files.
> Once saved double click on the file to merge it into the registry.
> Reboot.
>
> Begin cut below this line
> *************************************************************************************************************************
> Windows Registry Editor Version 5.00
>
> [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]
> "CheckExeSignatures"="no"
> "RunInvalidSignatures"=dword:00000001
>
>
>
> **************************************************************************************************************************
> End cut above this
> line
>
> "(PeteCresswell)" <x@y.Invalid> wrote in message
> news:nnaqk51oekebkej35v19fkg65vedcqr8sv@4ax.com...
>> Wrote a little .CMD file to put the PC to sleep:
>>
>> psshutdown.exe -d -t 00
>>
>> Works as advertised, but every time I execute (or even edit...)
>> it, somebody pops a dialog:
>>
>> "Open File - Security Warning The publisher could not be
>> verified. Are you sure yo want to run this software?"
>>
>> Is there a list or something somewhere that I can add this .CMD
>> file to so XP knows not to bug me?
>>
>> I looked into "Certificates" a long time ago in the context of
>> something else and that approach looked pretty much hopeless for
>> somebody at my low expertise level.
>> --
>> PeteCresswell
 
Top