Jump to content

war59312

Member
  • Posts

    936
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by war59312

  1. 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"
  2. 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
  3. Download: http://www.microsoft.com/downloads/details...&displaylang=en And read ref.chm.
  4. 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!!
  5. 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.
  6. Easy guys: Please bookmark: http://unattended.msfn.org/global/reference.htm
  7. 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.
  8. Sure it will once longhorn is released and no more updates. Well way before then for me.
  9. 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.
  10. 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.
  11. So this did not work then? http://www.msfn.org/board/index.php?showto...50entry284150
  12. 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.
  13. 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.
  14. 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
  15. 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
  16. Xper better hurry, only has 2hr 39min. left. j/k thanks a lot
  17. 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 .
  18. I use IE New Window Maximizer. Yes can do more than IE.
  19. That why I personally remove post count code from my forums.
  20. Hey, Well I have disabled Avatars from showing via the member control panel. Well starting today I believe now every member shows as a no avatar image. Was not like that yesterday. Guessing some thing on the forum changed. Notice the form title Changed from MSFN to MSFN Forums as well. So you can please change it back like it was so not even that image is shown. I like it minimal and besides I have them disabled for a reason. Thanks, Will
×
×
  • Create New...