Windows Fresh Install

  • Be sure to checkout “Tips & Tricks”
    Dear Guest Visitor → Once you register and log-in please checkout the “Tips & Tricks” page for some very handy tips!

    /Steve.
  • BootAble – FreeDOS boot testing freeware

    To obtain direct, low-level access to a system's mass storage drives, SpinRite runs under a GRC-customized version of FreeDOS which has been modified to add compatibility with all file systems. In order to run SpinRite it must first be possible to boot FreeDOS.

    GRC's “BootAble” freeware allows anyone to easily create BIOS-bootable media in order to workout and confirm the details of getting a machine to boot FreeDOS through a BIOS. Once the means of doing that has been determined, the media created by SpinRite can be booted and run in the same way.

    The participants here, who have taken the time to share their knowledge and experience, their successes and some frustrations with booting their computers into FreeDOS, have created a valuable knowledgebase which will benefit everyone who follows.

    You may click on the image to the right to obtain your own copy of BootAble. Then use the knowledge and experience documented here to boot your computer(s) into FreeDOS. And please do not hesitate to ask questions – nowhere else can better answers be found.

    (You may permanently close this reminder with the 'X' in the upper right.)

Back in 1996 I wrote for Australian "Desktop" (publishing) magazine and back then Quark Express was the industry standard for layout software, and knew it, and charged like it knew it. Adobe had PageMaker but then brought out InDesign which every Quark loathing person in the industry quickly named the Quark Killer. Adobe never even had to utter the term - it was all done by the users who'd had a gutful.

How ironic that Adobe is now the new Quark, and has been since they started their software rental treadmill with the software subscription model.

Andrew
 
  • Like
Reactions: SeanBZA
One important step I always do on new Windows installs is to find the machine's driver page as it seems the old Microsoft "we now have all the drivers you need" no longer works.

Maybe there's too much innovation, faster than Microsoft can handle.

Anyway, adding a "drivers" folder in the freshly minted Windows 1X "tiny" installer is a very important step.
Some computers now have newer controllers, which require a specific driver on installation time (as it was in the time of Windows 2000).

Also, save that driver page URL on file on that folder, you might forget were it was once you have your fresh windows installation.
 
  • Like
Reactions: SeanBZA
Back in 1996 I wrote for Australian "Desktop" (publishing) magazine and back then Quark Express was the industry standard for layout software, and knew it, and charged like it knew it. Adobe had PageMaker but then brought out InDesign which every Quark loathing person in the industry quickly named the Quark Killer. Adobe never even had to utter the term - it was all done by the users who'd had a gutful.

How ironic that Adobe is now the new Quark, and has been since they started their software rental treadmill with the software subscription model.

Andrew
I remember Pagemaker when it was supplied by Aldus, and it was a superior offering over Quark, offering both speed, better layout tools and at least you could use it for hours without it crashing and losing the entire project as it died.
 
  • Like
Reactions: Andrew Smith
Windows has two different API groups that can help with new installs and create new fresh installs, the DISM api (which the DISM command line tool is based) and the Setup API, which can be used to to scan a set of folders and install the correct drivers. I have been slowely creating a Windows 10 22h2 install that is as clean as I can make it, my god a hate all the overflowing crap in Windows, I can't believe or understand why they add all the garbage. Windows could be so much better.
 
Windows has two different API groups that can help with new installs and create new fresh installs, the DISM api (which the DISM command line tool is based) and the Setup API, which can be used to to scan a set of folders and install the correct drivers. I have been slowely creating a Windows 10 22h2 install that is as clean as I can make it, my god a hate all the overflowing crap in Windows, I can't believe or understand why they add all the garbage. Windows could be so much better.
Rather than create your own stripped down distribution, maybe check out Tiny10:

 
  • Like
Reactions: gvlx
The reason I had pointed out those API sets is because that is what Microsoft has provided for their operating systems, it is likely that these stripped down iso were created by using those types of APIs. You can get the DISM .h and .lib files with the Windows SDK. One thing I have not worked out is how to reduce the WIM file size, when I remove windows compounds, it is keeping the payload in the WIM file. For example, the windows 10 WIM files included .NET 3.5 for a long time, but in 22h2, .NET 3.5 payload was removed. So if you have any old applications you can't just add it with the dism command line program like you also could. I am like Steve regarding this kind of thing, Windows is a tool and I don't want candy crush, cortana, or copilot. To me, I don't care what they add, as long as I can remove it if I don't want it, maybe there will be something to copilot, but everyone should be able to remove it, including the payload.