When ever I type in a site's address that is different than the current tab's address (e.g. I am on www.microsoft.com and type in www.yahoo.com) the new address opens in a new tab, instead changing the current tab's address. What setting would change stop this from occuring?
I am missing the automatic update icon in the system tray telling you that updates are available for installation. When I go to Start > Shutdown there is an option to shutdown & install updates. Updates are set to download automatically, but let me choose whe to install.
Is there a way to edit DCOM settings, like Default authenication level, default impersonation level, default access permissions, and default launch/activation permissions, i.e. stuff on the default properties and COM security tabs of DCOMCNFG, via vbscript?
Every example for adding to the IE context menu(like this one) use Jscript. When I try to use VBScript & msgbox instead of the Jscript alert, I get a "permission denied:msgbox" script error.
Works...
<SCRIPT> x=alert external.menuArguments.document.URL);</SCRIPT>
Doesn't work
<SCRIPT...
On the W2K Scripting Guide at
http://www.microsoft.com/resources/documentation/windows/2000/server/scriptguide/en-us/sas_wmi_dieu.mspx
in listing 6.1 there is a script example for displaying the amount of memory installed in a machine. The results given are in KB. When divided by 1024 to get...
Is there a way to write a WMI query such that it finds only the network adapters w/IP addresses that are not blank & TCP/IP is enabled? Since the IPAdrress is an Array of addresses, the following doesn't work:
select * from win32_Networkadapterconfiguration where IPEnabled=true and...
Is it possible to find out whether a machine is in a workgroup or domain & then name of the workgroup or domain by VBS?
The script doesn't need to look at remote machines, just the local machine the script is running on.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.