ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Windows 10 vs Windows 7

    Scheduled Pinned Locked Moved IT Discussion
    windows 7windows 10windows
    56 Posts 15 Posters 4.5k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller @Dashrender
      last edited by

      @Dashrender said in Windows 10 vs Windows 7:

      I'm trying to not care about the OS at all. Just like on the phones - who gives a shit? As long as the OS doesn't get in the way of your work, whatever. That said - learning the basics of moving around in each definitely requires time and patience.

      That's why a lot of us dislike Windows 10. So much "getting in the way."

      1 Reply Last reply Reply Quote 1
      • scottalanmillerS
        scottalanmiller @EddieJennings
        last edited by

        @EddieJennings said in Windows 10 vs Windows 7:

        @WrCombs said in Windows 10 vs Windows 7:

        everyone here hates Windows 10 like the plague, but I love it. To me, It's simple and easy to use.

        I don't hate it, but the longer I've been a Windows user, I've become more interested in other options.

        "The more you use Windows, the more you want to stop using Windows."

        Emad RE 1 Reply Last reply Reply Quote 4
        • Emad RE
          Emad R @G I Jones
          last edited by Emad R

          @G-I-Jones

          well, you upgraded late, so most weird stuff got fixed. That said you dont have choice anymore, its not like you can
          install Windows 7 on ryzen or latest intel CPU due to rare circumstance of chipset incompatibility according to MS that we have to take very seriously, something about USB drivers not being able to work on Windows 7 and MS wont provide the drivers for Win 7, cause it is very bad and outdated system, and you need to jump on Windows 10.

          2018-12-21 19_03_52-.png

          1 Reply Last reply Reply Quote 2
          • scottalanmillerS
            scottalanmiller
            last edited by

            That said, if your users really prefer Windows 7, likely this is interface related.

            Consider getting a replacement shell for Windows 10 that makes it look like 7. Often that is all that they mean.

            Or, if you have the flexibility, check out either Fedora with Cinnamon, or Mint Cinnamon for a Windows 7 like experience, but modern.

            Emad RE 1 Reply Last reply Reply Quote 1
            • notverypunnyN
              notverypunny
              last edited by

              From an IT Pro perspective the problems with Win 10 generally seem to be that they've pooched many many updates and a lot of the scripting / automation that was working wonderfully in Win 7 appears to have been broken for no good reason.

              1 Reply Last reply Reply Quote 1
              • PhlipElderP
                PhlipElder
                last edited by PhlipElder

                We're flipping all of our clients over to Windows 10. It's a lot easier to maintain patch wise though the recent move to split-out .NET gives us a bit more complexity.

                Whether Win7 or Win10 it's important to disable SMBv1. The following is PowerShell:

                # Disable on Windows 10
                Disable-WindowsOptionalFeature -Online -FeatureName smb1protocol -Restart
                
                # Check
                Get-WindowsOptionalFeature –Online –FeatureName SMB1Protocol
                
                # Check and Disable on Windows 7
                Get-Item HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters | ForEach-Object {Get-ItemProperty $_.pspath}
                
                # Disable SMBv1 on Windows 7
                Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB1 -Type DWORD -Value 0 –Force
                Restart-Computer
                
                # Disable on Windows Server 2012 RTM
                # Check
                Get-SmbServerConfiguration | Select EnableSMB1Protocol
                
                # Disable
                Set-SmbServerConfiguration -EnableSMB1Protocol $false -Confirm:$False
                
                Emad RE 1 Reply Last reply Reply Quote 0
                • scottalanmillerS
                  scottalanmiller
                  last edited by

                  Weve got lingering Windows 7. But all new installs are 10. Big migration from 7 to 1903 planned for June.

                  1 Reply Last reply Reply Quote 0
                  • CloudKnightC
                    CloudKnight
                    last edited by

                    I prefer the previous update method, and not the windows as a service updates.....every time it makes me want to bang my head against a wall... The start menu is better in windows 7, although task manager and copy progress are a lot better in windows 10..

                    1 Reply Last reply Reply Quote 0
                    • black3dynamiteB
                      black3dynamite
                      last edited by

                      I like both when they are running has a VM guest on my Fedora Workstation.:grinning_face_with_smiling_eyes:

                      1 Reply Last reply Reply Quote 1
                      • 1
                        1337
                        last edited by

                        As said, there is not much of a choice for new installs. You're either running Windows 10 or you're not running Windows.

                        1 Reply Last reply Reply Quote 2
                        • wrx7mW
                          wrx7m
                          last edited by

                          I think there are pros and cons to each.

                          Patching has degraded on both, so there isn't a clear distinction on one being more stable when it comes to patching.
                          There are definitely better/more modern features in 10, but some of the stuff that I use take more clicks to access than it used to. They are hiding things that average people don't use, but I wish there were a setting or mode that would allow me to pick to bring those now hidden features to the foreground.
                          Windows 10 is faster on the same hardware, in my experience.
                          Customizing it is kind of a pain for administrators. Using xml files for customizing the start menu, task bar, etc is not super reliable.
                          In 1703 (maybe later versions, too), when you have a laptop with its lid closed, the start menu doesn't scale and is super tiny and cut off in certain sections. Pretty much unusable.

                          1 Reply Last reply Reply Quote 1
                          • Emad RE
                            Emad R @scottalanmiller
                            last edited by

                            @scottalanmiller said in Windows 10 vs Windows 7:

                            @EddieJennings said in Windows 10 vs Windows 7:

                            @WrCombs said in Windows 10 vs Windows 7:

                            everyone here hates Windows 10 like the plague, but I love it. To me, It's simple and easy to use.

                            I don't hate it, but the longer I've been a Windows user, I've become more interested in other options.

                            "The more you use Windows, the more you want to stop using Windows."

                            I dual booted Xubuntu recently, and wanted to full switch in light of new STEAM proton API, which is amazing it makes all games on steam for windows magically work on Linux, just make sure to download and choose latest BETA proton api.

                            The bad news, while the API works, and fixes the game. Most modern games come with proprietary anti-cheat engine, and that simply does not allow the game to play on multiplayer.

                            So I either need to change my games . or do Graphic card pass through which is too much of hassle even for tinkerer like me. However having said that I should stop wasting my time with games...

                            1 Reply Last reply Reply Quote 1
                            • Emad RE
                              Emad R @scottalanmiller
                              last edited by

                              @scottalanmiller said in Windows 10 vs Windows 7:

                              That said, if your users really prefer Windows 7, likely this is interface related.

                              Consider getting a replacement shell for Windows 10 that makes it look like 7. Often that is all that they mean.

                              Or, if you have the flexibility, check out either Fedora with Cinnamon, or Mint Cinnamon for a Windows 7 like experience, but modern.

                              Classic Shell

                              1 Reply Last reply Reply Quote 1
                              • Emad RE
                                Emad R @PhlipElder
                                last edited by

                                @PhlipElder said in Windows 10 vs Windows 7:

                                We're flipping all of our clients over to Windows 10. It's a lot easier to maintain patch wise though the recent move to split-out .NET gives us a bit more complexity.

                                Whether Win7 or Win10 it's important to disable SMBv1. The following is PowerShell:

                                # Disable on Windows 10
                                Disable-WindowsOptionalFeature -Online -FeatureName smb1protocol -Restart
                                
                                # Check
                                Get-WindowsOptionalFeature –Online –FeatureName SMB1Protocol
                                
                                # Check and Disable on Windows 7
                                Get-Item HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters | ForEach-Object {Get-ItemProperty $_.pspath}
                                
                                # Disable SMBv1 on Windows 7
                                Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB1 -Type DWORD -Value 0 –Force
                                Restart-Computer
                                
                                # Disable on Windows Server 2012 RTM
                                # Check
                                Get-SmbServerConfiguration | Select EnableSMB1Protocol
                                
                                # Disable
                                Set-SmbServerConfiguration -EnableSMB1Protocol $false -Confirm:$False
                                

                                What do you mean split out .NET ?

                                You can install latest version of .NET on both systems, and the only split .net done was in 4.0 they made one full and one for client, then they realized it us mistake. and never did it again.

                                PhlipElderP 1 Reply Last reply Reply Quote 0
                                • PhlipElderP
                                  PhlipElder @Emad R
                                  last edited by PhlipElder

                                  @Emad-R said in Windows 10 vs Windows 7:

                                  @PhlipElder said in Windows 10 vs Windows 7:

                                  We're flipping all of our clients over to Windows 10. It's a lot easier to maintain patch wise though the recent move to split-out .NET gives us a bit more complexity.

                                  Whether Win7 or Win10 it's important to disable SMBv1. The following is PowerShell:

                                  # Disable on Windows 10
                                  Disable-WindowsOptionalFeature -Online -FeatureName smb1protocol -Restart
                                  
                                  # Check
                                  Get-WindowsOptionalFeature –Online –FeatureName SMB1Protocol
                                  
                                  # Check and Disable on Windows 7
                                  Get-Item HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters | ForEach-Object {Get-ItemProperty $_.pspath}
                                  
                                  # Disable SMBv1 on Windows 7
                                  Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB1 -Type DWORD -Value 0 –Force
                                  Restart-Computer
                                  
                                  # Disable on Windows Server 2012 RTM
                                  # Check
                                  Get-SmbServerConfiguration | Select EnableSMB1Protocol
                                  
                                  # Disable
                                  Set-SmbServerConfiguration -EnableSMB1Protocol $false -Confirm:$False
                                  

                                  What do you mean split out .NET ?

                                  You can install latest version of .NET on both systems, and the only split .net done was in 4.0 they made one full and one for client, then they realized it us mistake. and never did it again.

                                  Windows 10 Update structure:
                                  1: Servicing Stack Updates (Requires an acknowledgement prior to entry)
                                  2: Latest Cumulative Update
                                  3: Latest .NET Update for Windows 10 (I've not found a URL for this one yet)

                                  Meaning, .NET will not be delivered in the LCU anymore.

                                  1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller
                                    last edited by

                                    Speaking of Windows Updates. I literally just found my first Windows 10 machine that successfully detected 1809 and attempted to update. No word yet if it will be successful. But this is the VERY FIRST time that I've not had to use the media creation tool to get it to recognize that 1809 exists.

                                    PhlipElderP JaredBuschJ 2 Replies Last reply Reply Quote 0
                                    • PhlipElderP
                                      PhlipElder @scottalanmiller
                                      last edited by

                                      @scottalanmiller said in Windows 10 vs Windows 7:

                                      Speaking of Windows Updates. I literally just found my first Windows 10 machine that successfully detected 1809 and attempted to update. No word yet if it will be successful. But this is the VERY FIRST time that I've not had to use the media creation tool to get it to recognize that 1809 exists.

                                      From what I understand the throttling is being pulled off now.

                                      1 Reply Last reply Reply Quote 0
                                      • JaredBuschJ
                                        JaredBusch @scottalanmiller
                                        last edited by

                                        @scottalanmiller said in Windows 10 vs Windows 7:

                                        Speaking of Windows Updates. I literally just found my first Windows 10 machine that successfully detected 1809 and attempted to update. No word yet if it will be successful. But this is the VERY FIRST time that I've not had to use the media creation tool to get it to recognize that 1809 exists.

                                        Also speaking of updates.

                                        https://www.howtogeek.com/369656/dont-click-check-for-updates-unless-you-want-unstable-windows-10-updates/

                                        scottalanmillerS PhlipElderP 2 Replies Last reply Reply Quote 1
                                        • scottalanmillerS
                                          scottalanmiller @JaredBusch
                                          last edited by

                                          @JaredBusch said in Windows 10 vs Windows 7:

                                          @scottalanmiller said in Windows 10 vs Windows 7:

                                          Speaking of Windows Updates. I literally just found my first Windows 10 machine that successfully detected 1809 and attempted to update. No word yet if it will be successful. But this is the VERY FIRST time that I've not had to use the media creation tool to get it to recognize that 1809 exists.

                                          Also speaking of updates.

                                          https://www.howtogeek.com/369656/dont-click-check-for-updates-unless-you-want-unstable-windows-10-updates/

                                          FFS

                                          Basically they just stated outright... Windows 10 isn't ready for production use. Which we knew, but they've made it official.

                                          notverypunnyN 1 Reply Last reply Reply Quote 1
                                          • notverypunnyN
                                            notverypunny @scottalanmiller
                                            last edited by

                                            @scottalanmiller said in Windows 10 vs Windows 7:

                                            @JaredBusch said in Windows 10 vs Windows 7:

                                            @scottalanmiller said in Windows 10 vs Windows 7:

                                            Speaking of Windows Updates. I literally just found my first Windows 10 machine that successfully detected 1809 and attempted to update. No word yet if it will be successful. But this is the VERY FIRST time that I've not had to use the media creation tool to get it to recognize that 1809 exists.

                                            Also speaking of updates.

                                            https://www.howtogeek.com/369656/dont-click-check-for-updates-unless-you-want-unstable-windows-10-updates/

                                            FFS

                                            Basically they just stated outright... Windows 10 isn't ready for production use. Which we knew, but they've made it official.

                                            Yeah, there was something on theregister or slashdot in the past couple of weeks about this. Makes me VERY happy that a) We're running WSUS at work to control this garbage and b) that I'm not the WSUS admin

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post