Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Driver Scanner 2009 - Free Scan Now

Run script

microsoft.public.windows.vista.general




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #1 (permalink)  
Old 05-17-2007
Mark Goldin
 

Posts: n/a
Run script
I have a sample script I'd like to run on my Vista Home Premium box.
How do I do it?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-17-2007
Jimmy Brush
 

Posts: n/a
Re: Run script
If it's a script that needs admin power, you'll need to run it from an
elevated command prompt (right-click command prompt, click run as
administratork, then execute the script, eg cscript scriptname)

--
-JB
Microsoft MVP - Windows Shell
Windows Vista Support FAQ - http://www.jimmah.com/vista/

On Wed, 16 May 2007 19:27:08 -0500, "Mark Goldin"
<markgoldin_2000@yahoo.com> wrote:

>I have a sample script I'd like to run on my Vista Home Premium box.
>How do I do it?
>
>Thanks

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-17-2007
Mark Goldin
 

Posts: n/a
Re: Run script
But all I have is a sample script, not a file. What kind of file should I
create?

"Jimmy Brush" <jb@mvps.org> wrote in message
news:129n435rh3rolal4nhq5adeogkud52p564@4ax.com...
> If it's a script that needs admin power, you'll need to run it from an
> elevated command prompt (right-click command prompt, click run as
> administratork, then execute the script, eg cscript scriptname)
>
> --
> -JB
> Microsoft MVP - Windows Shell
> Windows Vista Support FAQ - http://www.jimmah.com/vista/
>
> On Wed, 16 May 2007 19:27:08 -0500, "Mark Goldin"
> <markgoldin_2000@yahoo.com> wrote:
>
>>I have a sample script I'd like to run on my Vista Home Premium box.
>>How do I do it?
>>
>>Thanks


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-17-2007
Jimmy Brush
 

Posts: n/a
Re: Run script
What kind of script is it?

VBScript? Takes a .vbs extension.

BATCH script? .bat or .cmd

-JB
Microsoft MVP - Windows Shell
Windows Vista Support FAQ - http://www.jimmah.com/vista/

On Wed, 16 May 2007 19:45:45 -0500, "Mark Goldin"
<markgoldin_2000@yahoo.com> wrote:

>But all I have is a sample script, not a file. What kind of file should I
>create?
>
>"Jimmy Brush" <jb@mvps.org> wrote in message
>news:129n435rh3rolal4nhq5adeogkud52p564@4ax.com.. .
>> If it's a script that needs admin power, you'll need to run it from an
>> elevated command prompt (right-click command prompt, click run as
>> administratork, then execute the script, eg cscript scriptname)
>>
>> --
>> -JB
>> Microsoft MVP - Windows Shell
>> Windows Vista Support FAQ - http://www.jimmah.com/vista/
>>
>> On Wed, 16 May 2007 19:27:08 -0500, "Mark Goldin"
>> <markgoldin_2000@yahoo.com> wrote:
>>
>>>I have a sample script I'd like to run on my Vista Home Premium box.
>>>How do I do it?
>>>
>>>Thanks

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 05-17-2007
Mark Goldin
 

Posts: n/a
Re: Run script
This:
start /w pkgmgr
/iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ODBCLogging;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-ClientCertificateMappingAuthentication;IIS-IISCertificateMappingAuthentication;IIS-URLAuthorization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;IIS-FTPPublishingService;IIS-FTPServer;IIS-FTPManagement;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
How do I run this? I want to have all IIS options installed.

"Jimmy Brush" <jb@mvps.org> wrote in message
news:tn9n431uvndh44s4iov17f74m6qrihs2k3@4ax.com...
> What kind of script is it?
>
> VBScript? Takes a .vbs extension.
>
> BATCH script? .bat or .cmd
>
> -JB
> Microsoft MVP - Windows Shell
> Windows Vista Support FAQ - http://www.jimmah.com/vista/
>
> On Wed, 16 May 2007 19:45:45 -0500, "Mark Goldin"
> <markgoldin_2000@yahoo.com> wrote:
>
>>But all I have is a sample script, not a file. What kind of file should I
>>create?
>>
>>"Jimmy Brush" <jb@mvps.org> wrote in message
>>news:129n435rh3rolal4nhq5adeogkud52p564@4ax.com. ..
>>> If it's a script that needs admin power, you'll need to run it from an
>>> elevated command prompt (right-click command prompt, click run as
>>> administratork, then execute the script, eg cscript scriptname)
>>>
>>> --
>>> -JB
>>> Microsoft MVP - Windows Shell
>>> Windows Vista Support FAQ - http://www.jimmah.com/vista/
>>>
>>> On Wed, 16 May 2007 19:27:08 -0500, "Mark Goldin"
>>> <markgoldin_2000@yahoo.com> wrote:
>>>
>>>>I have a sample script I'd like to run on my Vista Home Premium box.
>>>>How do I do it?
>>>>
>>>>Thanks


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 05-17-2007
Jimmy Brush
 

Posts: n/a
Re: Run script
This is just a command line for a program. You can run it from a
command prompt window.

--
-JB
Microsoft MVP - Windows Shell
Windows Vista Support FAQ - http://www.jimmah.com/vista/

On Wed, 16 May 2007 20:08:30 -0500, "Mark Goldin"
<markgoldin_2000@yahoo.com> wrote:

