Tag: VBS
Scheduling VB Scripts via Scheduled Tasks
Written by : Marcos Velez Ever find yourself having problems when trying to schedule a VBScript (that requires some command-line parameters) using Windows Scheduled Tasks? ... Read More
Setting Full Hardware Acceleration with VBS in a POST P2V script.
Here is another useful bit of code script that I came across surfing the big bad internet. Dim RegValueData Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\.rootdefault:StdRegProv") objReg.GetStringValue &H80000002,"HARDWAREDEVICEMAPVIDEO","DeviceVideo0",RegValueData objReg.SetDWORDValue &H80000002,Right(RegValueData, ... Read More