Share via

Can't set the alarm on Win 10

Anonymous
2018-11-24T13:53:21+00:00

Hi, since a couple of weeks on my Windows 10 Home x64 (ACER Aspire A515-51G, 12gb ram, intel Core i7) I can't set the alarm on Alarms&Clocks, nor I can set the timer.

When I hit the "Save" icon (the floppy) it doesn't click and it doesn't work, therefore it doesn't set the alarm.

Also, I can't delete alarms, I can only turn them ON/OFF.

As I've previously said, it has never behaved this way, since a couple of weeks ago (and nothing happened in those days)

Windows for home | Windows 10 | Settings

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Vijay A. Verma 104.8K Reputation points Volunteer Moderator
    2018-11-24T14:03:07+00:00

    Please try these steps and check after each step. If these don't work, let me know. I will provide further troubleshooting steps.

    1. Run Windows App troubleshooter

    Windows Key+X > Click Settings > Click Update & security > Click Troubleshoot > Scroll down to the bottom > Click Windows Store Apps > Click Run the Troubleshooter

    1. Clear Windows Store Cache

    Type cmd in Windows Search box > Right click on Command Prompt > Run As Administrator > Type WSreset.exe and click Enter > Reboot your computer

    1. Try to reset the app

    Windows Key+i > Apps > Scroll down to this App > Click this App > Advanced options > Reset

    1. Uninstall and Reinstall Alarms and Clock app

    A. Uninstall - Windows Key+X > Click Windows Powershell (Admin) > Copy the below and paste into Powershell and Enter

    Get-AppxPackage Microsoft.WindowsAlarms | Remove-AppxPackage

    B. Reinstall

    Windows Key+X > Click Windows Powershell (Admin) > Copy the below command and right click in Powershell to paste > Enter

    Get-AppxPackage -allusers Microsoft.WindowsAlarms | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

    (If there is a problem in reinstall, you can always reinstall from MS Store)

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2018-11-24T22:29:26+00:00

    Thanks, started working after point 2.

    Thanks

    0 comments No comments