Start Menu And Modern Apps Are Not Working?

Aug 1, 2015

Windows 10 worked well for 2 days but suddenly my dell laptop screen stuttered. I restarted and found that start menu is unresponsive. All the modern apps are not working. Only desktop apps are working.

View 13 Replies


Similar Messages:


Modern UI Apps Don't Start

Sep 11, 2015

I can't run mostly all of my apps: "Mail", "Calendar", "Weather", "Movies & TV", "News", "Calculator", "Windows Store"..........., and the apps I installed before switching to W10 : Facebook, various games....... don't work either...

It only show the start screen, and then crash.

View 2 Replies

Apps :: Store - Start Menu - Taskbar - And Apps Like Calc Not Working

Feb 23, 2016

I originally wanted to completely disable the UAC as the admin permission messages that popped for almost any/everything i wanted to do were very annoying. I dont remember exactly what i did, but it was something in gpedit or something similar to it. After i did that my windows store app stopped working, and appeared as a blank space in my task bar as it was still pinned there. As the store wasnt working, apps related to it like the calculator disappeared from my pc. They dont appear when i search for them, and links to DL ones from the store dont work either.

I tried the guide here Apps - Reinstall and Re-register in Windows 8 and 10 - Windows 10 Forums and did step 2, but that managed to break powershell and make it disappear as well as disabling my task bar and start menu. I cant right click anything in my task bar, and can only use the start menu's right click menu.

View 4 Replies

Apps :: Start Menu And Taskbar Not Working - Surface Pro 4

Dec 25, 2015

I just got a Surface Pro 4. I was having no issues, until out of the blue, the taskbar and start menu on it stopped working, and now it's an empty, glitched taskbar

I tried to restart the explorer process (which made it worse), restart the machine several times, and nothing has worked.

View 4 Replies

Start Menu / Notifications And Apps Stopped Working

May 10, 2015

So yesterday I was just watching some videos on youtube and then the screen flashed for a second and started everything started acting up. I restarted my computer and since then, the start menu, notifications and all apps like the xbox app and store app no longer work. I did Recovery hoping it would fix everything but didn't. What can i do?

View 2 Replies

Windows Start Menu And Built In Apps Not Working

Jan 18, 2016

I have Windows 10 Pro which was working fine. Suddenly when I switched on pc once, i found that nothing is happening when I click the start button. I tried many times. Tried restart, nothing works. Also the builtin apps are not starting. The store app was pinned on task bar, it is also showing blank. When I try to open app from search, it tells app cannot start try refresh to fix. Nothing happens on refresh.

View 11 Replies

Touchpad Gestures Not Working In MS Edge / Start Menu And Metro Apps

Sep 26, 2015

I am getting my 3 year old Dell Vostro V131 laptop up and running. I bought Windows 10, installed it and configured everything without too much of a problem - except for this little issue.

Just as the OS installed, the touchpad just allowed me to move the cursor and tap to click - not much of a surprise, as it ran on stock Windows drivers. I got the touchpad drivers for my laptop model from Dell's site (was labeled as a Windows 7, 8 and 8.1 driver, but there was none for 10, so I just used that). The scroll and zoom gestures worked fine in file explorer, MS Office, Skype, Spotify, Chrome, control panel and desktop. However, there is no reaction from Edge, modern/metro apps (like settings, weather) and the start menu!

I'm pretty much stuck right now. Here are the things I tried:

1. Configuring the touchpad in Windows settings - not possible, as the OS doesn't classify my touchpad as a "precision touchpad", and therefore doesn't allow to configure any gestures.

2. Installing a driver from Synaptics' website (obviously with the Dell one uninstalled) - doable, but it doesn't change anything at all; the touchpad is still listed as "PS/2 pointing device" in the device manager, no gestures are available, no driver is listed in "Programs and features", and no icon is to be seen in the app tray.

3. Same as 2, but first uninstalling the generic driver via device manager - not effective, as the driver uninstall requires a restart, and after the restart Windows installs the generic driver back.

What I thought about: This is obviously Microsoft's fault, as only their new, Windows-10-modern-interface-touch-controllable-minimalistic-cool-looking software faces this issue. Could I, by any chance, fool Windows 10 into thinking i have a "precision touchpad"? Registry editing comes to my mind, but I have no clue how to find such an entry if it exists.

