Windows 10: Calculator and other app issues

Discus and support Calculator and other app issues in Windows 10 Software and Apps to solve the problem; I recently had an update installed on my laptop for windows 10 before the update I could open up my calculator app and other apps with no issue now... Discussion in 'Windows 10 Software and Apps' started by ThomasF, Jun 19, 2016.

  1. ThomasF Win User

    Calculator and other app issues


    I recently had an update installed on my laptop for windows 10 before the update I could open up my calculator app and other apps with no issue now that the update is installed I get the error message shown here Screenshot for multiple apps, I browsed the forums and found a person with a similar issue to mine and tried what they did to fix it and it did not work (more specifically I mean the apps still wont run when i try and start them up directly from the system folder). The only other thing I can think of to do is to do as the message says and set up a new profile but since I am the only one who ever uses this laptop there should be no reason for me to have more than 1 profile on the computer.

    Any help would be appreciated.

    P.S. I also can't seem to open the store either but it gives no error message and just does not open

    Edit: i just tried restarting my comp and nothing changed

    :)
     
    ThomasF, Jun 19, 2016
    #1

  2. Unable to Pin Calculator to taskbar on Windows 10 computer.

    Hello,

    We realize the inconvenience you have experienced. Let us know few thing to analyze the issue.

    • Is this issue specific to Calculator?
    • How about Pinning other Windows 10 apps?
    In order to Pin Calculator to the taskbar, first try to open Calculator. Once you open the calculator, go to the taskbar and then right-click on the calculator. Then select
    Pin to taskbar. Now see if it works. When you try to Pin calculator directly from All apps, right-click on the calculator, select point to
    More and select Pin to taskbar.

    Let us know how it went.
     
    Yashwanth Kotakuri, Jun 19, 2016
    #2
  3. JerryU_75 Win User
    Microsoft calculator

    Is there a solution to have calculator smaller than full screen on my Surface Pro3? I seem to have issues minimizing other apps like Excel too. But calculator is most problematic
     
    JerryU_75, Jun 19, 2016
    #3
  4. philc43 Win User

    Calculator and other app issues

    The error message clearly indicates that you are using the built-in administrator account. This is the reason you have the problem because the built-in account is incapable of opening the new windows apps. You need to be using a standard user or administrator user account.

    I do not know how you came to be using the built-in account but it is only there for emergency and should normally be disabled.

    The solution is to create a new user administrator account and switch to it, then disable the built-in account. You will find the apps all open fine after that. The procedure to follow is:

    1. Open a Command Prompt (Admin) (Note: right click on the start icon to do this)

    2. type: net user "UserName" "Password" /add
    (Note: Substitute UserName in the command above with the actual user name you want for the new local account. Substitute Password in the command above with the actual password you want for the new local account.)

    3. Then type: net localgroup administrators "UserName" /add
    (Note: Substitute UserName in the command above with the actual user name you used in step 2.)

    4. Then type: net localgroup users "UserName" /delete
    (Note: Substitute UserName in the command above with the actual user name you used in step 2.)

    5. Exit the command prompt and switch to your new account by logging out and then logging back in with your new user name.

    6. Check that everything is working and then disable the built-in admin account - do this by opening the Command Prompt (Admin) and type: net user administrator /active:no
    (Note: if your built-in admin account had been given a different name you may need to substitute that into the command above)

    7. To double check all accounts are as they should be you can type the command: wmic useraccount list full


    Refer to the following tutorials if you have any problems:
    https://www.tenforums.com/tutorials/5...dows-10-a.html
    https://www.tenforums.com/tutorials/6...dows-10-a.html
    https://www.tenforums.com/tutorials/2...dows-10-a.html
    https://www.tenforums.com/tutorials/3...dows-10-a.html
     
    philc43, Jun 19, 2016
    #4
  5. ThomasF Win User
    phil if it is normally disabled then how did it become enabled? the only thing that changed as i said was there was an update that was installed and before the update everything was working fine and again i dont want to have to make a new profile on this laptop since there should be no reason to if the built in admin acct should be disabled from the beginning then the profile i have been using is not that.
     
    ThomasF, Jun 19, 2016
    #5
  6. philc43 Win User
    Perhaps it would be as well for us to check exactly what users are active on your system. Just run the last command I gave you in a command prompt: wmic useraccount list full

    Copy and paste the result here so that we can see what accounts you have active or disabled.
     
    philc43, Jun 19, 2016
    #6
  7. ThomasF Win User
    Microsoft Windows [Version 10.0.10586]
    (c) 2015 Microsoft Corporation. All rights reserved.


    C:\WINDOWS\system32>wmic useraccount list full




    AccountType=512
    Description=Built-in account for administering the computer/domain
    Disabled=TRUE
    Domain=Andypc
    FullName=
    InstallDate=
    LocalAccount=TRUE
    Lockout=FALSE
    Name=Administrator
    PasswordChangeable=TRUE
    PasswordExpires=FALSE
    PasswordRequired=TRUE
    SID=S-1-5-21-518966749-2525705155-3319719935-500
    SIDType=1
    Status=Degraded




    AccountType=512
    Description=
    Disabled=FALSE
    Domain=Andypc
    FullName=Andy Ferriell
    InstallDate=
    LocalAccount=TRUE
    Lockout=FALSE
    Name=Andy
    PasswordChangeable=TRUE
    PasswordExpires=FALSE
    PasswordRequired=TRUE
    SID=S-1-5-21-518966749-2525705155-3319719935-1001
    SIDType=1
    Status=OK




    AccountType=512
    Description=A user account managed by the system.
    Disabled=TRUE
    Domain=Andypc
    FullName=
    InstallDate=
    LocalAccount=TRUE
    Lockout=FALSE
    Name=DefaultAccount
    PasswordChangeable=TRUE
    PasswordExpires=TRUE
    PasswordRequired=TRUE
    SID=S-1-5-21-518966749-2525705155-3319719935-503
    SIDType=1
    Status=Degraded


    AccountType=512
    Description=Built-in account for guest access to the computer/domain
    Disabled=TRUE
    Domain=Andypc
    FullName=
    InstallDate=
    LocalAccount=TRUE
    Lockout=FALSE
    Name=Guest
    PasswordChangeable=FALSE
    PasswordExpires=FALSE
    PasswordRequired=FALSE
    SID=S-1-5-21-518966749-2525705155-3319719935-501
    SIDType=1
    Status=Degraded

    C:\WINDOWS\system32>
     
    ThomasF, Jun 19, 2016
    #7
  8. philc43 Win User

    Calculator and other app issues

    Thanks for doing this. It confirms that your built-in admin account is still disabled. Your original error message was misleading me.

    The other information all looks as expected and confirms you have just the one local user account which is OK. You can confirm that you are part of the administrator group by typing the command: net localgroup administrators and you should see your user name in the list.

    To try and sort out the apps you could try the windows apps troubleshooter https://www.tenforums.com/tutorials/4...dows-10-a.html
     
    philc43, Jun 19, 2016
    #8
  9. ThomasF Win User
    i went through it and nothing came up on it; should i just report to windows that this is a bug?
     
    ThomasF, Jun 19, 2016
    #9
  10. philc43 Win User
    Well, it maybe a bug but I think it is more likely that your user profile might have got corrupted in some way. Temporarily adding a new profile like I showed you in step 1 & 2 will allow you to see if the new user can open the apps.

    The other fix that people have had success with is to re-register the windows apps. https://www.tenforums.com/tutorials/3...ws-8-10-a.html
     
    philc43, Jun 19, 2016
    #10
  11. ThomasF Win User
    ok the new acct has the apps working right; any ideas?
    and the reinstall didnt work either
     
    ThomasF, Jun 19, 2016
    #11
  12. philc43 Win User
    OK, I think we can conclude that your original user profile has probably become corrupted in some way. For now why don't you use the new profile but before you go over to it make sure you convert the new user to an administrator user by doing step 3.

    You should then be able to log in and copy over documents etc. to your new user profile. Once you are happy everything is working as it should be you can eventually delete the corrupted profile and you are back to just having the one good administrator user profile.
     
    philc43, Jun 19, 2016
    #12
  13. ThomasF Win User

    Calculator and other app issues

    ok so update; i was moving things over and the new one no longer wanted to open the calc app and others so i think im gonna go though my downloads and stuff to see if i can find what caused it
     
    ThomasF, Jun 20, 2016
    #13
  14. philc43 Win User
    philc43, Apr 5, 2018
    #14
