Win32 Calculator is back (at least in LTSB)

Discussion in 'Windows 10' started by KNARZ, Jul 29, 2015.

  1. T-S

    T-S MDL Guru

    Joined:
    Dec 14, 2012
    Messages:
    3,988
    Likes Received:
    1,327
    Trophy Points:
    120

    Calc exe is just a launcher for the real calculator. If the app is installed it launches it, if the w32 program is installed it opens the latter.
     
  2. dudedroid

    dudedroid MDL Junior Member

    Joined:
    Apr 28, 2011
    Messages:
    93
    Likes Received:
    7
    Trophy Points:
    0
    for me both are installed. Is there any way to remove the metro calc?
     
  3. qwerty12

    qwerty12 MDL Novice

    Joined:
    Aug 31, 2010
    Messages:
    49
    Likes Received:
    68
    Trophy Points:
    0
    #43 qwerty12, Sep 26, 2015
    Last edited by a moderator: Apr 20, 2017
    I guess it would be with dism and all that crap. There's so many examples of it being invoked on this forum, it probably wouldn't be hard to find how to do it. That said, to strictly answer your first question, you can take advantage of the fact that the Run dialog looks in the App Paths Registry key to resolve paths to applications first (which is why, say, firefox can be started from there just by typing its name even though the directory Firefox resides in isn't in the PATH). Import this and running calc from Run should start the traditional calculator (note: since I'm running LTSB, I don't even have the Metro calculator in the first place but testing this by getting calc to start cmd worked for me), assuming there's a link to it at C:\Windows\System32\win32calc.exe, like on a stock LTSB system:

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\calc.exe]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,77,00,69,00,\
      6e,00,33,00,32,00,63,00,61,00,6c,00,63,00,2e,00,65,00,78,00,65,00,00,00
    
    
     
  4. T-S

    T-S MDL Guru

    Joined:
    Dec 14, 2012
    Messages:
    3,988
    Likes Received:
    1,327
    Trophy Points:
    120
  5. dudedroid

    dudedroid MDL Junior Member

    Joined:
    Apr 28, 2011
    Messages:
    93
    Likes Received:
    7
    Trophy Points:
    0
  6. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
    #46 abbodi1406, Sep 26, 2015
    Last edited by a moderator: Apr 20, 2017
    Run:
    Code:
    explorer.exe shell:AppsFolder
    right-click on Calculator and select Uninstall
     
  7. dudedroid

    dudedroid MDL Junior Member

    Joined:
    Apr 28, 2011
    Messages:
    93
    Likes Received:
    7
    Trophy Points:
    0
    Didnt work. Nothing happens on click of uninstall
     
  8. tnx

    tnx MDL Expert

    Joined:
    Sep 2, 2008
    Messages:
    1,659
    Likes Received:
    256
    Trophy Points:
    60
    #48 tnx, Sep 30, 2015
    Last edited: Sep 30, 2015
    I finally got round to looking at this.

    Looked a bit confusing at first but after reading it three or four times I managed to figure it out.

    So I mounted the en-gb Win 10 Ent ltsb and made a package list and found the two win32calc packages.

    Extracted my own packages and made them into .cab files using WinRAR. I am will test adding these packages to my Win 10 pro en-gb image.

    :cool:

    Edit

    Just looking at the "how to" again. I noticed there are "your title".cab after the .mum so if I'd have put that it would have made .cab files anyway.
     
  9. mabaega

    mabaega MDL Senior Member

    Joined:
    Dec 30, 2010
    Messages:
    284
    Likes Received:
    179
    Trophy Points:
    10
    Cant Install w32calc on Pro Insider Preview Build 10576..
    any fix plzz.. :worthy: :worthy:

     
  10. T-S

    T-S MDL Guru

    Joined:
    Dec 14, 2012
    Messages:
    3,988
    Likes Received:
    1,327
    Trophy Points:
    120

    Obviously you can't using dism, because the different version.

    Just unpack the cab and copy by hand the files
     
  11. mabaega

    mabaega MDL Senior Member

    Joined:
    Dec 30, 2010
    Messages:
    284
    Likes Received:
    179
    Trophy Points:
    10
    working...
    ty.... :)
     
  12. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    That's because the Windows 10 Pro Insider Preview Build 10576 version is higher than the Windows 10 Enterprise 2015 LTSB.

    When the TH2 RTM gets released if there is a version gap b/w the Windows 10 Enterprise 2015 LTSB & the Windows 10 TH2, then we need to use the manual method to install Windows win32calc.

     
  13. MonarchX

    MonarchX MDL Expert

    Joined:
    May 5, 2007
    Messages:
    1,732
    Likes Received:
    310
    Trophy Points:
    60
  14. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    You need to use the DISM command to Install those packages

    DISM /Online /Add-Package /PackagePath:<win32calc.cab>
    DISM /Online /Add-Package /PackagePath:<win32calc_lang.cab>

    change the <filename> with the corresponding filename in the archive file.

     
  15. WardocsRevenge

    WardocsRevenge MDL Expert

    Joined:
    Jan 13, 2012
    Messages:
    1,827
    Likes Received:
    618
    Trophy Points:
    60
    i want this version of 10 to get the memory enhancements that build 10576 has
     
  16. MonarchX

    MonarchX MDL Expert

    Joined:
    May 5, 2007
    Messages:
    1,732
    Likes Received:
    310
    Trophy Points:
    60
    Calculator-specific memory enhancements or overall OS memory enhancements?
     
  17. MSMG

    MSMG MDL Developer

    Joined:
    Jul 15, 2011
    Messages:
    5,430
    Likes Received:
    11,396
    Trophy Points:
    180
    Installing Win32 Calculator on Windows 10 TH2 :


    For 32-bit Systems

    - Extract calc.exe from the main package to <\Windows\System32>
    - Extract calc.exe.mui from the required language package to <\Windows\System32\<languagefolder>>

    E.g <\Windows\System32\en-US>

    - Extract calc.lnk from the main package to <\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories>


    For 64-bit Systems

    - Extract 64-bit calc.exe from the main package to <\Windows\System32>
    - Extract 64-bit calc.exe.mui from the required language package to <\Windows\System32\<languagefolder>>

    E.g <\Windows\System32\en-US>

    - Extract 32-bit calc.exe from the main package to <\Windows\SysWOW64>
    - Extract 32-bit calc.exe.mui from the required language package to <\Windows\SysWOW64\<languagefolder>>

    E.g <\Windows\SysWOW64\en-US>

    - Extract calc.lnk from the main package to <\ProgramData\Microsoft\Windows\Start Menu\Programs\Accessories>


    Now you can Run Calculator from Start Menu.

     
  18. Super Spartan

    Super Spartan MDL Expert

    Joined:
    May 30, 2014
    Messages:
    1,549
    Likes Received:
    879
    Trophy Points:
    60
    #59 Super Spartan, Nov 15, 2015
    Last edited: Nov 15, 2015
  19. 100

    100 MDL Expert

    Joined:
    May 17, 2011
    Messages:
    1,346
    Likes Received:
    1,560
    Trophy Points:
    60