Jump to content

Search the Community

Showing results for tags 'wmi'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • The General Stuff
    • Announcements
    • Introduce Yourself!
    • General Discussion
  • Microsoft Software Products
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Server
    • Older Windows NT-Family OSes
    • Windows 9x/ME
    • Other Microsoft Products
  • Unattended Windows Discussion & Support
    • Unattended Windows
    • Other Unattended Projects
  • Member Contributed Projects
    • Nuhi Utilities
    • Member Projects
    • Other Member Contributed Projects
    • Windows Updates Downloader
  • Software, Hardware, Media and Games
    • Forum Categories
    • Mobile Devices
  • Customizing Windows and Graphics
    • Customizing Windows
    • Customizing Graphics
  • Coding, Scripting and Servers
    • Web Development (HTML, Java, PHP, ASP, XML, etc.)
    • Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
    • Server - Side Help (IIS, Apache, etc.)

Calendars

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype

Found 2 results

  1. I am using the following code in my visual basic script to enable system protection in windows 10 and it works perfectly fine. I am looking for a visual basic code that checks if protection on particular drive is enabled or not? and Sets Max usage to 15%. If Not WScript.Arguments.Named.Exists("elevate") Then CreateObject("Shell.Application").ShellExecute WScript.FullName _ , WScript.ScriptFullName & " /elevate", "", "runas", 1 WScript.Quit End If Dim oSR Set oSR = GetObject("winmgmts:{impersonationLevel=impersonate}!root/default:SystemRestore") oSR.Enable("C:" & "\") If someone can highlight the version of windows this code is compatible for, that would be great.
  2. We are having an issue executing a java script which identifies MAC address of the system. Following is the excerpt of the script: 10 function clientMac() { 20 var locator = new ActiveXObject("WbemScripting.SWbemLocator"); 30 var service = locator.ConnectServer("."); 40 var properties = service.ExecQuery("SELECT * FROM Win32_NetworkAdapterConfiguration"); 50 var e = new Enumerator (properties); 60 70 .... 80 .... 90 .... } at Line No. 20, we get error as "Automation Server can't create object". We have made necessary settings related to Internet Explorer. and installed WMI script Library as well on server. At Present We are using Windows 2008 R2 Server. Also the Script works perfectly on Windows 7 and XP client Machines. The issue is only on the Windows 2008 R2 Server. We have also updated the OS updates till date. Please provide your expertise to resolve the same. Appreciate your assistance.
×
×
  • Create New...