Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by thuis

  1. thuis

    Disable screensaver using vbs

    Well I'm in the last stage now. the script is created and is working perfectly. Now the only problem that is still here is the following: You have to have administrator rights to adjust the registry. Looking in this forum I don't find a solution for this "small" :-) problem. Do you know a...
  2. thuis

    Disable screensaver using vbs

    Thanks for the help! I've got only "one" problem left.... The screensaver isn't disabeling.'The registry settings are adjusting correctly but the screensaver still pops up. I'm looking for the right key now and when I find this I'll change the script and then it should be working fine...
  3. thuis

    Disable screensaver using vbs

    ********************************************************** HKEY_CURRENT_USER = &H80000001 strComputer = "." Set objReg = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv") strIniFileName = WshShell.ExpandEnvironmentStrings("\\nlsaso002m\nlsasoscrips\ssavermnames.ini") If...
  4. thuis

    Disable screensaver using vbs

    I'm really new in this scripting so to be honest back to you I don't know what you mean... :-) We allready had an logon script and I'm just trying to get this implemented in the logon script. Is it possible to let the Logon script look at the txt file, and when the computername is in there...
  5. thuis

    Disable screensaver using vbs

    Currently i am using this script to disable the screensaver... this is working perfectly! ************************************************************ '********************************set up varaibles for computer**************************************** HKEY_CURRENT_USER = &H80000001...
  6. thuis

    Disable screensaver using vbs

    The problem is that the script is adjusting the registry setting as it's supposed to. But nothing happens. When I look in the registry everything is set correctly. When I look in the GUI it's still the same. Sorry for not making this clear. What i am looking for is a script that will take a...
  7. thuis

    Disable screensaver using vbs

    Hi, I am looking for a way to disable the screensaver on computernames. This can't be done using GPO because this is a user setting. I specificaly want this on "computername". We are using XP. I've allready tested some scripts from this site but none of them seem to work for me. Does someone...

Part and Inventory Search

Back
Top