the bootloader wont install if the system activates after the certificate is installed, else you can edit the install.vbs script to remove every thing past the '================================================================================== 'populate dictonaty '================================================================================== part, the resulting script will install the certificat and quit.
Hi..nononsence,i just now tested ur pre-activation script..it creates a pre-activated iso succesfully...but i think you forgot to add logos in the script...just check ur script again..thanks
well i just figured it out...we have to add all the contents of the logos folder into the scripts folders...how could i forgot such an easy step...
I also like to create an x86 and x64 aio can you please post your guide? the guide that I found requires 4 iso files but I only want to create disk with just 2 iso files.
here is a mini-guide to add a custom logon background to the $OEM$ folder choose or make a .jpg (filesize must be less than 256Kb) make a background for each supported resoultion. backgroundDefault.jpg background768x1280.jpg background900x1440.jpg background960x1280.jpg background1024x1280.jpg background1280x1024.jpg background1024x768.jpg background1280x960.jpg background1600x1200.jpg background1440x900.jpg background1920x1200.jpg background1280x768.jpg background1360x768.jpg put .jpg's in $OEM$\$$\SETUP\SCRIPTS\logos\*\backgrounds\ add ============================================================================================================== [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background] "OEMBackground"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI] "ButtonSet"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background] "OEMBackground"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Authentication\LogonUI] "ButtonSet"=dword:00000000 ============================================================================================================== to $OEM$\$$\SETUP\SCRIPTS\logos\*\reg.reg In order to change the button set change: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI 0. Lighter text shadows, darker (more opaque) buttons (Windows default) 1. Darker text shadows, lighter (more translucent) buttons (for lighter backgrounds) 2. No text shadows, opaque buttons (for darker backgrounds) >>>>> EDIT: I attached an example that will change your logon screen to black. <<<<< .