The search index is currently processing. Activity stream results may not be complete.
All Activity
- Past hour
-
Ok, how do I install an OS with just the basics, as in all hardware working, with networking, but nuke defender, system restore, search, all all the other stuff not required for boot. Something like this. https://archive.org/details/windows-7-pesuper-lite-50-mb
-
Something strange with your link: gives on Firefox 'https://github.com/andrew-hoffman/WDM' - so a (nice) 404. I copied the link with context-menu and pasted here to show. Not a big deal, because the shown 'text' is correct.
-
u ready to go on?
- Today
-
the main praise engineering-wise goes to Virgus, the other praise being for painstaking perseverance, which is multi-annually proven to have been on my part.
-
this is only the initial customization - per aspera, ad astra
-
if you think it is too much, u cannot imagine what is lying ahead. Just appreciate the automation, as opposed to having it all done manually as per application one by one
-
with a lot of patience which I pledge to be on my part, I am ready to disclose everything u would like to know about; only upon request, though.
-
reboot and some things have gotten automatically configured of course you would have to know the content of some bat files and figure out whether or not they apply to your system
-
then, after the setupcomplete.cmd above runonceall.reg is injected, whose content I will post below: Windows Registry Editor Version 5.00 ; Created with Winaero Tweaker 0.10.1.0 ; https://winaero.com [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce] "1st"="E:\\OSCustomizer\\whats2Bdun\\.AtTheOutset\\prepping\\1ST.bat" "svbus"="D:\ESSENTIALS\\LaunchBar\16. whats2Bdun\\.AtTheOutset\8. svbus13latest\\bin\\instx64.exe" "overallestlara"="E:\\OSCustomizer\\whats2Bdun\\.AtTheOutset\\overallestninoultimatereservemanager.bat" "dx"="D:\\ESSENTIALS\\LaunchBar\\15. whats2Bdun\\15. Microsoft DirectX SDK (June 2010)\\Redist\\DXSETUP.exe" "nvidia"="E:\\OSCustomizer\\whats2Bdun\\AtTheOutset\\nvidiajunction11.bat" "winruntime"="d:\\Downloads\\winruntime.bat" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce] "1st"="E:\\OSCustomizer\\whats2Bdun\\.AtTheOutset\\prepping\\1ST.bat" "svbus"="D:\ESSENTIALS\LaunchBar\16. whats2Bdun\.AtTheOutset\8. svbus13latest\bin\instx64.exe" "overallestlara"="E:\\OSCustomizer\\whats2Bdun\\.AtTheOutset\\overallestninoultimatereservemanager.bat" "dx"="D:\\ESSENTIALS\\LaunchBar\\15. whats2Bdun\\15. Microsoft DirectX SDK (June 2010)\\Redist\\DXSETUP.exe" "nvidia"="E:\\OSCustomizer\\whats2Bdun\\AtTheOutset\\nvidiajunction11.bat" "winruntime"="d:\\Downloads\\winruntime.bat" [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce] "ECMenu"="D:\\ESSENTIALS\\LaunchBar\\15. whats2Bdun\\7. EcMenu_v1.6\\EcMenu_x64.exe" "UWT"="D:\\ESSENTIALS\\LaunchBar\\15. whats2Bdun\\22. UWT\\Ultimate Windows Tweaker 4.8.exe" "PowerProfiles"="D:\\ESSENTIALS\\LaunchBar\\15. whats2Bdun\\main batch files\\NPowerCfgProfiles.bat" "inbound"="E:\\OSCustomizer\\whats2Bdun\\.AtTheOutset\\prepping\\inboundcall.bat" "inbound2"="E:\\OSCustomizer\\whats2Bdun\\.AtTheOutset\\prepping\\inboundcall2.bat" "preppingmaster"="E:\\OSCustomizer\\whats2Bdun\\.AtTheOutset\prepping\\preppingmaster.bat" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce] "ECMenu"="D:\\ESSENTIALS\\LaunchBar\\15. whats2Bdun\\7. EcMenu_v1.6\\EcMenu_x64.exe" "UWT"="D:\\ESSENTIALS\\LaunchBar\\15. whats2Bdun\\22. UWT\\Ultimate Windows Tweaker 4.8.exe" "PowerProfiles"="D:\\ESSENTIALS\\LaunchBar\\15. whats2Bdun\\main batch files\\NPowerCfgProfiles.bat" "inbound"="E:\\OSCustomizer\\whats2Bdun\\.AtTheOutset\\prepping\\inboundcall.bat" "inbound2"="E:\\OSCustomizer\\whats2Bdun\\.AtTheOutset\\prepping\\inboundcall2.bat" "preppingmaster"="E:\OSCustomizer\whats2Bdun\.AtTheOutset\prepping\preppingmaster.bat"
-
I can send you some they are mostly batch files that automate some of the processes let me show you some for instance, winntsetup (with autounattend.html and nvidia driver at the outset) is followed by first deployment. once at the desktop, setupcomplete.cmd is lauched, whose content I will post below @ECHO OFF set CDROM= FOR %%I IN (C D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST "%%I:\Updates\Win10MarkerFile.txt" SET CDROM=%%I: if "%CDROM%"=="" goto skipHEVC dism /Online /Add-ProvisionedAppxPackage /PackagePath:"%CDROM%\Updates\HEVC\Microsoft.HEVCVideoExtension_2.0.61931.0_x64__8wekyb3d8bbwe.appx" /SkipLicense :skipHEVC if "%CDROM%"=="" goto skipDX9 start /w "" "%CDROM%\Updates\DX9\DXSETUP.exe" /silent :skipDX9 set CDROM= fsutil behavior set disableLastAccess 1 >nul 2>&1 net accounts /maxpwage:unlimited >nul 2>&1 powercfg /h off >nul 2>&1 powercfg /SETACVALUEINDEX 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 7516b95f-f776-4464-8c53-06167f40cc99 3c0bc021-c8a8-4e07-a973-6b14cbcb2b7e 0 >nul 2>&1 powercfg /SETACVALUEINDEX 381b4222-f694-41f0-9685-ff5bb260df2e 7516b95f-f776-4464-8c53-06167f40cc99 3c0bc021-c8a8-4e07-a973-6b14cbcb2b7e 0 >nul 2>&1 powercfg /SETDCVALUEINDEX 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 2a737441-1930-4402-8d77-b2bebba308a3 48e6b7a6-50f5-4782-a5d4-53bb8f07e226 0 >nul 2>&1 powercfg /SETACVALUEINDEX 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 2a737441-1930-4402-8d77-b2bebba308a3 48e6b7a6-50f5-4782-a5d4-53bb8f07e226 0 >nul 2>&1 powercfg /SETDCVALUEINDEX 381b4222-f694-41f0-9685-ff5bb260df2e 2a737441-1930-4402-8d77-b2bebba308a3 48e6b7a6-50f5-4782-a5d4-53bb8f07e226 0 >nul 2>&1 powercfg /SETACVALUEINDEX 381b4222-f694-41f0-9685-ff5bb260df2e 2a737441-1930-4402-8d77-b2bebba308a3 48e6b7a6-50f5-4782-a5d4-53bb8f07e226 0 >nul 2>&1 powercfg /SETDCVALUEINDEX 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 0012ee47-9041-4b5d-9b77-535fba8b1442 6738e2c4-e8a5-4a42-b16a-e040e769756e 0 >nul 2>&1 powercfg /SETACVALUEINDEX 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c 0012ee47-9041-4b5d-9b77-535fba8b1442 6738e2c4-e8a5-4a42-b16a-e040e769756e 0 >nul 2>&1 powercfg /SETDCVALUEINDEX 381b4222-f694-41f0-9685-ff5bb260df2e 0012ee47-9041-4b5d-9b77-535fba8b1442 6738e2c4-e8a5-4a42-b16a-e040e769756e 0 >nul 2>&1 powercfg /SETACVALUEINDEX 381b4222-f694-41f0-9685-ff5bb260df2e 0012ee47-9041-4b5d-9b77-535fba8b1442 6738e2c4-e8a5-4a42-b16a-e040e769756e 0 >nul 2>&1 certutil -addstore -f authroot "%windir%\Setup\Scripts\AuthRoot.sst" >nul 2>&1 set "PF=%ProgramFiles%" if not "%ProgramFiles(x86)%"=="" set "PF=%ProgramFiles(x86)%" set EdgeSetup= for /f "delims=" %%i in ('dir /b /s /a-d "%PF%\Microsoft\Edge\Application\setup.exe" 2^>nul') do (set "EdgeSetup=%%i") if "%EdgeSetup%"=="" goto skipEdgeUinstall start /w "" "%EdgeSetup%" --uninstall --system-level --force-uninstall rd /s /q "%PF%\Microsoft\Edge" >nul 2>&1 :skipEdgeUinstall set EdgeSetup= for /f "delims=" %%i in ('dir /b /s /a-d "%PF%\Microsoft\EdgeUpdate\MicrosoftEdgeUpdateSetup.exe" 2^>nul') do (set "EdgeSetup=%%dpi") if "%EdgeSetup%"=="" goto skipEdgeUpdateUinstall if exist "%EdgeSetup%MicrosoftEdgeUpdate.exe" start /w "" "%EdgeSetup%MicrosoftEdgeUpdate.exe" /unregsvc if exist "%EdgeSetup%MicrosoftEdgeUpdate.exe" start /w "" "%EdgeSetup%MicrosoftEdgeUpdate.exe" /uninstall if exist "%EdgeSetup%psmachine_64.dll" start /w "" "%windir%\System32\regsvr32.exe" /u /s "%EdgeSetup%psmachine_64.dll" if exist "%EdgeSetup%psmachine.dll" start /w "" "%windir%\System32\regsvr32.exe" /u /s "%EdgeSetup%psmachine.dll" rd /s /q "%PF%\Microsoft\EdgeUpdate" >nul 2>&1 rd /s /q "%ProgramData%\Microsoft\EdgeUpdate" >nul 2>&1 if not "%ProgramFiles(x86)%"=="" ( reg delete "HKLM\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate" /v "version" /f >nul 2>&1 reg delete "HKLM\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate" /v "path" /f >nul 2>&1 reg delete "HKLM\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate" /v "UninstallCmdLine" /f >nul 2>&1 reg delete "HKLM\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients" /f >nul 2>&1 reg delete "HKLM\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\ClientState" /f >nul 2>&1 reg delete "HKLM\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\UsageStats" /f >nul 2>&1 reg delete "HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Edge Update" /f >nul 2>&1 ) if "%ProgramFiles(x86)%"=="" ( reg delete "HKLM\SOFTWARE\Microsoft\EdgeUpdate" /v "version" /f >nul 2>&1 reg delete "HKLM\SOFTWARE\Microsoft\EdgeUpdate" /v "path" /f >nul 2>&1 reg delete "HKLM\SOFTWARE\Microsoft\EdgeUpdate" /v "UninstallCmdLine" /f >nul 2>&1 reg delete "HKLM\SOFTWARE\Microsoft\EdgeUpdate\Clients" /f >nul 2>&1 reg delete "HKLM\SOFTWARE\Microsoft\EdgeUpdate\ClientState" /f >nul 2>&1 reg delete "HKLM\SOFTWARE\Microsoft\EdgeUpdate\UsageStats" /f >nul 2>&1 reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Edge Update" /f >nul 2>&1 ) set "EdgeSettings={56EB18F8-B008-4CBD-B6D2-8C97FE7E9062},{F3017226-FE2A-4295-8BDF-00C3A9A7E4C5},{F3C4FE00-EFD5-403B-9569-398A20F1BA4A}" set "EdgeKeys=on-logon,on-logon-autolaunch,on-logon-startup-boost,on-os-upgrade" for %%e in (%EdgeSettings%) do ( for %%k in (%EdgeKeys%) do ( if "%ProgramFiles(x86)%"=="" ( reg add "HKLM\SOFTWARE\Microsoft\EdgeUpdate\Clients\%%e\Commands\%%k" /v "AutoRunOnLogon" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\SOFTWARE\Microsoft\EdgeUpdate\Clients\%%e\Commands\%%k" /v "AutoRunOnOSUpgrade" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\SOFTWARE\Microsoft\EdgeUpdate\Clients\%%e\Commands\%%k" /v "Enabled" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\SOFTWARE\Policies\Microsoft\EdgeUpdate\Clients\%%e\Commands\%%k" /v "AutoRunOnLogon" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\SOFTWARE\Policies\Microsoft\EdgeUpdate\Clients\%%e\Commands\%%k" /v "AutoRunOnOSUpgrade" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\SOFTWARE\Policies\Microsoft\EdgeUpdate\Clients\%%e\Commands\%%k" /v "Enabled" /t REG_DWORD /d "0" /f >nul 2>&1 ) if not "%ProgramFiles(x86)%"=="" ( reg add "HKLM\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\%%e\Commands\%%k" /v "AutoRunOnLogon" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\%%e\Commands\%%k" /v "AutoRunOnOSUpgrade" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\SOFTWARE\WOW6432Node\Microsoft\EdgeUpdate\Clients\%%e\Commands\%%k" /v "Enabled" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\SOFTWARE\WOW6432Node\Policies\Microsoft\EdgeUpdate\Clients\%%e\Commands\%%k" /v "AutoRunOnLogon" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\SOFTWARE\WOW6432Node\Policies\Microsoft\EdgeUpdate\Clients\%%e\Commands\%%k" /v "AutoRunOnOSUpgrade" /t REG_DWORD /d "0" /f >nul 2>&1 reg add "HKLM\SOFTWARE\WOW6432Node\Policies\Microsoft\EdgeUpdate\Clients\%%e\Commands\%%k" /v "Enabled" /t REG_DWORD /d "0" /f >nul 2>&1 ) ) ) set EdgeSettings= set EdgeKeys= :skipEdgeUpdateUinstall set PF= set EdgeSetup= start /w "" "%ProgramFiles%\OpenShellSetup_4_4_191.exe" /qn ADDLOCAL=StartMenu rd /s /q "%ProgramData%\Microsoft\Windows\Start Menu\Programs\Open-Shell" >nul 2>&1 del /q /f "%ProgramFiles%\OpenShellSetup_4_4_191.exe" >nul 2>&1 call "D:\ESSENTIALS\Primo Ramdisk Server Edition 5.6.0 @Essentials\_Primo Ramdisk Server Edition 5.6.0 SilentInstall (inno).bat" call "E:\OSCustomizer\whats2Bdun\.AtTheOutset\prepping\1ST.bat" call "D:\ESSENTIALS\LaunchBar\16. whats2Bdun\.AtTheOutset\8. svbus13latest\bin\instx64.exe" call "E:\OSCustomizer\whats2Bdun\.AtTheOutset\overallestninoultimatereservemanager.bat" call "D:\ESSENTIALS\LaunchBar\15. whats2Bdun\15. Microsoft DirectX SDK (June 2010)\Redist\DXSETUP.exe" call "E:\OSCustomizer\whats2Bdun\AtTheOutset\nvidiajunction11.bat" call "D:\ESSENTIALS\LaunchBar\15. whats2Bdun\7. EcMenu_v1.6\EcMenu_x64.exe" call "D:\ESSENTIALS\LaunchBar\15. whats2Bdun\22. UWT\Ultimate Windows Tweaker 4.8.exe" call "D:\ESSENTIALS\LaunchBar\15. whats2Bdun\main batch files\NPowerCfgProfiles.bat" call "E:\OSCustomizer\whats2Bdun\.AtTheOutset\prepping\inboundcall.bat" call "E:\OSCustomizer\whats2Bdun\.AtTheOutset\prepping\inboundcall2.bat" call "E:\OSCustomizer\whats2Bdun\.AtTheOutset\prepping\preppingmaster.bat" call "D:\ESSENTIALS\LaunchBar\14. Winslop.exe.lnk" call "D:\ESSENTIALS\LaunchBar\13. RepairKit-1.3.8.exe.lnk" call "E:\OSCustomizer\whats2Bdun\winscript.bat" call "d:\Downloads\winruntime.bat"
-
Link to scripts?
-
if u got the proper scripts, which Virgus and I have written so far (a couple of years now) and can be further and better engineered by those who are cleverer than us, u can do a lot more with a lot less space than is occupied by ur systems, I am sure. wanna cooperate?
-
Thanks for testing! Think you can give me a debug log for the last 3? Some of these laptops are probably using GPIO for jack detect or the power amp turn on instead of the dedicated sense and EAPD pins.
-
Last Version of Programs for Windows NT 4.0
ruthan replied to Leokids123's topic in Windows 2000/2003/NT4
Yesterday was released video 86Box + NT 4.0 -
Well done this is coming along great! Tested on 7 machines: Lenovo S20-30 Laptop, Realtek ALC280 - 8086_0F04 / 10EC_0280 - headphones/speaker interchange working - reboot required for volume control Lenovo S10-3 Laptop, Realtel ALC272 - 8086_27D8 / 10EC_0272 - headphones/speaker interchange working - no reboot required for volume control Lenovo E530 Laptop, Conexant CX20671 - 8086_1E20 / 14F1_506E - headphones/speaker interchange working - no reboot required for volume control HP 6550b Laptop, IDT 92HD75B3X5 - 8086_3B56 / 111D_7603 - headphones/speaker interchange working - no reboot required for volume control - needed to nudge volume control to get sound HP 6710b Laptop, Soundmax AD1981HD - 8086_ 284B / 11D4_1981 - headphones working only, speaker not working, audio stream stuttering - no reboot required for volume control (needs to route to NID$05 for speaker) HP NC8430 Laptop, Soundmax AD1981HD - 8086_27D8 / 11D4_1981 - headphones working only, speaker not working - no reboot required for volume control (needs to route to NID$05 for speaker) AMD K30BF_M32BF Desktop, Realtek ALC887 - 1022_780D / 10EC_0887 - front headphones & rear lineout working - headphone/lineout interchange not working - no reboot required for volume control
-
@Dietmar Maybe for 9560.sys work properly you need use ntoskrn8.sys extender and add missing function e.g. PoFxPowerControl, PoFxSetComponentWake, PoFxSetDeviceIdleTimeout or others ? Now I search how add missing functions for work sdbus.sys & sdstor.sys from Win8.1: https://msfn.org/board/topic/187830-how-port-sdbussys-sdstorsys-639600-for-winxp-64-bit/#findComment-1288222 https://msfn.org/board/topic/181615-ntoskrnl-emu_extender-for-windows-xp2003/page/8/#findComment-1288223
-
TLS 1.2/1.3 In A Native Windows XP Application? (LibcURL/OpenSSL SDK)
jumper replied to Bottetoundra719's topic in Windows XP
This video should get you started: -
NTOSKRNL Emu_Extender for Windows XP/2003
reboot12 replied to Mov AX, 0xDEAD's topic in Pinned Topics regarding Windows XP
How add missing functions in NTOSKRN8.SYS for sdbus.sys and sdstor.sys from Win8.1 ? https://msfn.org/board/topic/187830-how-port-sdbussys-sdstorsys-639600-for-winxp-64-bit/#findComment-1288222 sdbus.sys PoFxSetDeviceIdleTimeout IoReportInterruptInactive PoFxPowerControl IoReportInterruptActive ExAcquirePushLockExclusiveEx ExReleasePushLockEx KeQueryInterruptTimePrecise PoFxPowerOnCrashdumpDevice PoFxRegisterCrashdumpDevice PoFxSetComponentWake sdstor.sys PoFxSetDeviceIdleTimeout -
How port sdbus.sys & sdstor.sys 6.3.9600 for WinXP 64-bit?
reboot12 replied to reboot12's topic in Windows XP 64 Bit Edition
Your ready made Generic_SD+MMC_6.2.8056.0 not work on Dell Wyse 5070 Gemini Lake. Maybe it's not a driver problem, but I tested Win8.1 and it installs and runs without any problems on a Dell Wyse 5070 Gemini Lake. sdbus.sys and sdstor.sys 6.3.9600 require some functions: https://www.mediafire.com/file/1oi3xz5tya94e9m/org81.zip/file -
Newer ones than 6.2.8056 are not compatible. Don't exactly remember what was changed, it's way too long from my research. Why you not using ready made drivers? They don't support it? If not, probably same like porting Windows 8.1 USB3.x driver, require too much additional imports and new support structures.
-
reboot12 started following How port sdbus.sys & sdstor.sys 6.3.9600 for WinXP 64-bit?
-
@George King I succesfully use your ported drivers Generic_SD+MMC_6.2.8056.0 for install WinXP 64-bit on eMMC disk on Dell Wyse 3040 Cherry Trail: https://msfn.org/board/topic/183464-updated-drivers-for-windows-xp-sp3-and-windows-2003-sp2-x32x64-for-modern-hardware/page/204/#findComment-1288105 Now I try the same on eMMC in Dell Wyse 5070 Gemini Lake but I have BSOD 7B: I edited the files sdbus.sys 6.3.9600.17399 and sdstor.sys 6.3.9600.17031 changing ntoskrnl.exe to ntoskrn8.sys and security_cookie 32 A2 DF 2D 99 2B to 32 A2 DF 2D 99 FF but not help. Instead of BSOD I have a blank aurora wallpaper but the system does not hang. How properly port drivers?
-
Win10 LTSC IoT lag issues. How to resolve?
DeathAdderSF replied to DeathAdderSF's topic in Windows 10
I'm alive. I've simply got a heavy schedule with limited free time for the computer. I've read your suggestions and am implementing the majority of them. Will report back when "finished," with some results. May be a few days though. Thanks for taking the time to share all the info. -
My Browser Builds (Part 5)
johk replied to roytam1's topic in Browsers working on Older NT-Family OSes
I confirm the MediaFire issue, but I don't know since when happens.