Clean Install of Win 10 ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • junktv
    Badcaps Legend
    • Nov 2010
    • 3065
    • USA

    #21
    Re: Clean Install of Win 10 ?

    Is this the link? Building a new system and might have to check it out. http://windows.microsoft.com/en-us/windows/preview-iso


    What happened to 9? I thought it was supposed to be the next good one?

    Comment

    • mariushm
      Badcaps Legend
      • May 2011
      • 3799

      #22
      Re: Clean Install of Win 10 ?

      They jumped to 10 because they wanted lots of compatibility for older programs.

      Some old applications check if the operating system is older than 2000/XP by doing a test like this:

      If operating system name starts with "windows 9" or "windows me" then do something

      By saying windows 9 the applications are catching windows 95, 98 and all the editions they came in... but they'd also catch the exact "windows 9"

      Comment

      • diif
        Badcaps Legend
        • Feb 2014
        • 6978
        • England

        #23
        Re: Clean Install of Win 10 ?

        @ivtec, i wasn't calling you a fool.

        I believe they have jumped to 10 to get as far away from 8 as possible. Maybe they didn't want a Windows Nein !

        If software is checking for compatibility it checks the version number not the name of the OS. Windows XP is 5.1, Vista 6.0, Windows 7 is 6.1 and Windows 8 is 6.3

        Comment

        • mariushm
          Badcaps Legend
          • May 2011
          • 3799

          #24
          Re: Clean Install of Win 10 ?

          Originally posted by diif
          If software is checking for compatibility it checks the version number not the name of the OS. Windows XP is 5.1, Vista 6.0, Windows 7 is 6.1 and Windows 8 is 6.3

          See https://searchcode.com/?q=if%28versi...indows+9%22%29

          See https://searchcode.com/?q=.startswith%28%22windows+9%22

          ps. Programmers are lazy and some are stupid. Same thing happened with Windows 95 : http://blogs.msdn.com/b/oldnewthing/.../13/72476.aspx

          Version numbers. Very important. And so many people check them wrong.

          This is why Windows 95's GetVersion function returned 3.95 instead of 4.0. A lot of code checked the version number like this:

          UINT Ver = GetVersion();
          UINT MajorVersion = LOBYTE(uVer);
          UINT MinorVersion = HIBYTE(uVer);
          if (MajorVersion < 3 || MinorVersion < 10) {
          Error("This program requires Windows 3.1");
          }

          Now consider what happens when the version number is reported as 4.0. The major version check passes, but the minor version check fails since 0 is less than 10.

          This bug was so rife that we gave up shimming every app that had the problem and just decided, "Fine. If anybody asks, say that the Windows version is 3.95."
          Last edited by mariushm; 02-10-2015, 06:25 PM.

          Comment

          • ivtec
            Badcaps Legend
            • Dec 2008
            • 1967
            • USA

            #25
            Re: Clean Install of Win 10 ?

            Originally posted by diif
            @ivtec, i wasn't calling you a fool.

            I believe they have jumped to 10 to get as far away from 8 as possible. Maybe they didn't want a Windows Nein !

            If software is checking for compatibility it checks the version number not the name of the OS. Windows XP is 5.1, Vista 6.0, Windows 7 is 6.1 and Windows 8 is 6.3
            I know That; you just made it a matter of speech.

            Also what i don't understand is why they let me install an iso win 7 over Vista and let me validate it over auto,normally with Iso's you can put in Key or do it auto on line and also have 30 days grace to see if you like it,but it has a notification on action center where it tell you to activate,but i did not see that at all,unless they got confused because this is the same HP DV-5 motherboard as the other
            HP DV-6 which has a legit Win 7 installed,hope this mess of Win 10 preview for free from win 7 will favor me and let me keep win 7, on the HP DV-5 that had Win Vista,if MS don't let me keep Win 10 for free!
            Last edited by ivtec; 02-11-2015, 11:14 AM.

            Comment

            • diif
              Badcaps Legend
              • Feb 2014
              • 6978
              • England

              #26
              Re: Clean Install of Win 10 ?

              ivtec, right click on my computer -> properties, scroll to the bottom. That's where the activation status is.

              Comment

              • ivtec
                Badcaps Legend
                • Dec 2008
                • 1967
                • USA

                #27
                Re: Clean Install of Win 10 ?

                Originally posted by diif
                ivtec, right click on my computer -> properties, scroll to the bottom. That's where the activation status is.
                Thanks diif: you mean this? check pic.
                Attached Files

                if you find these attachements useful please consider making a small donation to the site

                Comment

                • ivtec
                  Badcaps Legend
                  • Dec 2008
                  • 1967
                  • USA

                  #28
                  Re: Clean Install of Win 10 ?

                  Originally posted by ivtec
                  Thanks diif: you mean this? check pic.
                  Also my other HP Dv-6 Laptop has the exact same Id # and all the specs in the pic attach are the same.

                  Comment

                  • diif
                    Badcaps Legend
                    • Feb 2014
                    • 6978
                    • England

                    #29
                    Re: Clean Install of Win 10 ?

                    Yes, that's the page, shows activation at the bottom.

                    Comment

                    • ivtec
                      Badcaps Legend
                      • Dec 2008
                      • 1967
                      • USA

                      #30
                      Re: Clean Install of Win 10 ?

                      Originally posted by diif
                      Yes, that's the page, shows activation at the bottom.
                      Thanks diif; i downloaded the 'magic key finder' on both Hp Dv-5 and Hp Dv-6 both product ID # and Cd key match,

                      Comment

                      Related Topics

                      Collapse

                      • japlytic
                        DRIVER_PNP_WATCHDOG error re. old drivers in Windows 11 install image
                        by japlytic
                        In a Beelink GTR mini PC, mine has an Intel AX200NGW WLAN module.

                        Tried (only with keyboard/mouse connected):
                        • BIOS + database update
                        • Using latest Windows 11 image built with official image creation tool
                        • Previous setup version for Windows 11 installer
                        • Replacing SSD without a slow block (the previous SSD had a slow block with access time > 500 mS)
                        • TPM reset (worked to the point where DRIVER_PNP_WATCHDOG error message is displayed briefly after the point of stalling)
                        • Disabling power to WLAN and LAN modules in BIOS (Advanced > AMD PBS > PCI Express Configuration)
                        ...
                        06-19-2025, 04:59 PM
                      • alipiorpz
                        Error install GPU Drivers in Asus Vivobook K6502HC
                        by alipiorpz
                        Guys, I have an intriguing case on my workbench.

                        I have an Asus Vivobook K6502HC.

                        It detects the RTX GPU in the BIOS, but it won't install the drivers in Windows.

                        Could anyone tell me what's causing this?
                        11-10-2025, 03:25 PM
                      • gutkin
                        BIOS - GeForce RTX 3060 TI Ventus 3X 8G OC LHR
                        by gutkin
                        Hello colleagues. I've received five mining graphics cards with various issues. Three of them are GeForce RTX 3060 Ti Ventus 3X 8G OC LHR. All three are displaying an image, but the fans are constantly running at full speed (after maintenance). I ran MATs and none of the memory modules showed any problems. These cards were running HiveOS. After maintenance, they were put into the test bench, but when I tried to install the drivers, they all failed. Using GPU-Z, I realized they all have the same BIOS, even one 3070 Ti Ventus X2 (which has a VRAM issue), but they all have the same VBIOS. My idea...
                        11-22-2025, 10:26 AM
                      • hpw19b
                        Default Lenovo LEGION Y530 (NS-B961 Rev 1.0) unavailable to install nvidia drivers
                        by hpw19b
                        I have recently unlocked supervisor password and flashed bios, now if i look at bios it does not show device name and device S/N. Also lenovo vantage app does not seem to work (i guess its releated to device name and serial)

                        Now the nvidia gtx 1060 driver does not want to install. Intel UHD 630 driver installs fine.
                        Ive tried: format
                        Wiindows update to latest version
                        DDU (display driver uninstaller) in safe mode and all the other things i found in google.

                        Device manager: This device is not working properly because Windows cannot load the drivers required...
                        04-14-2021, 11:52 PM
                      • Eotis
                        Framework 13 laptop ,Nvram locked ,TPM issue
                        by Eotis
                        Hi folks. I have a Framework 13 laptop with these specs.


                        Motherboard: Framework FRANBMCPOC AC
                        Processor: 11th Gen Intel® Core™ i7-1185G7 @ 3.00GHz 3.00 GHz

                        Graphics: Intel Iris xe
                        Installed RAM: 64.0 GB (63.8 GB usable)
                        System type: 64-bit operating system, x64-based processor

                        Bios: Uefi InsydeH20 3.24


                        Edition: Windows 11 Pro/ AtlasOS
                        Version: 23H2
                        Installed: ‎9/‎16/‎2024
                        OS build: 22631.4169

                        Intel Chipset driver: 10.1.19502.8391



                        This processor seems to...
                        11-18-2025, 08:55 PM
                      • Loading...
                      • No more items.
                      Working...