Want to change drive letter of volumes. once the script is run it should show the partitions in pop up box and ask for new drive letters.
Used below code but it is just changing the d to q
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" &...
i made changes like this
Option Explicit 'Enforce strict naming
Dim WSH, FSO
Dim objComputer, objWMIService, objOperatingSystem, objNetAdapter
Dim strTitle, strVersion, strThisPC, strComputername, strCompNameRegPath, strWorkgroup
Dim strCCS, strTcpipParamsRegPath, strIPAddress, strSubnetMask...
Hello friends
want to change a ip part by VB script and I found a script which will get the user input and apply in the IP configuration but that script doesn't altering the DNS part.
The script is
Option Explicit 'Enforce strict naming
Dim WSH, FSO
Dim objComputer, objWMIService...
I found the below script but in that i want to add dns along with ip configuration which is in purpose 1. And i don't want purpose 2, 4, 5 to be executed. Along with this my needs should be executed which is like firewall turnoff, Check for secondary monitor etc. Which i described in the...
Dear All
I want to automate certain works like below tasks. I need a VB script which will ask for the data and execute. I,m having more than 430 nodes where all of them should be changed by multiple tasks which is described below so i want to automate the task. help me in the regards
Task...
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.