I need some HELP please What do these all do line for line; Not sure what these do; what is it removing ??? Code: reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{5BC2B5AB-80DE-4E83-B8CF-426902051D0A} /f reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{F132AF7F-7BCA-4EDE-8A7C-958108FE7DBC} /f reg delete HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{5BC2B5AB-80DE-4E83-B8CF-426902051D0A} /f reg delete HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{F132AF7F-7BCA-4EDE-8A7C-958108FE7DBC} /f brings the classic look to the start menu; Code: reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu /v {20D04FE0-3AEA-1069-A2D8-08002B30309D} /t REG_DWORD /d 0 /f reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu /v {5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0} /t REG_DWORD /d 0 /f reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu /v {59031a47-3f72-44a7-89c5-5595fe6b30ee} /t REG_DWORD /d 0 /f reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu /v {645FF040-5081-101B-9F08-00AA002F954E} /t REG_DWORD /d 0 /f reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu /v {F02C1A0D-BE21-4350-88B0-7367FC96EF3C} /t REG_DWORD /d 0 /f shows the desktop icons; Code: reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel /v {20D04FE0-3AEA-1069-A2D8-08002B30309D} /t REG_DWORD /d 0 /f reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel /v {5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0} /t REG_DWORD /d 0 /f reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel /v {59031a47-3f72-44a7-89c5-5595fe6b30ee} /t REG_DWORD /d 0 /f reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel /v {645FF040-5081-101B-9F08-00AA002F954E} /t REG_DWORD /d 0 /f reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel /v {F02C1A0D-BE21-4350-88B0-7367FC96EF3C} /t REG_DWORD /d 0 /f again not sure what these do; ??? Code: reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /v 01 /t REG_SZ /d "reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v HideFileExt /t REG_DWORD /d 0 /f" /f reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /v 02 /t REG_SZ /d "reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v Hidden /t REG_DWORD /d 1 /f" /f reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /v 03 /t REG_SZ /d "reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v ShowCompColor /t REG_DWORD /d 0 /f" /f reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /v 04 /t REG_SZ /d "reg add HKCU\Console /v FaceName /t REG_SZ /d Consolas /f" /f reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /v 05 /t REG_SZ /d "reg add HKCU\Console /v FontFamily /t REG_DWORD /d 54 /f" /f reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /v 06 /t REG_SZ /d "reg add HKCU\Console /v FontSize /t REG_DWORD /d 917504 /f" /f reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /v 07 /t REG_SZ /d "reg add HKCU\Console /v FontWeight /t REG_DWORD /d 700 /f" /f reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /v 08 /t REG_SZ /d "reg add HKCU\Console /v HistoryBufferSize /t REG_DWORD /d 999 /f" /f reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /v 08 /t REG_SZ /d "reg add HKCU\Console /v ScreenBufferSize /t REG_DWORD /d 655294544 /f" /f reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce /v 99 /t REG_SZ /d "shutdown.exe /r /t 0 /f" /f and well yeah I know this one! Code: powercfg -HIBERNATE OFF
Atak, I have some questions for you I couldn't find answered in the threads: 1) I used the tool on a Win7 Enterprise x64 image that was already updated (via sysprep). It seems to work fine, however I wanted to ask you about the \Windows_7_Image_Updater\Windows7\Import\Windows\Setup\Scripts folder.... EDIT: Deleted the rest of the above question as I figured this part out and edited the setupcomplete.cmd script and took out whatever I didn't want to install, leaving only the gadgets, tweaks, and drivers there. Which leads me to the following question: 2) I usually install graphics and audio drivers post-install, but noticed that your tool has pretty big ATI and nVidia drivers included. Are these required for newer systems, or will the basic Win7 VGA graphics work on those systems until installing new drivers manually? Meaning, are these drivers you included required for function (don't want black screens), or just extras to get one's graphics drivers installed automatically for ease? I also noticed you have some NVIDIA, Realtek, and Intel iGPU driver in the Scripts folder (not in the main driver folder) -- why is this? 3) I noticed that the WinRE.wim image is HUGE. Mine swelled up to 1.2gb, yet the final install.wim was only 300mb or so bigger than my original one without the extra drivers... Not sure how that small a size increase for the install.wim is possible unless the winre.wim files are hard-linked with the other files inside the install.wim? 4) You included Win10 setup files for NVMe support: "Integrates installer from Windows 10". Does this mean you only included setup.exe from Win10, or did you add more Win10 files and also used Win10 boot files? If you'd use all Win10 files for that, we could use install.esd, right? 5) Final question: I noticed you included aaaallll extra files inside the iso: but in my experience for clean installs you only need the boot files, setup.exe (even that only in sources folder, not even in root), so it looks like you add 100's of extra files into the iso's (inside \Installer\x64.7z) like Support folder, and in \sources you have vista, xp, sxs, replacementmanifest, etc., folder but none of those are needed for installs, right? Just curious if you think these are needed and why do you replace all these for they are already present in vanilla iso's -- unless they are from Win10 iso and you felt you had to add them. For example, all you normally need for clean install is this: Code: Win7\Autounattend.xml Win7\bootmgr Win7\bootmgr.efi Win7\boot\bcd Win7\boot\boot.sdi Win7\boot\bootfix.bin Win7\boot\bootsect.exe Win7\boot\etfsboot.com Win7\boot\memtest.efi Win7\boot\memtest.exe Win7\boot\en-us\bootsect.exe.mui Win7\boot\fonts\chs_boot.ttf Win7\boot\fonts\cht_boot.ttf Win7\boot\fonts\jpn_boot.ttf Win7\boot\fonts\kor_boot.ttf Win7\boot\fonts\wgl4_boot.ttf Win7\efi\microsoft\boot\bcd Win7\efi\microsoft\boot\cdboot.efi Win7\efi\microsoft\boot\cdboot_noprompt.efi Win7\efi\microsoft\boot\efisys.bin Win7\efi\microsoft\boot\efisys_noprompt.bin Win7\efi\microsoft\boot\fonts\chs_boot.ttf Win7\efi\microsoft\boot\fonts\cht_boot.ttf Win7\efi\microsoft\boot\fonts\jpn_boot.ttf Win7\efi\microsoft\boot\fonts\kor_boot.ttf Win7\efi\microsoft\boot\fonts\wgl4_boot.ttf Win7\sources\boot.wim Win7\sources\ei.cfg Win7\sources\install.wim Win7\sources\setup.exe Thanks!
I opened the program then i downloaded windows 7 home premium 64 bit then i choosed iso and check only 4 at the top and took me 3 hours without any errors and i will try to make format windows 7 home premium 64 bit. Pc specs: Amd Ryzen 3 2200G Patriot 2x4 8gb Nvidia Geforce Gtx 1050ti 4gb Corsair 450watt WDB HDD 1TB Asrock B450M Pro4 p1.10
If i enable from bios ps/2? So how to install windows 7 without any error (ACPI error)? I have boot windows 7 from boot and when say starting windows i got bluescreen and maybe must update bios. My bios version is p1.10 and i am scare to update bios
Ok could you tell me how to install windows 7? i won't any more windows 10..which setting of bios should to do?
@GSC-Christos_GR Windows 7 is impossible to install on AM4 APUs. Period. Only possible for CPUs. @Atak_Snajpera Very wrong. Amd is much less of a d*ck than intel. Hint: USB3 drivers for latest platforms.
USB problem can be easily "fixed" with external PCI controller. Now try to fix AMD APU case! Good luck with that!
So I should have a bunch of non-working high speed usb ports? Thanks, but no thanks. I'd much rather use windows 10 than cripple half my I/O.