Jump to content

jeffsu28

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by jeffsu28

  1. Is there any way via vbscript or batch file or even editing the registry to have the screensaver run and also lock the computer when I initiate it. I tried creating a shortcut to the screensaver but that just runs the screensaver and the computer is not locked. I created a shortcut that uses the rundll32 user32,LockWorkStation but that only locks the computer. I am for 1 thing that can do both. Any ideas? Thanks...

  2. Here it is...

    ;SetupMgrTag
    [Data]
       AutomaticUpdates=1
       MsDosInitiated=0
       UnattendedInstall=Yes

    [Unattended]
       UnattendMode=DefaultHide
       OemSkipEula=Yes
       OemPreinstall=Yes
       TargetPath=\WINDOWS
       WaitForReboot=No
       UnattendSwitch=No

    [GuiUnattended]
       EncryptedAdminPassword=NO
       OEMSkipRegional=1
       TimeZone=35
       OemSkipWelcome=1

    [UserData]
       ProductKey=removed
       FullName=""
       OrgName=""

    [Identification]
       JoinWorkgroup=WORKGROUP

    [Networking]
       InstallDefaultComponents=No

    [NetAdapters]
       Adapter1=params.Adapter1

    [params.Adapter1]
       INFID=*

    [NetClients]
       MS_MSClient=params.MS_MSClient

    [NetServices]
       MS_SERVER=params.MS_SERVER

    [NetProtocols]
       MS_TCPIP=params.MS_TCPIP

    [params.MS_TCPIP]
       DNS=Yes
       UseDomainNameDevolution=No
       EnableLMHosts=Yes
       AdapterSections=params.MS_TCPIP.Adapter1

    [params.MS_TCPIP.Adapter1]
       SpecificTo=Adapter1
       DHCP=Yes
       WINS=No
       NetBIOSOptions=0

    [Branding]
       BrandIEUsingUnattended=Yes

    [Proxy]
       Proxy_Enable=0
       Use_Same_Proxy=0

    [PCHealth]
       RA_AllowToGetHelp=0

    [GuiRunOnce]
    %systemdrive%\install\installer.cmd

×
×
  • Create New...