Jump to content

BoardBabe

Member
  • Posts

    1,415
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Norway

Everything posted by BoardBabe

  1. No no it's cool I was just wondering since you did not use a .txt in the example: for /f "tokens=5 skip=2" %%i in ('reg query HKCU\Identities /v "Default User ID"') do set Identity=%%i Do you know what the key S-1-5-21 is?
  2. Uh ofc, but there is most likly an unpdate and a base driver. Like a driver pack 1 and 2. At least it were when I used to have Audigy. And they just would'nt install without a reboot. But yes you are right that is the switches and the exe to use.
  3. Thanks man. This helps alot! One thing though, why do I need to make the temp.txt? Also is not S-1-5-XX really unique?
  4. Hmm Ive played around with the cmd method, but I just dont see how I can grab that correct key since its unique. Sry I guess my skills are not high enough for this
  5. I guess a .cmd is a batch file?
  6. unattended.msfn.org is pretty easy
  7. Ive read your link to the scripts, but as I'm not familiar with js scripts or vb or any of this kind I did not really get it. If you have some spare time, would you mind explaining to me?
  8. Each time I open Photoshop or Illustrator CS2 i get an Updater folder in My documents. I have disabled the update function in both apps, but folder still appears. Any way to disable the creation of this folder or set hidden attribute in worst case on this dir during UA?
  9. On what exact .exe file?
  10. Hmmm, found some files at http://www.macromedia.com/shockwave/author.../form/download/ but I cant see how to silently install it. Any ideas?
  11. I installed Audigy driver as follows. On T12 cmdlines.txt I ran a cmd that installed the base driver (from website) with silent switch. Then I ran the update from RunOnceEx, and it all worked fine.
  12. Where can I download this as an offline installer to silently install on my UA DVD?
  13. Can't find the same key/value at HKCU or HKLM
  14. Okey, thank you! That was what I was afraid of
  15. Just a little contribution. Here is how I do it. winnt.sif [GuiUnattended] AdminPassword=* cmdlines.txt [COMMANDS] "Useraccount.cmd" Useraccount.cmd cmdow @ /HID @echo off rem Username and Password for administrator. set AdminUser=BoardBabe set AdminPass= rem Adding user. net user %AdminUser% %AdminPass% /add net localgroup Administratorer %AdminUser% /add net accounts /maxpwage:unlimited rem Activate autologon. reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "DefaultUserName" /d "%AdminUser%" /f reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "DefaultPassword" /d "%AdminPass%" /f reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "AutoAdminLogon" /d "1" /f exit I later disable autologon from WPI.cmd cleanup part reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v "AutoAdminLogon" /d "0" /f
  16. I'd like to disable the "click" function of my Synaptics Touchpad during installation of the driver. I found with regshot that the following key is changed when I manually enable/disable the click function, but the reg key looks to me that it MIGHT be a unique key for each user/installation? The reg key to disable "click" is: HKU\S-1-5-21-1085031214-1682526488-1343024091-1003\SOFTWARE\Synaptics\SynTP\TouchPadHEXBTNPS2\Gestures: 0x00000002 Please, any reg gurus is this key unique or can I apply it during driver install?
  17. Welcome to the forum maboughariou, please read the guides on http://unattended.msfn.org/ and then use the search function on this forum to find the program specific "silent switches" for the applications you would like to install with windows.
  18. I'm using XPize uAE 2.0 MCE BETA2, looks excellent on my unattended. One thing though, I wish you did not modify the image of Start-menu properties (where it shows start-menu with nlite logo and XPero name). I think it makes it look a bit unpro "Credits" should go elsewhere in my opinion, not the shell. Other than that. This app is amazingly good! Keep up the good work!
  19. Not a lot to play with if I open iexplore.exe in reshack :/
  20. Ive got ADSL2+ 20mbit, what category is that?
  21. The link "Windows Update" under Tools direct to the correct Microsoft Update website, but I'd like to change it to not say "Windows Update" but "Microsoft Update" since it really directs to MS update not WU.
  22. Is there a way to Modify the Windows Update link in IE tools? Like renaming it to Microsoft Update.
  23. Sure about that, I think that is wrong.
  24. Sweet! Now do a norweigan version
×
×
  • Create New...