>This:
>start /w pkgmgr
>/iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ODBCLogging;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-ClientCertificateMappingAuthentication;IIS-IISCertificateMappingAuthentication;IIS-URLAuthorization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;IIS-FTPPublishingService;IIS-FTPServer;IIS-FTPManagement;WAS-WindowsActivationS

e
>rvice;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
>How do I run this? I want to have all IIS options installed.
>
>"Jimmy Brush" <jb@mvps.org> wrote in message
>news:tn9n431uvndh44s4iov17f74m6qrihs2k3@4ax.com.. .
>> What kind of script is it?
>>
>> VBScript? Takes a .vbs extension.
>>
>> BATCH script? .bat or .cmd
>>
>> -JB
>> Microsoft MVP - Windows Shell
>> Windows Vista Support FAQ - http://www.jimmah.com/vista/
>>
>> On Wed, 16 May 2007 19:45:45 -0500, "Mark Goldin"
>> <markgoldin_2000@yahoo.com> wrote:
>>
>>>But all I have is a sample script, not a file. What kind of file should I
>>>create?
>>>
>>>"Jimmy Brush" <jb@mvps.org> wrote in message
>>>news:129n435rh3rolal4nhq5adeogkud52p564@4ax.com ...
>>>> If it's a script that needs admin power, you'll need to run it from an
>>>> elevated command prompt (right-click command prompt, click run as
>>>> administratork, then execute the script, eg cscript scriptname)
>>>>
>>>> --
>>>> -JB
>>>> Microsoft MVP - Windows Shell
>>>> Windows Vista Support FAQ - http://www.jimmah.com/vista/
>>>>
>>>> On Wed, 16 May 2007 19:27:08 -0500, "Mark Goldin"
>>>> <markgoldin_2000@yahoo.com> wrote:
>>>>
>>>>>I have a sample script I'd like to run on my Vista Home Premium box.
>>>>>How do I do it?
>>>>>
>>>>>Thanks

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 05-17-2007
Mark Goldin
 

Posts: n/a
Re: Run script
Just did it. I thought I was doing something wrong because no changes are
applied.

"Jimmy Brush" <jb@mvps.org> wrote in message
news:n1bn431lfrp411kegkb7f1dbnftc9p69qr@4ax.com...
> This is just a command line for a program. You can run it from a
> command prompt window.
>
> --
> -JB
> Microsoft MVP - Windows Shell
> Windows Vista Support FAQ - http://www.jimmah.com/vista/
>
> On Wed, 16 May 2007 20:08:30 -0500, "Mark Goldin"
> <markgoldin_2000@yahoo.com> wrote:
>
>>This:
>>start /w pkgmgr
>>/iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ODBCLogging;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-ClientCertificateMappingAuthentication;IIS-IISCertificateMappingAuthentication;IIS-URLAuthorization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;IIS-FTPPublishingService;IIS-FTPServer;IIS-FTPManagement;WAS-WindowsActivationS

> e
>>rvice;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI
>>How do I run this? I want to have all IIS options installed.
>>
>>"Jimmy Brush" <jb@mvps.org> wrote in message
>>news:tn9n431uvndh44s4iov17f74m6qrihs2k3@4ax.com. ..
>>> What kind of script is it?
>>>
>>> VBScript? Takes a .vbs extension.
>>>
>>> BATCH script? .bat or .cmd
>>>
>>> -JB
>>> Microsoft MVP - Windows Shell
>>> Windows Vista Support FAQ - http://www.jimmah.com/vista/
>>>
>>> On Wed, 16 May 2007 19:45:45 -0500, "Mark Goldin"
>>> <markgoldin_2000@yahoo.com> wrote:
>>>
>>>>But all I have is a sample script, not a file. What kind of file should
>>>>I
>>>>create?
>>>>
>>>>"Jimmy Brush" <jb@mvps.org> wrote in message
>>>>news:129n435rh3rolal4nhq5adeogkud52p564@4ax.co m...
>>>>> If it's a script that needs admin power, you'll need to run it from an
>>>>> elevated command prompt (right-click command prompt, click run as
>>>>> administratork, then execute the script, eg cscript scriptname)
>>>>>
>>>>> --
>>>>> -JB
>>>>> Microsoft MVP - Windows Shell
>>>>> Windows Vista Support FAQ - http://www.jimmah.com/vista/
>>>>>
>>>>> On Wed, 16 May 2007 19:27:08 -0500, "Mark Goldin"
>>>>> <markgoldin_2000@yahoo.com> wrote:
>>>>>
>>>>>>I have a sample script I'd like to run on my Vista Home Premium box.
>>>>>>How do I do it?
>>>>>>
>>>>>>Thanks


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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

vB 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
Regular Run As... option (not Run As Administrator) =?Utf-8?B?c2xpbWJpbQ==?= microsoft.public.windows.vista.administration accounts passwords 2 10-20-2008 15:23
Login script Ove Hvam Andersen microsoft.public.windows.vista.security 1 04-17-2007 00:44
VB Script =?Utf-8?B?ZHVkZWRsbHM=?= microsoft.public.windows.vista.general 1 03-12-2007 13:52
How can i run a application with Run As Administrator from cmd? dNi microsoft.public.windows.vista.administration accounts passwords 3 02-28-2007 19:42
RE: Logon Script =?Utf-8?B?SlJN?= microsoft.public.windows.vista.general 0 02-28-2007 17:44




All times are GMT +1. The time now is 19:17.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119