Jump to content

agarabaghi

Members
  • Posts

    307
  • Joined

  • Last visited

Everything posted by agarabaghi

  1. going to try /s /ncrc /d=c:\Program Files\jGrasp
  2. So ive been installing jGrasp with the switch jgrasp188_15.exe /quiet and i have also tried all a command file with that command and everytime i do an MDT deployment it gets stuck after installing jgrasp and the black cmd window hangs. If i click the X it will continue the application install, any suggestion?
  3. THis is the ethernet driver we have been using for our standsized 790s Title : Network:Intel 825xx Gigabit Platform LAN Network Device Driver Version : A00 OEM Name : Intel OEM Ver : 11.8.81.0 Computers : Latitude - E6320, E6420, E6420 ATG, E6520; OptiPlex - 990, 790; Precision - M4600, M6600, T1600 Oses : Windows 7 32-bit Home Basic, Windows 7 32-bit Home Premium, Windows 7 32-bit Professional, Windows 7 32-bit Starter, Windows 7 32-bit Ultimate, Windows 7 64-bit Home Basic, Windows 7 64-bit Home Premium, Windows 7 64-bit Professional, Windows 7 64-bit Ultimate, Windows Vista 32-bit Business, Windows Vista 32-bit Home Basic, Windows Vista 32-bit Home PremiumWindows Vista 32-bit UltimateWindows Vista 64-bit BusinessWindows Vista 64-bit Home BasicWindows Vista 64-bit Home PremiumWindows Vista 64-bit UltimateWindows XP Home EditionWindows XP Media Center EditionWindows XP ProfessionalWindows XP Tablet PC EditionWindows XP x64 Professional Client Languages : Brazilian Portuguese, Chinese-S, Chinese-T, English, French, German, Italian, Japanese, Korean, Spanish Created : Mon May 16 14:00:59 CDT 2011 This is the driver we have been using for the SFF All in One 790s: Title: Network: Driver Version: A02-00 WP0000000777 OEM Name: OEM Version: 11.13.51.0 Computers: Optiplex: 790, 990; Precision: M4600, M6600; Latitude: E6320, E6420, E6220, E6420 ATG, XT3, E6420 XFR, E6520 OS: Windows XP - Tablet PC Edition, Windows Vista 64-bit - Home Basic, Windows 7 32-bit - Professional, Windows XP - Media Center Edition, Windows Vista 32-bit - Home Basic, Windows Vista 32-bit - Home Premium, Windows XP - Home Edition, Windows Vista 64-bit - Business, Windows Vista 64-bit - Ultimate, Windows 7 32-bit - Home Premium, Windows Vista 32-bit - Business, Windows 7 64-bit - Home Premium, Windows 7 64-bit - Home Basic, Windows 7 64-bit - Ultimate, Windows Vista 64-bit - Home Premium, Windows XP x64 - Professional Client, Windows 7 64-bit - Professional, Windows XP - Professional, Windows 7 32-bit - Home Basic, Windows Vista 32-bit - Ultimate, Windows 7 32-bit - Ultimate, Windows 7 32-bit - Starter Languages: Chinese Simplified,Japanese,Spanish,Korean,French,Italian,Chinese Traditional,German,Br Portuguese,English Created: 12/12/2011 If anyone needs them zipped up please let me know.
  4. So i have the distribution license and have been deployig 11.2, on our new T420s Lenovo laptops with the nvidia card we get the green bar on the top. If i manually disable hardware accelaration in flash settings it works fine. Is there a trigger for this during the silent install. Currently using: msiexec /i install_flash_player_11_active_x_64bit.msi /quiet msiexec /i install_flash_player_11_active_x_32bit.msi /quiet msiexec /i install_flash_player_11_plugin_64bit.msi /quiet msiexec /i install_flash_player_11_plugin_32bit.msi /quiet
  5. Has anyone gotten System Update 4 to install and then automatically and silently download and install the recommended updates? I get the program to install during mdt using: systemupdate314-2008-5-15.exe -s -a /s /v" /qn" and ive found that you need to create a batch file with: cmd /c "C:\Program Files\Lenovo\System Update\Tvsu.exe" cmd /c TASKKILL /F /IM tvsukernel.exe REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Lenovo\System Update" /v "Languageoverride" /t REG_SZ /d "EN" /f REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Lenovo\System Update\Preferences\UserSettings\General" /v "IgnoreLocalLicense" /t REG_SZ /d "YES" /f REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Lenovo\System Update\Preferences\UserSettings\General" /v "DisplayLicenseNotice" /t REG_SZ /d "NO" /f REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Lenovo\System Update\Preferences\UserSettings\General" /v "DisplayLicenseNoticeSU" /t REG_SZ /d "NO" /f REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Lenovo\System Update\Preferences\UserSettings\General" /v "ExtrasTab" /t REG_SZ /d "NO" /f REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Lenovo\System Update\Preferences\UserSettings\General" /v "RepositoryLocation1" /t REG_SZ /d "\\c-00008n002\updateretriever" /f REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Lenovo\System Update\Preferences\UserSettings\General" /v "NotifyInterval" /t REG_SZ /d "36000" /f REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Lenovo\System Update\Preferences\UserSettings\Scheduler" /v "SchedulerAbility" /t REG_SZ /d "YES" /f REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Lenovo\System Update\Preferences\UserSettings\Scheduler" /v "SchedulerLock" /t REG_SZ /d "LOCK" /f cmd /c "C:\Program Files\Lenovo\System Update\tvsu.exe" /CM -search A -action INSTALL -repository \\mylocation\updates. -includerebootpackages 1,3,4 -noreboot -noicon Can anyone verify this? Also is there a way to have it point to the internet for updates and not a network share?
  6. agarabaghi

    DOSBox

    Ok cool. But now how can i package this up to deploy? Is there a way to build my own? or do i just copy .config file over with a cmd file and then make a short cut on the desktop?
  7. agarabaghi

    DOSBox

    So we have an old .exe program that some fac staff still use. I can get it to run in DosBox, but is there a way to make a file for them to run which does all the DosBox commands and launch the simfly.exe. Basically i dont want the user to have to mount the drive and stuff... can i automate this?
  8. anyone used this program and gotten it to install silently? im working with this command but i cant seem to get the license in properly. msiexec /i "IBM SPSS Statistics 19.msi" AgreeToLicense=Yes LICENSECODE="xxxxxx" /qn The program isntalls but then i get an error log saying: >Error # 2072 >There was an unanticipated problem with the license for this product. >Execution of this command stops. >Specific symptom number: 4 End of job: 2 command lines 1 errors 0 warnings 0 CPU seconds Any ideas?
  9. just a request from above. We did it through gpo. Im starting to see the power of GPO!
  10. any tricks to disable UAC while deploying from MDT? We made a script that does it with this line cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f but i added it in the Task Sequence under command line and it just hanging...
  11. how do u set the home page during a silent install for firefox? im using the command -ms
  12. found it copy "Nolij Web.url" "C:\Users\Public\Desktop" copy "Nolij Web.url" "C:\ProgramData\Microsoft\Windows\Start Menu"
  13. what path would i need to copy a short cut too so all users can see it when they log in on their desktop? I know i can go to C:\ProgramData\Microsoft\Windows\Start Menu and put the short cut in the start menu... but what about the desktop?
  14. I would like a script i can push to all these lab machiens to pop up with a box that someone can enter the new lab comptuer names in. Basically all our machiens are called Teaching Lab 1 etc... and they need to be called CSS Lab 1 etc... Is there a script i can push that will have a box pop up and someone can just enter the new name?
  15. hmm... im not sure that will work for me. We hand out a bunch of lenovo laptops, but each group has the same models. T400s can be either fac staff machines, crummer machines or loaners. I was wondering if i could make it easier for the Techs by creating task sequences which contains all the programs they would need instead of letting them chose.
  16. Is there a way to create multiple task sequences that will skip the program selection page and just install certain applications that i choose. Basically i want the user to see: Select Task: Rollins Imaging -> This would prompt and allow user to select what ever they want Crummer Imaging -> Has a set group of applications which get install and skips asking the user what to select Loaner Imaging -> Set group of applications same as Crummer.... is this possible?
  17. got it working! Thanks guys!
  18. So this seems to work: [settings] Priority=Default Properties=MyCustomProperty [Default] OSInstall=Y SkipAppsOnUpgrade=YES SkipCapture=YES SkipAdminPassword=NO SkipProductKey=YES WsusServer=http://keymaster SkipTimeZone=Yes TimeZoneName=US Eastern Time SkipUserData=YES SkipLocaleSelection=YES It skips everything like it should, but now once the OS has been install, it prompts for TimeZone and Wireless.. I know these settings are in the unattend.xml (4) Specialized amd64_Microsoft-Windows-Shell-Setup TimeZone: Eastern Standard Time I also entered the OOBE Time Zone - Eastern Standard Time And i also selected to hide wireless...
  19. found some... still searching for the language one.
  20. so everything is up and running, but Id like to remove some prompts that show up. Time zone one... Back up user data Capture data etc... where are these commands hidden
  21. we run into issue with prof that are not admins when logged in cannot install software, or get prompted for admin credentials. Theses machines are treated like personal computers which they do whatever they want to them Another question, how can i get MDT to make a local admin profile called help desk?
  22. last question... when i log into the domain, it creates the domain profile as a standard user, how do make the domain users that log in Administrators
  23. Has anyone been sucessful at deploy BizHub printers and inputing the copy code via mdt / wds?
  24. i might hug you!
  25. add the line in a cmd file in the folder where all the drivers are? then use the cmd /c printer.cmd line in mdt? ill give it a whirl
×
×
  • Create New...