Thema:

Calculator and other app issues

Loading...
  1. Calculator and other app issues - Similar Threads - Calculator app issues

  2. Store app for calculator

    in Windows 10 Software and Apps
    Store app for calculator: I am trying to get the calculator app from the Microsoft store, I hit the button and either nothing happens, or a blue Microsoft screen and logo comes up, but then disappears....
  3. The taskbar, the settings, the RUN app, or any other windows app(photos, calculator..) is...

    in Windows 10 Ask Insider
    The taskbar, the settings, the RUN app, or any other windows app(photos, calculator..) is...: [ATTACH] So basically my PC runs fine, i can use anything apart from the above, but it’s driving me crazy, i’ve been trying everything i find for the past 2 days, like (Dism online…or sfc/scannow) or restaring explorer, i tried some others i find here...
  4. calculator app

    in Windows 10 Gaming
    calculator app: Was the caculator app changed in size or any other way? It looks different and takes up the whole screen but in a different way.I don't see any way to resize it or move it one way or another? It goes up to the very edges of the frame/lid, can't see that well here.I want to...
  5. calculator app

    in Windows 10 Software and Apps
    calculator app: Was the caculator app changed in size or any other way? It looks different and takes up the whole screen but in a different way.I don't see any way to resize it or move it one way or another? It goes up to the very edges of the frame/lid, can't see that well here.I want to...
  6. Calculator, store and other apps open then close immediately

    in Microsoft Windows 10 Store
    Calculator, store and other apps open then close immediately: Calculator, store and other apps open then close immediately https://answers.microsoft.com/en-us/windows/forum/all/calculator-store-and-other-apps-open-then-close/896cf7b9-ffe2-4359-b464-d9ad234518cc
  7. Microsoft Store will not launch, along with other apps like Calculator

    in Microsoft Windows 10 Store
    Microsoft Store will not launch, along with other apps like Calculator: I am running Windows 10 and had to reinstall it which I've now done 3 times. The Microsoft Store app will not launch. I can see the app on the start page, but when I click on it or try to use the "open" button, nothing happens. I also have tried to launch the calculator that...
  8. Microsoft Calculator app

    in Windows 10 Software and Apps
    Microsoft Calculator app: why the calculator app in windows 10 collepes at strart in my PC? Plz answer. https://answers.microsoft.com/en-us/windows/forum/all/microsoft-calculator-app/8b69e579-78e0-41bc-81c4-84e351820584
  9. Windows 10 Calculator and other UWP apps crashing

    in Windows 10 Software and Apps
    Windows 10 Calculator and other UWP apps crashing: Currently having an issue when I launch either Calculator or the Photos app the only apps I really use on Windows 10 it crashes and force closes immediately. I tried resetting, reinstalling the apps using powershell commands following this guide here but to no avail. Also...
  10. Calculator issue

    in Windows 10 BSOD Crashes and Debugging
    Calculator issue: After the latest Windows 10 update, my calculator is not working. I've tried an SFC and the issue persist. Please help. https://answers.microsoft.com/en-us/windows/forum/all/calculator-issue/df5bc84b-edcb-4323-a709-f03858b1606f