Jump to content

Unattend 2000 problem


Recommended Posts

Hello,

I'm creating a windows 2000 Pro and i've some problems...

- I must copy REG.exe into $OEM$\system32? Because my RunOnceEx do not run :)

- I have to copy the default user folder into DOCS (cmdlines.txt) or i just have to run some reg? What about NTUSER.DAT?

I have read the greeenmachine and i dont want to understand what to do :rolleyes:

For DEFAULT USER:

- lock the screensaver to 30 Mins with password protect

- do not hide common files

- details view

- Windows classic

- no web desktop

- fixed wallpaper

What do you think?

I can use current User in registry? with cmdlines.txt...

Link to comment
Share on other sites


I've got a new Problem :/

My runonceEx is ok now but i can't create new user! :'(

Here is my default.reg file (execute in cmdlines.txt phase) in $OEM$:

Windows Registry Editor Version 5.00 

;Change MenuShowDelay Menu + rapide
[HKEY_CURRENT_USER\Control Panel\Desktop]
"MenuShowDelay"="100"

;Ecran de fond
[HKEY_CURRENT_USER\Control Panel\Desktop]
"Wallpaper"="C:\\WINNT\\CarboneLorraine.bmp"
"WallpaperStyle"="0"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"HideFileExt"=dword:00000000
"Hidden"=dword:00000002
"ShowCompColor"=dword:00000000
"DontPrettyPath"=dword:00000000
"ShowInfoTip"=dword:00000000
"HideIcons"=dword:00000000
"MapNetDrvBtn"=dword:00000000
"WebView"=dword:00000000
"Filter"=dword:00000000
"SuperHidden"=dword:00000000
"SeparateProcess"=dword:00000000
"StartButtonBalloonTip"=dword:00000001
"ShowSuperHidden"=dword:00000000
"ClassicViewState"=dword:00000000
"StartMenuInit"=dword:00000001

;Activer l'ecran de veille protegé
[HKEY_CURRENT_USER\Control Panel\Desktop]
"ScreenSaveActive"="1"
"ScreenSaverIsSecure"="1"
"ScreenSaveTimeOut"="1200"
"SCRNSAVE.EXE"="C:\WINNT\system32\logon.scr"

;Enlever historique documents récents à chaque extinction
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"ClearRecentDocsOnExit"=dword:00000040

;Pour verrouiller le pavé numérique au démarrage de la machine.
[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]
"InitialKeyboardIndicators"="2"
"KeyboardDelay"="1"
"KeyboardSpeed"="31"

cmdlines.txt in $OEM$

[COMMANDS]
"RunOnceEx.cmd"
"REGEDIT /S Default.reg"

Link to comment
Share on other sites

the Group ?, that should only be when using the "member of"-TAB

maybe you can check if all default groups are there (administrators/users etc.) or maybe they are in english in script / french in OS ?)

gr /\/\o\/\/

Link to comment
Share on other sites

Hum ok my problem is resolve.

i store every regtweaks in one reg at the cmdline stage.

I've an another problem:

ACROBAT READER 5.01

RunOnceEx.cmd

...
REG ADD %KEY%\015 /VE /D "Acrobat 5.01" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Acrobat5\acrobat.cmd" /f
...

Acrobat.cmd

cmdow @ /HID
@echo off

start %systemdrive%\install\Acrobat5\setup.exe -s -f1"%systemdrive%\install\Acrobat5\setup.iss"

exit

setup.iss:

[InstallShield Silent]
Version=v5.00.000
File=Response File
[File Transfer]
OverwriteReadOnly=NoToAll
[DlgOrder]
Dlg0=SdWelcome-0
Count=3
Dlg1=SdAskDestPath-0
Dlg2=MessageBox-0
[SdWelcome-0]
Result=1
[SdAskDestPath-0]
szDir=C:\Program Files\Adobe\Acrobat 5.0\
Result=1
[Application]
Name=Reader
Version=5.1
Company=Adobe
Lang=0009
[MessageBox-0]
Result=1

The batch is ok when i execute it manually but it don't work in unattend mode :/

It's launch but nothing after :/

an idea?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...