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

                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
                      • 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
                      • 24gsm
                        MacBook Pro A1708 install macos fail
                        by 24gsm
                        hi to all
                        i have MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)
                        after enter to recovery and format hdd 1to .
                        after try to install macos online . its frezz at loading install in boot and i waiting few hour but nothing i ty install by boot using flash disk but same issu

                        can help please
                        MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports)
                        Serial Number: FVFXP0U0HV2J
                        Config Code: HV2J
                        Find My Mac: OFF
                        ​...
                        04-16-2025, 03:57 AM
                      • Rudolfl
                        Lenov Yoga C740-14IML laptop freezes
                        by Rudolfl
                        Hi all,

                        I am really lost on this one. Lenovo Yoga C740-14IML. Running W11. Machine freezes intermittently. It may work for hours, then suddenly freeze. Or it may freeze as soon as it starts and gets to lock screen.
                        Now, what was checked:
                        1. BIOS and all drivers are up to date. W11 was re-installed. No additional software is running. Naturally, no viruses, as it is a fresh install
                        2. RAM test passed with memtest86
                        3. SSD is tested and reports healthy status. It is a Samsung M2 SSD MZVLB5512HBJQ. Unfortunately, Samsung "magician" software is not supporting...
                        02-23-2024, 06:52 AM
                      • YOUCEF4787
                        Installation Issue with AMD Radeon 520 Graphics Drivers on Dell inspiron 15 3576
                        by YOUCEF4787
                        I am writing to seek assistance regarding a problem I encountered while attempting to install the AMD Radeon 520 graphics drivers on my Dell Inspiron 15 3576 laptop running Windows 10.

                        Upon installing the graphics drivers, my system freezes, and I am left with a black screen. Unfortunately, this issue has prevented me from utilizing the full capabilities of my AMD Radeon 520 graphics card.

                        Laptop Model: Dell Inspiron 15 3576
                        Operating System: Windows 10
                        Graphics Card: AMD Radeon 520
                        Steps I have taken:

                        Downloaded the latest AMD...
                        07-08-2023, 05:23 AM
                      • Loading...
                      • No more items.
                      Working...