[DISCUSSION] Windows 10 Build 10240

Discussion in 'Windows 10' started by murphy78, Jul 15, 2015.

  1. ZaForD

    ZaForD MDL Expert

    Jan 26, 2008
    1,183
    185
    60
    swap 'cortana' for 'their PC' and it sounds just like my old office. :rolleyes:
     
  2. MS_User

    MS_User MDL Guru

    Nov 30, 2014
    3,987
    871
    120
    i did that lobo did not work
     
  3. poppy10

    poppy10 MDL Novice

    Sep 1, 2011
    38
    4
    0
    #1883 poppy10, Jul 17, 2015
    Last edited: Jul 17, 2015
    Hmm.. strange.

    I've got a very old system that I am using to test. It was never part of the Insider program or tied to an MSA account at all. It was running Win7+Daz loader back in the day; about a year ado I did a clean install of Win 8.1 Pro VL, using with MTK EZ Activator to activate it.

    I just did an in-place upgrade using the 10240 ISO and it has worked perfectly. Whereas before I only had 180 days grace, now slmgr /xpr says windows is activated permanently, and there is no timebomb in Winver. slmbr/dlv shows the last six digital of my license key which I have googled and seems to be unique.

    What is going on? Did I get a legit Win 10 system from a Win 10 MTK-activated one?
     
  4. Don

    Don MDL Expert

    Jul 29, 2009
    1,366
    124
    60
    How much is left in the folder?
     
  5. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,587
    5,350
    210
    I'm on Win 8.1, have 10240 on another partition:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,020
    4,147
    210
    windows.old not fully being removed is a bug, works on some installs, not on others

    Need to take ownership of the folder, remove it in safe mode
     
  7. Don

    Don MDL Expert

    Jul 29, 2009
    1,366
    124
    60
    i really hope they don't have a windows 10.1 because you just know everybody will be calling it windows 101
     
  8. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,587
    5,350
    210
    wait till Jul 30th and see what you have:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. ZaForD

    ZaForD MDL Expert

    Jan 26, 2008
    1,183
    185
    60
    Check that theres no driver files in it first.
    Forcing it to delete is what gave me BSoD's.
     
  10. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    6,945
    10,708
    210
    I'm not sure. was it 8.1 MTK activated previously or 10 MTK activated?
     
  11. davison_silva

    davison_silva MDL Novice

    Nov 4, 2013
    36
    7
    0
    is there any way to install windows photo viewer again?:confused:
     
  12. pauldamo

    pauldamo MDL Senior Member

    Aug 3, 2009
    456
    44
    10
    did you run diskcleanup as admin,then tick the box for previous windows installations,while cleaning,a box will popup asking if you want to remove previous windows,tick ok,it always works for me.
     
  13. MrMagic

    MrMagic MDL Guru

    Feb 13, 2012
    6,020
    4,147
    210

    Windows should not be using ANY files in there, it's the old windows install you upgraded from, any drivers in use should be installed into the new install
     
  14. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,587
    5,350
    210
    How to repair Windows image:
    In ADMIN Cmd Prompt type sfc /scannow may take up to 3 times
    press enter on keyboard if this finds errors try
    In ADMIN Cmd Prompt Type
    Dism /Online /Cleanup-Image /RestoreHealth
    Press enter on keyboard, wait for it to finish, If this does not fix problem, then
    With ISO Media in CD/DVD tray: (The same media you installed image with) Type in ADMIN Cmd Prompt DISM /Online /Cleanup-Image /RestoreHealth /source:wim:C:\install.wim:1 /limitaccess
    press enter on keyboard, wait for it to finish--C would be drive letter of your CD/DVD tray
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. alien2xx

    alien2xx MDL Senior Member

    Aug 5, 2009
    390
    193
    10
    See step 1.
    Right click
    Select Security tab
    Click on 'Advanced'
    Click 'change' ans select your administrator user name
    Make sure you 'tick' both ptions "Replace..."
    Click OK.. it will take long time.. about 4GB to take ownership of files.. let it be...

    Step 2.
    Go to same "Security' tab
    Select "Edit"
    Select 'Add'
    Select your administrator user name and add it
    Make sure you tci all the boxes.. FUll Control,etc..
    CLick OK and let it be it will take a few minutes to finish
    Click OK

    Dne - Delete the folder Windows.old.
     

    Attached Files:

  16. lobo11

    lobo11 TOMAHAWK CHOP

    Feb 16, 2012
    6,587
    5,350
    210
    Me too, never had problem, I bet he's not clicking on system files after running.:D
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. ZaForD

    ZaForD MDL Expert

    Jan 26, 2008
    1,183
    185
    60
    Yep, they should. But on 10166 and now 10240 I had four folders each with a .sys file in them.
    After deleting the old windows folder the way you described I got BSoD's. for 'irql not less or equal' errors. :confused:

    On 10166 a clean install fixed, on 10240 reinstalling the drivers seems to be working.
     
  18. davison_silva

    davison_silva MDL Novice

    Nov 4, 2013
    36
    7
    0
    So Windows Photo Viewer(classical from windows 7) no has been removed in Windows 10 Core x64 10240?:confused:
     
  19. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    6,945
    10,708
    210
    #1899 murphy78, Jul 17, 2015
    Last edited by a moderator: Apr 20, 2017
    (OP)
    That's because takeown by itself doesn't work. You have to use icacls as well. Run this in admin prompt:
    Code:
    takeown /f c:\windows.old /r /d y & icacls c:\windows.old /grant Administrators:F /t
    rd /q/s c:\windows.old
     
  20. warlordll

    warlordll MDL Member

    Apr 25, 2011
    231
    23
    10
    u dont need photo viewer, just right click the file u need the select open, they have redesigned it. took me all of 3 secs to figure this out lol.