Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. NO, you need to use W7T: http://www.wincert.net/forum/index.php?/files/file/5-windows-7-toolkit/
  2. Maybe the problem may be due to lack of space in the % temp% folder to deploy the application and install it. And happy to see it works by installing it first!
  3. You can find help here: http://www.updatexp....cannow-sfc.html *Edit: And about XP MCE: http://dwightblackburn.com/winxp/ http://support.microsoft.com/kb/909059/en-us
  4. Maybe you need to install this update: http://www.microsoft.com/download/en/details.aspx?id=3
  5. Have you removed this values and used my example above? <AdministratorPassword> <PlainText>true</PlainText> </AdministratorPassword>
  6. You can find your Favorites inside: C:\%userprofile%\Favorites And "takeownership" if you want look at "Documents and settings" folder!
  7. The value for Password (AutoLogon) is missing! You can add the same value for your Admin account: <AutoLogon> <Password> <Value>ABCDEFG</Value> <PlainText>true</PlainText> </Password> <Enabled>true</Enabled> <Username>nnnnn01</Username> <LogonCount>9999999</LogonCount> </AutoLogon> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>ABCDEFG</Value> <PlainText>true</PlainText> </Password> <Description>Admin</Description> <Group>Administrators;Power Users;Users</Group> <DisplayName>nnnnn01ADM</DisplayName> <Name>nnnnn01</Name> </LocalAccount>
  8. Error-Reporting.reg Windows Registry Editor Version 5.00 ; Disable Error Reporting [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc] "Start"=dword:00000004 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting] "AllOrNone"=dword:00000000 "IncludeMicrosoftApps"=dword:00000000 "IncludeWindowsApps"=dword:00000000 "IncludeKernelFaults"=dword:00000000 "DoReport"=dword:00000000 "ShowUI"=dword:00000000
  9. You mean AIK or ADK ?...And could you tell us what is ADK, please ?
  10. You can find useful infos here: http://www.msfn.org/board/topic/142365-about-cmds-start-wait-command/ http://technet.microsoft.com/en-us/library/cc723564.aspx
  11. You can download here: The Windows® Automated Installation Kit (AIK) for Windows® 7: http://www.microsoft...ls.aspx?id=5753 The Windows® Automated Installation Kit (AIK) Supplement for Windows® 7 SP1: http://www.microsoft...ls.aspx?id=5188
  12. Yes, without using "start /wait" and look at the quotes inside my example above!
  13. Have you tried like this ?: Works on my computer (using quotes like this example).
  14. There is no folder temp at the root of C:\ partition, unless you create it! There is a Temp folder inside: %Windir%\Temp Have you tried to set your program inside: %SystemDrive%\Install\your_program /switches ? You can also try to give a shorter name for the program, like: systemupdate.exe Maybe that work !: (see quotes) <SynchronousCommand wcm:action="add"> <Order>22</Order> <CommandLine>cmd /c start /wait "%systemdrive%\TEMP\systemupdate.exe -s -a /s /v"/qn""</CommandLine> <Description>install Lenovo System Update</Description> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand> And if doesn't work you can use a batch file to solve this issue!
  15. I guess you created a folder temp inside %systemdrive% or it's about user folder temp: %temp% ?
  16. I'm guessing you have installed Windows Update Downloader...but you need also to install the ULZ file. Double clicK on it and wait the message box saying "Compressed UL File installed". Launch the program and download the updates you want! You can set the program and the ULZ File at the root of your HDD (example)
  17. About the new values for NtfsDisable8dot3NameCreation: http://technet.micro...996(WS.10).aspx
  18. You can add this reg file (given above) inside your Distribution Folder with "cmdlines.txt": cmdlines.txt (example) [Commands] "regedit /s tweaks.reg" "regedit /s Services.reg" "RunWPI.exe" However, we must take care about Disabling the 8.3 Name Creation on NTFS Partitions: http://support.micro...kb/121007/en-us http://www.msfn.org/...t3namecreation/ http://www.kenblair....t/perftweak.htm My advice: Do not Disable the 8.3 Name Creation on NTFS Partitions!
  19. Yes thanks. And just to fill with some details inside the registry key to remove default desktop icons: NoDefaultIcons.reg Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] ; - My computer "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000001 ; - Control Panel "{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000001 ; - User (Folder) "{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000001 ; - Recycle bin "{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001 ; - Network "{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000001
  20. Have you tried like this ?: (select the path file you set the registry file) <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <CommandLine>cmd /c reg.exe import %systemdrive%\Install\Tweaks.reg</CommandLine> <Description>Customized settings</Description> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand> Or: <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <CommandLine>CMD /C REGEDIT /S %Windir%\Setup\scripts\Tweaks.reg</CommandLine> <Description>Customized settings</Description> <RequiresUserInput>false</RequiresUserInput> </SynchronousCommand>
  21. On my Windows 7 French computer the sendmail.dll.mui display the dialog box to send images and I can choose the images size to attach!
  22. You can try like this: @echo off echo HELP CHOICE /C YN /M "Help him" IF %ERRORLEVEL%==2 goto :exit IF %ERRORLEVEL%==1 goto :save :save echo thank you pause echo you got 10 points set points=10 pause :exit
  23. If I want the batch working - like this - on my computer I need to browse on my profile: @ECHO OFF cd C:\ cd %userprofile% CHOICE /C YN /M "PLEASE MAKE YOUR CHOICE" IF %ERRORLEVEL%==2 ( ECHO. ECHO YOU SELECTED [N] ) IF %ERRORLEVEL%==1 ( ECHO. ECHO YOU SELECTED [Y] ) ECHO. PAUSE
  24. You can use this reg file: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "NtfsDisable8dot3NameCreation"=dword:00000001
  25. Same command prompt but with French language: Microsoft Windows [version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. Tous droits réservés. C:\Users\Antoine>choice /? CHOICE [/C choix] [/N] [/CS] [/T délai /D choix] [/M texte] Description : Cet outil permet aux utilisateurs de sélectionner un élément d'une liste de choix et renvoie l'index du choix sélectionné. Liste de paramètres : /C choix Spécifie la liste des choix à créer. La liste par défaut est "ON". /N Masque la liste des choix dans l'invite de commande. Le message avant l'invite de commande est affiché et les choix restent activés. /CS Permet la sélection de choix respectant la casse. Par défaut, l'utilitaire ne respecte pas la casse. /T délai Nombre de secondes de suspension avant d'effectuer un choix par défaut. Les valeurs acceptables sont comprises entre 0 et 9999. Si 0 est spécifié, le choix par défaut sera sélectionné sans suspension. /D choix Spécifie le choix par défaut après nnnn secondes. Le caractère doit être compris dans les choix spécifiés par l'option /C et doit également spécifier nnnn avec /T. /M texte Spécifie l'affichage du message avant l'invite de commande. Si l'option n'est pas spécifiée, l'utilitaire affiche uniquement une invite de commande. /? Affiche ce message d'aide. Remarque : La variable d'environnement ERRORLEVEL est définie à l'index de la clé sélectionnée dans l'ensemble de choix. Le premier choix listé renvoie la valeur 1, le second renvoie la valeur 2, etc. Si l'utilisateur appuie sur une touche ne représentant pas un choix valide, l'outil émet un signal sonore d'avertissement. Si l'outil détecte une condition d'erreur, il renvoie une valeur ERRORLEVEL de 255. Si l'utilisateur appuie sur CTRL+Pause ou CTRL+C, l'outil renvoie une valeur ERRORLEVEL de 0. Lorsque vous utilisez les paramètres ERRORLEVEL dans un programme de commandes, vous devez les lister par ordre décroissant. Exemples : CHOICE /? CHOICE /C ONA /M "Appuyez sur O pour Oui, N pour Non ou A pour Annuler." CHOICE /T 10 /C ona /CS /D o CHOICE /C ab /M "Sélectionnez a pour l'option 1 et b pour l'option 2." CHOICE /C ab /N /M "Sélectionnez a pour l'option 1 et b pour l'option 2." C:\Users\Antoine>
×
×
  • Create New...