[Repository:] Everything about Windows RT (WOA) v8-x-x and v10 ARM

Discussion in 'Windows 8' started by moderate, Oct 10, 2014.

  1. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,587
    340
  2. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,378
    2,479
    120
    #264 moderate, Jan 11, 2016
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Disable Real-Time protection of Windows Defender:

    There are basically no viruses at arm, but still we have WD running on full steam and taking the speed from our big mobile phone. But disabling options of WD are missing on arm.

    To disable WD here are the options:
    a) you can set policies or local settings
    b) you can set real-time checking or whole WD

    Here are the regs - I found last one the best (policies and real-time checking):

    dis_local_all.reg
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender]
    "DisableAntiSpyware"=dword:00000001
    "DisableAntiVirus"=dword:00000001
    dis_local_real.reg
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Defender\Real-Time Protection]
    "DisableRealtimeMonitoring"=dword:00000001
    dis_policies_all.reg
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender]
    "DisableAntiSpyware"=dword:00000001
    "DisableAntiVirus"=dword:00000001
    dis_policies_real.reg
    Code:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection]
    "DisableRealtimeMonitoring"=dword:00000001
     
  3. valuxin

    valuxin MDL Novice

    Apr 20, 2013
    11
    0
    0
    3dmark .appx file anyone?:)
     
  4. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,378
    2,479
    120
    #266 moderate, Feb 24, 2016
    Last edited by a moderator: Apr 20, 2017
    (OP)
  5. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,378
    2,479
    120
  6. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,378
    2,479
    120
    #269 moderate, Apr 22, 2016
    Last edited by a moderator: Apr 20, 2017
    (OP)
  7. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,681
    18,587
    340
  8. tristanleboss

    tristanleboss MDL Novice

    Nov 13, 2011
    2
    1
    0
    This thread is just amazing: congratulation for the huge work! :worthy:

    Btw, I wonder if Microsoft asked Mega to remove the files or if "moderate" did it but none of the Mega links work anymore :(

    If someone still has a copy of "Windows Kits Pack for ARM", I would love to have a copy of this file :eek:
     
  9. MartinicoBreton

    MartinicoBreton MDL Novice

    Mar 19, 2014
    20
    4
    0
    I prefer a desktop version of Windows 10 for my Surface RT. But it looks very interresting.
     
  10. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,378
    2,479
    120
  11. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,378
    2,479
    120
    #276 moderate, Aug 20, 2016
    Last edited by a moderator: Apr 20, 2017
    (OP)
  12. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,378
    2,479
    120
    #277 moderate, Aug 20, 2016
    Last edited by a moderator: Apr 20, 2017
    (OP)
  13. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,378
    2,479
    120
    #278 moderate, Aug 20, 2016
    Last edited by a moderator: Apr 20, 2017
    (OP)
  14. valuxin

    valuxin MDL Novice

    Apr 20, 2013
    11
    0
    0
    #279 valuxin, Sep 6, 2016
    Last edited by a moderator: Apr 20, 2017
    Found the way to remove Windows Defender and Bitlocker from the Windows RT 8.1 image. There is 2 ways to do this: by utility or by cmd. First one is the easiest. The thing is, system packages are hidden from dism and to unhide them we need to edit the registry.
    The Component remover tool inside Win Toolkit program can help to manage system packages at ease. I've removed Bitlocker and Windows Defender packages from the image so i don't have slow drive encryption and useless antivirus. Everything works great on SecureBoot unlocked Lumia 2520, but idk will this image boot on SecureBoot locked device.

    P.S. Also, I recommend to use the following command to clean up the image from garbage after updates integration:
    Code:
    dism /Image:C:\mount /Cleanup-Image /StartComponentCleanup /ResetBase
    My windows installation with all current updates and all build in microsoft appx recuire just 8gigs of space - thnx to cleanup:)
    If use the WIMboot - OS require just 4gigs.
     
  15. moderate

    moderate MDL Guru

    Aug 31, 2009
    3,378
    2,479
    120
    #280 moderate, Oct 15, 2016
    Last edited by a moderator: Apr 20, 2017
    (OP)