?

Do you believe Microsoft is going to rebrand Windows 10 to something else?

Poll closed May 30, 2021.
  1. Yes, "Windows 10" is already dated and getting long in the tooth.

    34.5%
  2. No chance, they are going to cling to the "Windows 10" brand for as long as they can.

    39.1%
  3. Meh... Don't care.

    26.4%
  1. Dante38490

    Dante38490 MDL Member

    Apr 1, 2011
    157
    14
    10
  2. omgomgomg3

    omgomgomg3 MDL Novice

    Sep 2, 2010
    10
    1
    0
    is anyone able to join the insider program on the windows 11 build that was leaked?
     
  3. donmiller

    donmiller MDL Addicted

    Jun 4, 2016
    518
    323
    30
    So what do you do when MSFT releases a new OS and it won't talk to your hardware? Do you blame MSFT? Or do you blame the hardware manufacturer for not providing drivers that work with Windows 11? Do you curse MSFT for requiring UEFI, Secure Boot, and TPM? Or do you curse the device manufacturer for not providing these subsystems in your current PC?

    The answer is this: You curse both the hardware and software manufacturer because they are both trying to make money off of you. They are in this together. This is a Deja Vu. These manufacturers are going to do whatever makes them the most money. Allowing you to use your hardware forever with a newer and cheesier OS doesn't generate as much revenue as making you buy a new PC to work with the new OS. If this leads to putting you on an OS island where your old hardware only works with an older OS, then they want you to buy your way off the island!

    As I look back over the last 30 years of Windows, I see that I don't do a whole lot more with Windows today, than I did with Windows XP! We just happen to be at one of those OS inflection points where I feel like someone is trying to persuade us to go down to the computer store and buy a new shiny plastic PC to work with a cheesy and more cosmetic OS. For me, that is absolutely ridiculous. It still feels like a scam to me.
     
  4. CubanB

    CubanB MDL Novice

    Jan 10, 2020
    18
    7
    0
    100% agree. And most likely a lot of normies will fall for it, out of laziness, or the hype or whatever else. They are free to do whatever they want, I'm not trying to stop them.. but just saying.. I strongly agree with that post.

    The new gaming features feel like a parent jigging shiny keys in front of a toddler. Meanwhile, "buy new stuff" with artificial limits on hardware and software. Some of it may be positive, but most of it feels like a scam. There is a heavy theme of "make things artificially redundant and obsolete with artificial limits" that's been growing over time.
     
  5. PolidelticusFire

    PolidelticusFire MDL Senior Member

    May 7, 2020
    289
    139
    10
    I did, but for me it was showing a "Your PC doesn't meet minimum requirements" warning when using the leaked build.
     
  6. Dante38490

    Dante38490 MDL Member

    Apr 1, 2011
    157
    14
    10
    no problem in my side from build leaked
    upload_2021-6-25_6-35-7.png
     
  7. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,549
    879
    60
    you have a download link for the ISO?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    6,943
    10,704
    210
    Windows Insiders need to set themselves to DEV ring to get the first public Win11 builds. I'm sure they'll get posted here soon after they're available anyway.
    Maybe you couldn't read the text. I couldn't either, but I could roughly translate that it was the insider dev ring page screenshot. They're waiting on the build.
     
  9. def0

    def0 MDL Novice

    Jul 3, 2015
    29
    5
    0
    Just enabled PTT in my Asus BIOS and we're good boooys... (if you have a newer Intel based Asus board, go to advandced, PCH-FW and Enable PTT)
     
  10. TheVoid

    TheVoid MDL Novice

    Apr 28, 2012
    14
    8
    0
    Windows 12 will have lower hardware standards than Windows 11 :D
     
  11. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,522
    1,602
    150
    That works :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. donmiller

    donmiller MDL Addicted

    Jun 4, 2016
    518
    323
    30
    Yes and Windows 12 will be more stable. We must maintain the following pattern :)

    Windows 95=Unstable
    Windows 98=Stable
    Windows Millenium=Unstable
    Windows XP=Stable
    Windows Vista=Unstable
    Windows 7=Stable
    Windows 8.X=Unstable
    Windows 10=Stable
    Windows 11=Unstable
    Windows 12=Stable

    ...just kidding, of course.
     
  13. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,013
    775
    180
  14. wuhoatu

    wuhoatu MDL Member

    Apr 24, 2009
    241
    15
    10
    Cannot have dot Net 3.5 installed. I try DISM command, PowerShell method, update from Windows 10 with .Net 3.5 preinstalled without sucess. :LOL
     
  15. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    6,943
    10,704
    210
    You're doing it wrong somehow.
    Use this script. Save as net3.cmd and run it.
    Code:
    @echo off
    color 1f
    :Begin UAC check and Auto-Elevate Permissions
    :-------------------------------------
    REM  --> Check for permissions
    >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
    
    REM --> If error flag set, we do not have admin.
    if '%errorlevel%' NEQ '0' (
    echo:
    echo   Requesting Administrative Privileges...
    echo   Press YES in UAC Prompt to Continue
    echo:
    
        goto UACPrompt
    ) else ( goto gotAdmin )
    
    :UACPrompt
        echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
        echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"
    
        "%temp%\getadmin.vbs"
        exit /B
    
    :gotAdmin
        if exist "%temp%\getadmin.vbs" ( del "%temp%\getadmin.vbs" )
        pushd "%CD%"
        CD /D "%~dp0"
    :--------------------------------------
    Title NetFx3 Installer Script
    ECHO -------------------------------------------------------------------------------
    echo.                       .NET 2-3.5.1 Installer Script
    ECHO -------------------------------------------------------------------------------
    
    ECHO This script will run Windows Update to download the latest version of
    ECHO NetFX3 which includes all netfx versions between 2 and 3.5.1 Family Update.
    ECHO -------------------------------------------------------------------------------
    CHOICE /c YN /n /M "Run this script? (Y/N): "
    set errortemp=%ERRORLEVEL%
    IF %ERRORTEMP% EQU 2 EXIT
    IF %ERRORTEMP% EQU 0 EXIT
    FOR %%i IN (Z Y X W V U T S R Q P O N M L K J I H G F E D C B A) DO (IF EXIST "%%i:\sources\sxs\" SET NETFX3PATH="%%i:\sources\sxs"&GOTO :OFFLINE)
    IF NOT EXIST %WINDIR%\SysWoW64 (
    FOR %%i IN (Z Y X W V U T S R Q P O N M L K J I H G F E D C B A) DO (IF EXIST "%%i:\x86\sources\sxs\" SET NETFX3PATH="%%i:\sources\sxs"&GOTO :OFFLINE)
    ) ELSE (
    FOR %%i IN (Z Y X W V U T S R Q P O N M L K J I H G F E D C B A) DO (IF EXIST "%%i:\x64\sources\sxs\" SET NETFX3PATH="%%i:\sources\sxs"&GOTO :OFFLINE)
    )
    dism /online /enable-feature /featurename:netfx3
    ECHO -------------------------------------------------------------------------------
    echo.                                 Finished
    ECHO -------------------------------------------------------------------------------
    echo Press any key to exit...
    pause>NUL
    goto :EOF
    
    :OFFLINE
    dism /online /enable-feature /featurename:netfx3 /source:%NETFX3PATH%
    ECHO -------------------------------------------------------------------------------
    echo.                                 Finished
    ECHO -------------------------------------------------------------------------------
    echo Press any key to exit...
    pause>NUL
    goto :EOF
     
  16. EDK-Rise

    EDK-Rise MDL Junior Member

    Aug 7, 2013
    75
    48
    0
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Coentje44

    Coentje44 MDL Member

    Apr 16, 2011
    159
    29
    10
    Yes and you can still join the Dev channel which is required to get the latest Windows 11 builds.
     
  18. vladnil

    vladnil MDL Member

    Jan 19, 2019
    243
    164
    10
    On the sidelines of the release of Windows 11
    Now they are riveting assemblies, along with miners. We need to get bitcoin up.:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...