Screen Saver on W7 is not turn on for all users


  1. Posts : 7
    64
       #1

    Screen Saver on W7 is not turn on for all users


    Hi there,
    I face some issue about our W7 installation by WDS. We try to active Screen Saver by script during the installation process. But what we se is about the fact that the screen saver is active after the installation for Administrator, but is not active for the basic users in the domain.
    Thanks for your help.


    This one part of our script code:
    **************************************************
    Rem ----------------------------------------------------------------------------------
    Rem - Screen Saver for all users -
    Rem ----------------------------------------------------------------------------------
    REG ADD "HKEY_CURRENT_USER\Control Panel\Desktop" /v ScreenSaveActive /t REG_SZ /d "" /f
    REG ADD "HKEY_CURRENT_USER\Control Panel\Desktop" /v scrnsave.exe /t REG_SZ /d C:\Windows\SysWOW64\ALTISV~2.SCR
    REG ADD "HKEY_CURRENT_USER\Control Panel\Desktop" /v ScreenSaveTimeOut /t REG_SZ /d 120
    REG ADD "HKEY_CURRENT_USER\Control Panel\Desktop" /v ScreenSaverIsSecure /t REG_SZ /d 1

    REG ADD "HKEY_USERS\.Default\Control Panel\Desktop" /v ScreenSaveActive /t REG_SZ /d "" /f
    REG ADD "HKEY_USERS\.Default\Control Panel\Desktop" /v scrnsave.exe /t REG_SZ /d C:\Windows\SysWOW64\ALTISV~2.SCR
    REG ADD "HKEY_USERS\.Default\Control Panel\Desktop" /v ScreenSaveTimeOut /t REG_SZ /d 120
    REG ADD "HKEY_USERS\.Default\Control Panel\Desktop" /v ScreenSaverIsSecure /t REG_SZ /d 1

    REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" /v ScreenSaveActive /t REG_SZ /d "" /f
    REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" /v scrnsave.exe /t REG_SZ /d C:\Windows\SysWOW64\ALTISV~2.SCR
    REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" /v ScreenSaveTimeOut /t REG_SZ /d 120
    REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList" /v ScreenSaverIsSecure /t REG_SZ /d 1

    REG load HKU\SaverScreen "C:\Users\Default\Ntuser.dat"
    REG ADD "HKU\SaverScreen\Control Panel\Desktop" /v ScreenSaveActive /t REG_SZ /d "" /f
    REG ADD "HKU\SaverScreen\Control Panel\Desktop" /v SCRNSAVE.EXE /t REG_SZ /d C:\Windows\SysWOW64\ALTISV~2.SCR /f
    REG ADD "HKU\SaverScreen\Control Panel\Desktop" /v ScreenSaveTimeOut /t REG_SZ /d 120 /f
    REG ADD "HKU\SaverScreen\Control Panel\Desktop" /v ScreenSaverIsSecure /t REG_SZ /d 1 /f
    ************************************************************
      My Computer


  2. Posts : 19
    Win7 Pro x64
       #2

    How are you creating your image for WDS???
    Long story short, set up the Screen Saver in Audit mode, and make sure CopyProfile=True on the unattend.xml file, and you'd be sweet. (I know, I've just done it)
    And If you need more help on WDS, let us know.

    Chur
      My Computer


  3. Posts : 4
    Win7 X64 Pro
       #3

    Hello Espio. Could tell me in more details how were you able to setup the default screen saver for all users?
      My Computer


  4. Posts : 19
    Win7 Pro x64
       #4

    I will tell you, in the morning if that's alright. about 8hrs.
    Are you using a deployment server? Or at you installing windows off of a DVD? Do you have a custom win setup?
      My Computer


  5. Posts : 4
    Win7 X64 Pro
       #5

    Hello Espio,

    First I intergrated the SP1 into Win7.
    After I used RT7Lite to remove/customize the source.
    After I used Windows SIM to create the Autounattend.xml!

    Now I failed to define the screen saver for ALL USER. I was able to define it user by user via registry... I have tried several methods but these weren't success for all user. That's why I interested about your method...

    Thanks in advance!
      My Computer


  6. Posts : 19
    Win7 Pro x64
       #6

    So. I never used rt7. I wanted to do it the Microsoft way. So here's the summary of how I did it.
    Start install of win7 on a vm or a notebook or something.
    At the user creation stage press ctrl+F3 and it'll log you in as administrator
    Change the screen saver for the administrator and install sp1 (please don't use your premodded disc, just at the moment)
    I spose you could change some control panel options too

    Now, you are ready to complete the sysprep and capture to wim.
    Either use windows sim to create unattend.XML OR google 'Ben o Sullivan XML generator', he's done a great Job of making it easy. Set copyprofile to true and save it in the sysprep folder. Then perform this command

    Sysprep /generalize /shutdown /oobe /unattend:unattend.XML

    Now essentially you have a hard drive that is ready to have the imagex /capture command performed on it.
    Capture that image to a wim, replace install.wim on your original win7 disc and then attempt to install it, it should install like normal(barring having all the versions of win7 incorporated into one wim) and when you setup your first user, you should have your settings ready to go.

    All and all, it's 2x windows install and probably 30-60mins of work. Theitbros.com has a good guide.

    Hope I helped
      My Computer


  7. Posts : 4
    Win7 X64 Pro
       #7

    Espio,
    thanks your effort. I have read this method you mentioned...
    But I have now an unattended install with builtin Administrator password and my only problem is: how can I conrtol which user will be the Default user? Administrator or the further created user?
    So my goal is: the system copy the profile into the Default user profile from my (second user, named: XUSER for eg.) and not the Administrator profile. Is it clear?

    So if I setup into the autounattend.xml file the CopyProfile on (I haven't setup is yet) and after the first Admin logon I will create the user (named XUSER) whether the system will copy the XUSER profile into the Default Profile or not? This is not clear for me...

    As I have read thru in Internet for this problem I saw a lot of people suffer about this copy profile method from Microsoft...
    This is a good guide about it and write down the problems you can face when you trying this...:
    Customizing the Default User Profile in Windows 7 (Part 1)
      My Computer


  8. Posts : 19
    Win7 Pro x64
       #8

    When you set copy profile = true in the sysprep command part, it will copy the administrator user to new users/to the default user profile.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 06:49.
Find Us