Jump to content

war59312

Member
  • Posts

    937
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by war59312

  1. Suppose to I believe. But I know a lot of mine to dont and must be replied after first reboot since they get reset after you reboot the first time. Thats why I use my method above with runonce. I use it to simpy reply the registy tweaks again after that first reboot.
  2. Yes I believe they are interchangeable. Make sure you have at least. Looks like your missing unattended switch. [Unattended] UnattendMode = "FullUnattended" OemSkipEula = "Yes" OemPreinstall = "Yes" UnattendSwitch = "Yes" [GuiUnattended] EncryptedAdminPassword = "No" OemSkipWelcome = "1"
  3. Try like this instead. ;SetupMgrTag [Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" AutomaticUpdates=Yes [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes Repartition=No FileSystem=ConvertNTFS OemPreinstall=Yes TargetPath=\WINDOWS FactoryMode=Yes [GuiUnattended] AdminPassword="*" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1
  4. Download: http://www.microsoft.com/downloads/details...&displaylang=en And read ref.chm.
  5. Yeap no problem. Just search for keywords. Like CheckExeSignatures. First results. Matter of fact in this very topic. lol So its been anwserd in this topic like five times now. lol Well your welcome. You should read up on search engines if you want to know what to search for. But yeah I understand that. Happens to all of us. Jus glad I could help and yes these forums rock!!
  6. Nice. Thanks a ton, Will
  7. Read: http://unattended.msfn.org/global/reference.htm Change to: [Unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=\WINDOWS UnattendSwitch=Yes Now it should not ask Help Protect your PC by turning automatic updates on since you already have AutomaticUpdates=yes in the data section. Same with register windows screen. Hopefully it will take care of the login problem. Not really sure. Dont add users myself. Though I highly recommand you add a pw to your admin account. Thats just asking for trouble.
  8. Easy guys: Please bookmark: http://unattended.msfn.org/global/reference.htm
  9. I some how doubt it. I'm at 3.63 MB (3,813,727 bytes) reg. file atm and thats not even installing a single application. Just system tweaks. Well I install over 60 appz from dvd so I am sure its over 60mb. Since I have all my registry settings for every app so far. And some are huge like office 2003.
  10. Sure it will once longhorn is released and no more updates. Well way before then for me.
  11. Pretty Easy. Create cmdlines.txt in $OEM$ folder if you do not already have one. And make it say: [COMMANDS] "REGEDIT /S install.reg" So place your install.reg file in the $OEM$ folder too. Now in your winnt.sif file make sure it has at least: [Unattended] UnattendMode = "FullUnattended" OemSkipEula = "Yes" OemPreinstall = "Yes" [GuiRunOnce] %systemdrive%\install\Installer.cmd Ok now in your $OEM$ folder make a $1 and in make a install folder. Of course only if you dont have already. Now in the install folder. Place your install.reg and your install.cmd here too. Now make a installer.cmd file and place it in the install folder too. Here is what goes into installer.cmd: @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Finish Installing Applications" /f REG ADD %KEY%\055 /VE /D "Installing And Rebooting" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\install.cmd" /f shutdown -r -t 60 -c "Rebooting To Complete Updates!" EXIT Now make sure you load your install.reg file from install.cmd now too. Like this: REGEDIT /S %systemdrive%\install\install.reg You can change the -t 60 to however many secs. u want to wait before it restarts. 60 should be fine. You want to make sure explorer complely loads before it restarts. So 60 should do that. Done simply as that. Now what happens is your .reg file will be installed twice. Once right after installing windows and again on the next reboot. So you have to install a lot of tweaks after you have rebooted at least once after installing windows. I do it twice just to make sure. Now install.cmd will only run once like normal after the first restart. But really you can just do them all via runonce after rebooting one time using shutdown.exe or whatever u want. If you have any problems or whatever just attache your complete install.reg, install.cmd, winnt.sif, and installer.cmd and I will fix it all up and then you can just cut and paste.
  12. Starting to get annorying that people are not viewing the very first post. And not reading the darn reg file. Anyways, CoRoNe I believe u need all of them. CheckExeSignatures and RunInvalidSignatures disable "The publisher could not be verified" prompts when running downloaded files. When a user downloads a file from the Internet, Windows automatically marks the file attachment with its zone information (such as Restricted, local, internet..) Based on file's zone information Windows assignes a proper risk level (High, Moderate, or Low) To disable this feature SaveZoneInformation is set to 1. Files listed in LowRiskFileTypes are not blocked by Windows and a security message is never displayed. If LowRiskFileTypes is not configured, downloads that were made before SaveZoneInformation was set to 1, will still display Warning message. When HideZoneInfoOnProperties is set to 1, the "Unblock" button in file's properties, allowing user to remove zone infomation manually, is not displayed. And thats what you asked for. BTW next time search google. It is the very first result.
  13. So this did not work then? http://www.msfn.org/board/index.php?showto...50entry284150
  14. Anyone know how to remove Undo Delete context menu from the desktop? It appears right after the new menu. Like when you delete something to the recycle bin. I keep clicking it on accident. Very annorying. I never use it so would like to get rid of it. Not in ShellExView either. Thanks, Will Also, would like to get rid of Undo Copy. Same menu.
  15. Well Desktop Cleanup Wizard is not a balloon tip. It "Destop cleanup moves unused desktop items to a folder." Every 60 days. So disableing it with above key will stop this form happening. To see right click desktop and properties. Then Desktop tab and click "Customize Desktop..." button and at the very bottom of that window is the desktop cleanup junk.
  16. Ryan's pack is for unattended. If you want them all in installing form: http://www.willsdownloads.com/sp3.html Also, make that 97. 69 + 19 = 88 + 9 = 97 78 + 19 = 97
  17. I believe: [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download] "CheckExeSignatures"="no" "RunInvalidSignatures"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments] "SaveZoneInformation"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Associations] "LowRiskFileTypes"=".zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mo v;.mp3;.m3u;.wav;" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Attachments] "HideZoneInfoOnProperties"=dword:00000001
  18. Here you go. NoSounds.reg
  19. Xper better hurry, only has 2hr 39min. left. j/k thanks a lot
  20. Many applications, sadly and mostly poorly coded, will only run 100% under an admin account. Here is how I run applications that have this problem. Here is an example: runas /profile /env /savecred /user:Computername\administrator "%windir%\NOTEPAD.EXE" Simply change to your liking and create it as a shortcut that way when you launch the shortcut the app will run under an admin account. Take Care, Will PS: Make sure Secondary Logon service is running via services.msc .
  21. I use IE New Window Maximizer. Yes can do more than IE.
  22. That why I personally remove post count code from my forums.
×
×
  • Create New...