View 1 Replies

Networking :: Modern Apps Not Connecting To Internet - Desktop Apps Work Fine

Jan 6, 2016

I am having trouble with the modern apps and connectivity. It feels like half my computer will connect to the internet, and the other half won't. Desktop apps like Chrome, Steam, Outlook, iTunes etc. all connect to the internet fine, but any of the Windows apps like Xbox, Store and (most frustratingly) Settings will not connect.

In my network and sharing centre in the control panel it says 'You are not connected to any networks' - but in the system tray, and in the settings app it shows me as connected to my home wi-fi. I am on a desktop, and using a USB wireless adapter. I don't think the adapter is the problem as I have tried it on another desktop in our house on Windows 10 and it worked fine. Curiously also, when I click 'Adapter settings' in the control panel, it shows the wifi connection.

I've tried updating the drivers for the wireless adapter, both through the Windows update and adapter website but to no avail (and as I mentioned, it seems the adapter works fine elsewhere). I've updated manually to the latest Windows 10 Pro build, i've done a DNS flush, I've tried disabling firewalls and anti-virus, I've tried disabling startup apps, I've done a clean install of Windows 10 and still am unable to fix the issue.

View 1 Replies

Apps :: Remove All Modern Metro Apps From User Accounts

Sep 1, 2015

I use this PowerShell command to remove all modern metro apps from all user accounts:

Get-AppxPackage -AllUsers | Remove-AppxPackage

However, it does not remove some apps and I have to remove them manually using:

Remove-AppxPackage Microsoft.Office.OneNote_17.6027.10071.0_x64__8wekyb3d8bbwe

So, is there a single command to remove all metro apps at once?

View 2 Replies

Installation :: Modern Setup Host Has Stopped Working

Sep 5, 2015

It gets thru part of the set up and I'm getting an error box that says Modern Setup Host has stopped working. I give up. I was hoping a repair would keep my app and docs, but I guess that option is not working. At some point I will do a clean install, if I can, I just don't have the patience to reinstall all my apps and stuff.

View 2 Replies

Apps :: Restoring Disabled Modern Apps?

Aug 1, 2015

So I ran the following in my PowerShell:

Code:
Get-AppxPackage -AllUsers | Remove-AppxPackage

This has made Windows 10 SOOOOOOOOOOOO much better. My question is, what if someday I want to restore some of those disabled apps? Right now, there isn't really anything in the Microsoft Store I want... but who knows, maybe in 6 months, there could be some good stuff in there. How would I go about restoring the Microsoft Store app sometime down the line?

View 5 Replies

Apps :: Powershell Removal Of ALL Modern Apps EXCEPT Specified

Oct 6, 2015

Looking for a way to use powershell to remove every modern/metro app except those specified in a list.

I assume you'd have to use get-appxpackage to list all apps installed, then select ones that aren't in the list.

