I have post a script which make this but i cant need the resolution.exe file...i must have a single complete script which make all...no cmd and exe file
hello,
i need a script what change the resolution to 1280*800 when its a Dell Notebook..
i know where i can say: "if its a dell notebook"..
but now i need a script which change the resolution to 1280*800
this is my script which says: if its a dell notebook..
Set objNetwork =...
sorry i have found the problem:
the problem is, that i dont have at all clients this registry :
"SYSTEM\CurrentControlSet\Hardware Profiles\Current\System\CurrentControlSet\Control\VIDEO
when i´am in a domain then the script doesn´t work. after a reboot the resolution don´t change.
but when i´am logged in as a administrator then the script works and the resolution is changed after a reboot
i have a script which say me the highest possible resolution that my display can make but how i can modify the script and can say: make automatically the highest possible resoultion?
thx
Option Explicit
'On Error Resume Next
Dim objWMIService : Set objWMIService =...
this is my code which i have so far
it proofs: if it is a latitude notebook then make a resolution of 1280x800
it works, but i need a script which makes at all pcs the max. resolution automatically
Set objNetwork = WScript.CreateObject("WScript.Network")
strComputer = objNetwork.ComputerName...
yes, so i can see what resolutions are possible with my video controller but what i need is a a scipt which makes automatically the client into the highest possible resolution.
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.