Jump to content

zoub09

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by zoub09

  1. Hi I've create an unattended XP PRO SP2 with winnt.sif file: it works fine I try to integrate some tweaks at T-12 with cmdlines.txt. This option modify the HKCU hive of default user profile (I've verified) my tweak's file modify some keys in HKCU and HKLM I've some problem's: - all the keys work fine for the Administrator user except those keys ; ------------------------------------------------------------------------------ ; suppression ecran de veille ; valeur par défaut: ; "ScreenSaveActive"="1" (activé) ; "SCRNSAVE.EXE"="C:\WINDOWS\system32\logon.scr" ; pas de reboot nécessaire ; ------------------------------------------------------------------------------ [HKEY_CURRENT_USER\Control Panel\Desktop] "SCRNSAVE.EXE"="" "ScreenSaveActive"="0" ; --------------------------------------------------------------------------------------------------------------------------------- ; AFFICHAGE DES FICHIERS CACHES, DES FICHIERS SYSTEMES ET DES FICHIERS DONT LES ; TYPES SONT CONNUES ; Affichage des fichiers cachés, des fichiers systemes et des extensions connues ; valeur par défaut: ; "ShowSuperHidden" = ; "SuperHidden"=dword:00000001 ; reboot nécessaire [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] ; AFFICHAGE DES FICHIERS SYSTEME "ShowSuperHidden"=dword:00000001 ----------------------------------------------------------------------------------------- - i've created un second user "dede" (member of local administrator group): when i log it most of the keys don't work - i've created a third user "toto" (simple user): when i log it all the keys work except the two keys above if someone know why i have this problem i'm interested thanks
  2. hello i try to put the $oem$ folder in the i386 folder of windows 2000 i try to modify the oemfilespath like "$oem$" or "\setup\2000pr2" it doesn't works the problem comes with that f..... folder but i don't found the solution i continue
  3. hi i'm french (sorry for my bad english) i work on a dvd multiboot project my project: my problem i with 2000 pro sp4 unattended options the folder 2PR2 is the boot folder (in this folder there is the winnt.sif and txtsetup.sif) the 2000PR2 folder is the windows folder installation (with i386) i use the GUIRUNONCE option in winnt.sif with oem install my winnt.sif: ;SetupMgrTag [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" [unattended] repartition=yes UnattendMode=FullUnattended OemSkipEula=Yes OemFilesPath="..\$OEM$" OemPreinstall=Yes TargetPath=\WINNT WaitForReboot=No [GuiUnattended] AdminPassword=clio AutoLogon=Yes AutoLogonCount=1 OEMSkipRegional=1 TimeZone=105 OemSkipWelcome=1 [userData] FullName="college tartampion" OrgName="academie yy" ComputerName=test2000-01 ProductID=xxxxxxxxxxxxxxxxxxxxxxxx [Display] BitsPerPel=4 Xresolution=640 YResolution=480 Vrefresh=60 [TapiLocation] CountryCode=33 [RegionalSettings] LanguageGroup=1 SystemLocale=0000040c UserLocale=0000040c InputLocale=040c:0000040c [branding] BrandIEUsingUnattended=Yes Home_Page=http:www.ixquick.fr [Proxy] Proxy_Enable=0 Use_Same_Proxy=1 [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=No DNSSuffixSearchOrder=dede.fr,xxxxxx.dede.fr UseDomainNameDevolution=No EnableLMHosts=Yes AdapterSections=params.MS_TCPIP.Adapter1 [params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=No IPAddress=192.168.0.100 SubnetMask=255.255.0.0 DefaultGateway=192.168.0.254 DNSServerSearchOrder=192.168.0.254 WINS=Yes WinsServerList=192.168.0.253 NetBIOSOptions=0 [Components] ; composants qui ne seront pas installés ; Pas de chat. Cette option fait référence à l'ancien Microsoft Chat chat=off freecell=off minesweeper=off ; msnexplr=off pinball=off solitaire=off ; spider=off [GuiRunOnce] Command0=%systemdrive%\winapps\apps.bat ----------------------------------------------------------------------------------------------------------------------- my problem is that during the installation, the folder in $oem$/$1 aren't copied on the hdd (c:\) and so my command guirunonce doesn't work my problem is maybe with the OemFilesPath="..\$OEM$" (in my case the path is "setup/2000pr2/$oem$" how can i translate this path to this parameters thank's for your answer
×
×
  • Create New...