Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Vista security

Reply
Thread Tools Display Modes

Vista security

 
 
Geoff
Guest
Posts: n/a

 
      03-10-2009
I am attempting to run a bat file (received as a zipped file - needed to
install some games) but Vista refuses to allow me to open the file. I have
tried right clicking the file to "run as administrator" but this does not
show up in the context menu. I am the administrator. How do I install this
patch please?



 
Reply With Quote
 
 
 
 
VLaaD
Guest
Posts: n/a

 
      03-10-2009

You can run any file elevated (as an administrator or even *N
AUTHORITY\SYSTEM*) using these, kinda unoficially released power toy
for Vista (tested on 2008 Server as well) downloadable from here
'Security: New Elevation PowerToys for Windows Vista
(http://technet.microsoft.com/en-us/m...elevation.aspx)

There is also "-Run as different user-" functionality provided b
SysInternals team and their handy toy (mentioned in the previous URI a
well): http://technet.microsoft.com/sysinternals/cc300361

I missed *so* much the "-Command prompt here-" functionality which cam
with PowerToys for Windows (I know this is off-topic, keep reading, thi
is for reference); Instead of downloading around 600KiB lon
*CmdPromptHere.exe*, I used the following registry settings for al
operating systems until Vista (works on x64 architectures, as well):

Code
-------------------
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Directory\shell\Cmd]
@="&Command prompt"

[HKEY_CLASSES_ROOT\Directory\shell\Cmd\command]
@=hex(2):22,00,25,00,57,00,49,00,4e,00,44,00,49,00 ,52,00,25,00,5c,00,53,00,79,\
00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,63,00 ,6d,00,64,00,2e,00,65,00,\
78,00,65,00,22,00,20,00,22,00,2f,00,75,00,20,00,2f ,00,6b,00,20,00,63,00,64,\
00,20,00,2f,00,64,00,20,00,25,00,31,00,22,00,00,00

[HKEY_CLASSES_ROOT\Drive\shell\Cmd]
@="&Command prompt"

[HKEY_CLASSES_ROOT\Drive\shell\Cmd\command]
@=hex(2):22,00,25,00,57,00,49,00,4e,00,44,00,49,00 ,52,00,25,00,5c,00,53,00,79,\
00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,63,00 ,6d,00,64,00,2e,00,65,00,\
78,00,65,00,22,00,20,00,22,00,2f,00,75,00,20,00,2f ,00,6b,00,20,00,63,00,64,\
00,20,00,2f,00,64,00,20,00,25,00,31,00,22,00,00,00


-------------------

--
VLaaD
 
Reply With Quote
 
Geoff
Guest
Posts: n/a

 
      03-10-2009
Thanks - will try your suggestions


"Geoff" <> wrote in message
news:%23Am%...
>I am attempting to run a bat file (received as a zipped file - needed to
>install some games) but Vista refuses to allow me to open the file. I have
>tried right clicking the file to "run as administrator" but this does not
>show up in the context menu. I am the administrator. How do I install this
>patch please?
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Security discussion regarding hubs, firewalls, anti-virus and Vista Security Kayman Windows Vista Security 4 08-22-2008 12:55 AM
Re: Security discussion regarding hubs, firewalls, anti-virus andVista Security gerald3092 Windows Vista Security 1 08-21-2008 10:28 PM
Re: Vista Security Center and Norton Internet Security 2008 PA Bear [MS MVP] Windows Vista Security 1 04-01-2008 10:47 AM
Norton Internet Security 2008 and Vista's Security Center howardavatar Windows Vista Security 11 01-24-2008 03:03 AM
Re: Vista Security Vulnerabilities showing in Security scan PA Bear Windows Vista Security 3 12-21-2006 05:03 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59