(The list would just include what's included by Windows by default).

The purpose is for removal of OEM installed apps from new laptops.

View 1 Replies

Unable To Search Executable Or Pinned Start Apps From Start Menu

Jul 28, 2015

I'm running the RTM on a netbook and have noticed that, unlike in Windows 7/8/8.1, I'm no longer able to hit Start and type in an executable. I have a bunch of portable apps that I typically type in and pull up. Now, the Start menu search pulls up ever OTHER file except the executable. It's very annoying and don't see why this shouldn't work.

What's worse, is if I pin the app to the start menu, it doesn't search it then. Say, I pin "puttyportable.exe" as a shortcut (and rename it to just PuTTY) to the start menu. Typing in "putty" gives me nothing - just the same associated files that were in the puttyportable folder (ini files, etc).

View 5 Replies

Start Menu Is Not Working

Jan 24, 2016

When im using local admin account, start menu is working. if im using network account start menu is not working. laptop is joined in our domain.

View 1 Replies

Start Menu Not Working

Feb 5, 2015

The Windows 10 start menu has stopped working. If I click on the Start button, nothing happens. I did a repair install and that corrected the problem for a few days. The problem has returned. No start menu. All updates have been installed.

View 9 Replies

Start Menu Isn't Working?

Nov 9, 2015

Has the Start Menu problem actually have dropbox installed as I do...

View 9 Replies

Start Menu Is Not Working?

Sep 28, 2015

My start menu and all my default apps and apps from STORE are not working. 

View 3 Replies

Start Menu Not Working?

Jan 17, 2016

Lost the ability to left button click on start menu. getting "critical error" "Your star menu isn't working. We'll try to fix it the next time you sign in." I have tried the cmd prompt and run several of the fixes suggested and still no luck. What next?

View 1 Replies

How To Get Start Menu Working Again

Mar 27, 2015

I recently installed Windows 10. I had this problem where explore.exe kept restarting. My friend had this problem too. He told me to create a new user. So I did. He also said to go to "c:usersold user" and copy everything from there to save my stuff. It was about 50 gbs so I did folder by folder.

When I goto Appdata, I copied everything from the old user onto the new one. But I accidentally deleted almost everything in Local. Now, the start menu isn't working and Windows Update isn't either. When I click on the start menu, nothing happens. I do have a system restore from before I deleted it. Should I restore it?

As I am typing this, I am running sfc /scannow

Got an error " Windows Resource Protection could not preforom the requested operation."

View 1 Replies

Start Menu Isn't Working

Dec 4, 2015

I'm looking at precisely this error message, in a blue box, on a friend's Samsung XE500T1C after an upgrade, via GWX, to Windows 10.  The only option is to "Sign out now".  Needless to say repeated log outs and log ins have not resolved the issue.  Also the Windows Search/Cortana box doesn't work. I would suggest a Reset Install but, without the Start menu to get to Settings, I can find no other way to get to where one needs to be to do a Reset Install.

View 4 Replies

Start Menu Not Working

Aug 8, 2015

So I just upgraded windows 10 from windows 7 Pro and I when I got it I set up cortana. The next day I am not able to open the start menu or search for anything in the search bar. I've tried the powershell option both times but it just hasn't worked. Don't know what to do.

View 1 Replies

All Apps Menu To Show Up On Start Menu

Jan 15, 2016

I served in the Air Force communications division. I have managed million dollar installations. I am in college working toward a programming degree. I can not for the life of me get my "All Apps" menu to show up on my start menu. I have even searched google and was given every single way of adding and removing programs from the all apps folder but not a single article on how to get the actual folder option to show up.

View 1 Replies

Start Menu / Search And Other Apps Won't Start From Task Bar

Aug 8, 2015

I have just upgraded from Win 7 Ultimate to Win 10 build 10240

The sart menu button does not activate anything, search doesn't either, Notification bubble does not open anything either.

Safe mode produces same behaviour, I have uninstalled AVG Anti virus as some people were correlating AV software with this behaviour.

I can right click on the start button but not left click

View 1 Replies

Apps :: Removing Windows Apps Sometimes Leaves Orphan Icons In Start Menu

Nov 30, 2015

I removed the Windows Apps (3D Builder, Groovy etc.) using PowerShell and Remove-AppxPackage / Remove-AppxProvisionedPackage on our Windows 10 machines (64bit, some Home, some Pro) at home.

This worked satisfying enough, but for some (very few) local users the start menu entries for those apps are not removed. I refer to "All Apps" (the A-Z list of all apps).

Situation is like this: application is removed (checked with Get-Appxpackage in Powershell)start menu still refers to the Windows Apps with the text entry; it does not show the icon, but a coloured rectangle (sized like an icon)application cannot be started through this icon (as it is uninstalled)

(Screenshot shows the Maps (german: Karten) and Contacts (german: Kontakte) "icons")

I checked the usual places:

C:UsersUSERNAMEAppDataRoamingMicrosoftWindowsStart MenuC:ProgramDataMicrosoftWindowsStart MenuPrograms

But of course there are no links to those Windows Apps.

How to remove these orphan "icons" from the start menu (A-Z list)? What makes Windows show those entries in the start menu's A-Z list?

View 7 Replies

Broken Icons For Modern Apps

Aug 4, 2015

All modern apps have their icons broken in one way or the other.

For example, taskbar icons, left to right: Store, Mail, Calendar, Maps, Alarms

Or when I search in start menu:

Store
Maps
Mail

The icons display properly in All apps and when pinned as tiles.

View 4 Replies

Modern Apps Do Not Launch Anymore

Mar 20, 2015

I installed build 10041 on my PC and since then none of the modern applications start up. I click on them, there is a small flicker and thats it. No modern app launches. I cant even launch the insider app

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved