Windows 8.1 Update 1 start button stucks after a time

Hi!
So, I installed windows 8 a long time ago, and recently (about 5 months) I installed 8.1.1.
Well, I loved it, but sometimes start button stops working. Just stuck. Nothing happens when I click.
The only way to make it work again is restarting explorer process in task manager, but I hate have to make it.
Win+X works.
What I do?

Hi,
If you have any 3 rd party programs (related with\simulate start button solution), please uninstall it as a test.
Do a virus scan to ensure the safety of your system.
And you mentioned that a restarted explorer solves this issue, seem some 3 rd party plug-ins cause this issue, so I suggest you use
Shellviewer to find these imcompatible shell extensions.
NOTE: Please Note: The third-party product discussed here is manufactured by a company that is
independent of Microsoft. We make no warranty, implied or otherwise, regarding this product's
performance or reliability.
Yolanda Zhu
TechNet Community Support

Similar Messages

  • HT201263 i forget my passcode.now when i put my phone into recovery mode it connects to i phone software update server and sftware starts download but after much time of download error=-39 occurs

    now when i put my phone into recovery mode it connects to i phone software update server and sftware starts download but after much time of download error=-39 occurs

    my itune keep showing message that i tune is downloading software for my phone. but downloading for several minutes it displays message that i tune cannot connect to my phone because it is locked with a passcode. first entre the pass code.
    on the other hand phone is started with a message on screen phone is disabled.

  • Software updater, won't update it starts and then after a minute it gives me a Network diagnostics message, that the server is not responding.

    Hi my Software updater, won't update it starts and then after a minute it gives me a Network diagnostics message, that the server is not responding.

    Please include your Mac model and OSX in your profile, as it will help the community to help you.  Thanks and welcome to Apple Communities.

  • [HELP] MovieClip Button Stucks after the first use!

    Hello Everyone... i am new on this forum and i need your help!!!
    so i'm working on a map on flash profesional cs6 ActionScript 3
    that map has some button that i've made them symbols from images and now is movieclips!
    so when you are pressing a button you are going to a new frame with a pop- up that have informations about this place...
    anyway... i have 22 frames...
    and on first frame i've put the scripts [gotoAndStop()] that when you're pressing the button to go to an another frame...
    so i have 22 buttons... if i will click a button and going to another frame and then want to press imediately an another button to go to another frame... it works... but is not happening to 3 buttons... is strange...
    so if i am on the first frame... pressing a button... and after pressing the button that doesn't works... maybe will work... but if i will press again the first button and again back to the second button... it will not working!!!!
    that is happening with 3-4 buttons...
    and the strange is that when the button stucks and doesn't work... i don't have any compile or output error...
    i'm used the command trace(); to check if the button is pressed when is not going to the frame... and it doesn't work!!!
    so my commands is this...
    import flash.system.fscommand;
    import flash.display.*;
    import flash.events.*;
    stop();
    fscommand("fullscreen", "true");
    stage.scaleMode = StageScaleMode.SHOW_ALL;
    stage.addEventListener(MouseEvent.RIGHT_CLICK, function(e:Event){});
    Texnopolh.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_3);
    function fl_ClickToGoToAndStopAtFrame_3(event:MouseEvent):void
              gotoAndStop(2);
    Omonoia.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_4);
    function fl_ClickToGoToAndStopAtFrame_4(event:MouseEvent):void
              gotoAndStop(3);
    Syntagma.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_5);
    function fl_ClickToGoToAndStopAtFrame_5(event:MouseEvent):void
              gotoAndStop(4);
    Kotzia.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_6);
    function fl_ClickToGoToAndStopAtFrame_6(event:MouseEvent):void
              gotoAndStop(5);
    Boukourestiou.addEventListener(MouseEvent.MOUSE_UP, fl_ClickToGoToAndStopAtFrame_7);
    function fl_ClickToGoToAndStopAtFrame_7(event:MouseEvent):void
              gotoAndStop(6);
    Pathsia.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_8);
    function fl_ClickToGoToAndStopAtFrame_8(event:MouseEvent):void
              gotoAndStop(7);
    Athinas.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_9);
    function fl_ClickToGoToAndStopAtFrame_9(event:MouseEvent):void
              gotoAndStop(8);
    Akropolh.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_10);
    function fl_ClickToGoToAndStopAtFrame_10(event:MouseEvent):void
              gotoAndStop(9);
    Panepistimio.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_11);
    function fl_ClickToGoToAndStopAtFrame_11(event:MouseEvent):void
              gotoAndStop(10);
    AgiosPaulos.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_12);
    function fl_ClickToGoToAndStopAtFrame_12(event:MouseEvent):void
              gotoAndStop(11);
    Kupselh.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_13);
    function fl_ClickToGoToAndStopAtFrame_13(event:MouseEvent):void
              gotoAndStop(12);
    Dhmarxeio.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_14);
    function fl_ClickToGoToAndStopAtFrame_14(event:MouseEvent):void
              gotoAndStop(13);
    Euaggelismos.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_15);
    function fl_ClickToGoToAndStopAtFrame_15(event:MouseEvent):void
              gotoAndStop(14);
    Polutexnio.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_16);
    function fl_ClickToGoToAndStopAtFrame_16(event:MouseEvent):void
              gotoAndStop(15);
    Zonars.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_17);
    function fl_ClickToGoToAndStopAtFrame_17(event:MouseEvent):void
              gotoAndStop(16);
    KOPER.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_18);
    function fl_ClickToGoToAndStopAtFrame_18(event:MouseEvent):void
              gotoAndStop(17);
    EBGA.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_19);
    function fl_ClickToGoToAndStopAtFrame_19(event:MouseEvent):void
              gotoAndStop(18);
    OSRAM.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_20);
    function fl_ClickToGoToAndStopAtFrame_20(event:MouseEvent):void
              gotoAndStop(19);
    Credits.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_25);
    function fl_ClickToGoToAndStopAtFrame_25(event:MouseEvent):void
              gotoAndStop(20);
    Falhro.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_21);
    function fl_ClickToGoToAndStopAtFrame_21(event:MouseEvent):void
              gotoAndStop(21);
    Xilton.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_23);
    function fl_ClickToGoToAndStopAtFrame_23(event:MouseEvent):void
              gotoAndStop(22);
    Background.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_27);
    function fl_ClickToGoToAndStopAtFrame_27(event:MouseEvent):void
              gotoAndStop(1);
    Please if you can, help me!!! is important... i am new on flash and don'tt know too much...
    and sorry for my bad english!!!

    Actually i don't pasted the code to all frames... only on first frame... but the other buttons are working perfectly!!!!
    When i've tryed to put the code on all frames... it was saying that i have error on another code... not for this button!!! crazy? i think so!!!
    i was have that problem only to 1 frame... for example the button with the problem is "Boukourestiou" and on Boukourestiou's frame i was have an other code... the code for "Falhro"
    and when i was going to press that button... it was saying that i have problem on that code: Falhro.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndStopAtFrame_21);

  • Unable to see update iOS 7.1 even after many times install and reboot

    Hi All,
    I am unable to see my iPhone 4 updated with iOS7.1 even after multiple installs. I found this issue even with the previous version i7.0.X but ignored it as I was ok for going for an update then. But now I am keen to have iOS 7.1 as itseems it is giving performance improvements. Please help/suggest.

    this is solved by connecting to itunes.. was not able to do via wifi..thanks all

  • Start Button Stuck

    My power button is located at top center. When I took it out to use
    The power button is stuck down it flashes but I cannot get power
    To the screen. Can you help please?

    Hi Gomezadams64,
    Welcome to the Apple Support Communities!
    If the Home button on your iPhone will not depress then it sounds like it needs to be serviced.
    Please use the following link for information on iPhone Repairs. You may choose to contact Apple Support as well.
    iPhone Other Repair Options - Apple Support
    http://www.apple.com/support/iphone/repair/other/
    Have a great day,   
    -Joe

  • @ Start-up: Stuck after chime! No Apple Logo, No Spininng Wheel! But...

    OK I tried to enable front row on my old powermac. Long story short it didn't work and made my clock and search icons disappear from my menu bar. I found some info about how to restore both by by downloading an reinstalling the latest combo os update, for me was 10.4.11. Did that.
    Now...
    After reinstalling and restarting, I get the chime, then it goes directly to a gray screen with the NO SMOKING sign but without the cigarette.
    I tried starting in safe mode, tried command V, tried resting the pram. The pram reset was the only command that was actually recognized but I'm not sure it made a difference. I tried putting the osx install disc in and holding down command C it my comp didn't even recognize the disc.
    I am stuck. Can anybody please give some sort of advise or some direction on how to fix this. Fortunately I've backed up most of my projects so if worse comes to worse I can just reinstall the OS but I'd have to get my mac to even rcognize a disc first.
    HELP!!!!!!

    OK got the disk to run. DId the archive and install method. Up and runiing 99%. I just have to reinstall a few misc. programs. Thanks for all the help.
    Now on to my next project: Old Dual g4 Powermac Media Center.

  • What i can do if my i phone 4s starts searching network after some times and it contineues ?, what i can do if my i phone 4s starts searching network after some times and it contineues ?

    i am facing problem with my i phone 4s. Showing network search after sometimes it remains on network. its happening contineously .. Now what i can i do ??

    ask your phone carrier..
    Is your carrier a supported iphone carrier http://support.apple.com/kb/ht1937

  • My start button doesn't work in Windows Pro 8.1

    I installed an Windows Pro 8 to 8.1 Pro x64 on a desktop computer. Both were clean installations, no other software was installed. With Window 8.1 Pro, the start button worked for a day after all the updates, then booted the computer. Now, if I try to right
    click on the Start button with the mouse; nothing happens. Thinking it was a virus, I used Windows Defender to search to the for a virus and nothing found. No other Windows updates to fix the problem! To me it just another glitch in Windows!
    I updated a laptop at the same time with Windows 8 to 8.1 X64, not the Pro version. The laptop was a OEM version of Windows 8. The laptop works fine with Windows 8.1 after upgrading it.

    Hi, 
    Please try to copy WinX folder under C:\Users\Default\AppData\Local\Microsoft\Windows into C:\Users\[your user name]\AppData\Local\Microsoft\Windows.
    If it doesn't work, please run following command to repair system: 
    dism /online /cleanup-image /restorehealth
    If the issue persists, let's test the issue in New user account. 
    If all these steps doesn't fix your issue, please capture the actions during this process by using Process Monitor:
    Process Monitor v3.05
    http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
    How to use, please refer to this article:
    Using Process Monitor to capture system events
    http://www.sophos.com/en-us/support/knowledgebase/119038.aspx
    Keep post.
    Kate Li
    TechNet Community Support

  • Windows 8.1 - Update consideration, resources, and known issues

     
    This community KB article is being consolidated to help Lenovo customers who are early adopters of the Windows 8.1 update.  This article will be frequently updated to include information on recommendation on issues that have been reported and are currently being addressed by Lenovo product teams.   It is recommended that a backup of all data be made prior to starting the Windows 8.1 update.
    Official Lenovo Windows 8 and 8.1 Support resources - list of officially supported systems, information on license keys, activation, upgrade / downgrade rights and more.  
    Update Drivers before upgrading to Windows 8.1. At this time Lenovo recommends that customers who are planning to install the Windows 8.1 update, first update to the latest version of device drivers and BIOS on the Lenovo support site and apply Windows updates.   Lenovo customers who are using ThinkPad, ThinkStation, ThinkCentre systems may elect to use the System Update to accomplish the Lenovo driver updates before updating to Windows 8.1.  System update 5.03 should be used.  If system update is downlevel, it should first update itself to version 5.03.  Windows 8.1 drivers are being packaged and made available for automated install through System Update; therefore initially a limited number of 8.1 updates may be reported through System update.   Updated drivers can still be installed manually by downloading from the support site.  Lenovo is currently working on the release and availability of Windows 8.1 drivers through system update.   
    Not finding 8.1 drivers for officially supported models on the Lenovo support site?  The driver list for some systems ( Helix for example) currently reflect a mix of drivers for Windows 8 and Windows 8.1.  The Windows 8 drivers should work and have been tested, and compatibility designations are being revised to clearly reflect compatibility with Windows 8.1.  This updating of descriptions is expected to complete in early November
    SOLVED -SecureBoot advisory message appears in lower right corner of the screen after updating to Windows 8.1.  This appears to occur if SecureBoot was not enabled when the update was installed.  This community article may help resolve the issue. Microsoft has released an official solution here
    Windows 8.1 update is not listed in the Microsoft Store.   There are certain prerequisites that must be installed before the Windows 8.1 update will be installed.   Be sure to run Windows update and install all updates.  Reboot according to instructions, then re-launch the Windows Store and select Microsoft Windows 8.1 update.  For additional information on updating from the Microsoft Windows 8.1 preview to Windows 8.1 click here.  If the Windows 8.1 update is still not available, please visit support.microsoft.com
    Windows 8.1 update fails with an error code. Try to refresh and ensure all Windows updates have been applied.  If a backup of all data has already been made, customers may elect to reset back to factory, perform all Windows updates, update Lenovo drivers, and then attempt the Windows 8.1 update again.  Please note: Reset back to factory will wipe out all data.
    SOLVED - Black Screen with flashing pointer after install on some hybrid graphics equipped  systems , S440/540, T430/530    W530 could potentially be affected.   This issue has been addressed and Windows 8.1 updates on these models conducted after 10/29/13 should proceed normally.  A Lenovo support tip for S series has been released to assist any previously affected customers. Another tip for T430/530 and W530 series is available,  too.

    I have a z580 Ideapad that came with Windows 8.0. Some materials on the Lenovo site indicate that this laptop should not be updated to Windows 8.1 due to provides with the video driver, other materials indicate that it is OK. Has the video driver issue been resolved? Are there other Windows 8.1 upgrade issues? Maybe I should avoid problems and just stay with WIndows 8.0.

  • When pressing software Update it starts then gives a time out error

    I have a small problem my quicksilver is connected to the internet via ethernet cable and can search the net no problems but when I press Software update it starts then 30 seconds says Time Out Error 101 check your internet connections it then gives you an option to check connection and says it is working fine.
    The ethernet cable is connected to my sky router which have two other PCs connected to it.
    The time out error 101 is the only problem I have on my Power Mac G4 quicksilver
    Help would be very much appreciated

    Hi Moonkissed, and a warm welcome to the forums!
    Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, trash these files but don't empty the trash yet.
    Library/Preferences/com.apple.SoftwareUpdate.plist
    Library/Caches/com.apple.SoftwareUpdate
    Users/YourUserName/Library/Preferences/ByHost/com.apple.SoftwareUpdate.(12 digit number).plist
    Users/YourUserName/Library/Caches/com.apple.SoftwareUpdate
    Users/YourUserName/Library/Preferences/com.apple.SoftwareUpdate.plist
    Reboot & try it again.

  • When i download any file it start in a second but when i pause the downloading file & after some time when i open it amessage flash 'download error' source file could not be read please try again later or contact the server administrator.

    when i download any file it works frequently and downloading start in a second but when i pause the downloading file & after some time when i open it,The downloading not start proper and after some time a message flash 'download error' source file could not be read please try again later or contact the server administrator.

    I downloaded the Microsoft Autoruns package and ran it.  There are no programs in the LSA Providers tab, and Apple's Bonjour is the only program in the Winsock Providers tab.  I also did the "netsh winsock reset" and rebooted.  It didn't fix the problem.  Any more ideas?

  • After an iPad update yesterday I sent a video and it is not viewable just black screen but sound is there. I sent it to my windows 7 laptop and there it is not viewable at all the start button appears crossed through.only works on apple PC

    After yesterday's update sent  a personal video  it was not not viewable , i was told only black screen but audio, will play on apple pc but not windows.
    On my own windows operated laptop when l open the video the start button is crossed through
    Is there something l need to do? I can view the videos fine on my iPad ?

    'The installer has insufficient privileges to modify this file C:\Program Files (x86)\Common Files\Apple\Apple Application Support\Web kit.resources\inspector\Images\Spinner Inactive Selected.gif.'
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • A720: After Windows 8.1 upgrade, Start Button doesn't work.

    After upgrading to Windows 8.1 on a Lenovo IdeaCentre A720, you cannot properly click the Start Button with a mouse. However, touching the screen works as expected.
    If you put your mouse in the left-most corner of the screen, so the mouse is no longer visible, left-clicking switches between apps and right-clicking brings up the Start Button command menu.
    You also cannot use the top-left corner of the screen to invoke the app-switching menu with a mouse. It never appears. However, swiping with a finger from the left-side of the screen works as expected.
    It seems as though the screen is off alignment. It is preventing core features of the Windows 8 OS to be invoked with a mouse.
    Please advise.

    All,
    Avast 2014 was introduced with many outstanding issues and your specific concern appears to be another one of many issues that the Avast team should have picked up before making Avast 2014 generally available. However, I can tell you that my Windows 8.1 Start Button does work properly and I can attest to the fact that their latest GA release (2014.9.0.2007) has fixed all the previous issues that were identified and posted at the Avast forums.
    Also, since this latest version was first made available via a CNET download on 11/1/2013, it could just be that you missed that fix by just a few days. In any event, to ensure there are no conflicts when trying to update from v2006 to v2007, I would suggest the followiing:
    Download aswclear and do a cleanuninstall:
    http://www.avast.com/en-us/uninstall-utility
    Then, download the latest Avast vesion here and see if your issue persists:
    http://www.avast.com/index
    If you still have an issue, you can use the Help> Support link to report your issue directly from within the Avast User Interface.
    Good luck,
    plsrepli

  • Windows 8.1 - Upgrade from 8, Start Button Does Not Work

    I cannot find a fix for my 8.1 start button.
    It works when I move the task bar to the top, right or left but not at the bottom. I ran all windows updates and there are no missing/unknown drivers in device manager. No errors in the event log. I've restarted multiple times and created a new local profile.
    I've also tried: 
    Copy WinX folder under C:\Users\Default\AppData\Local\Microsoft\Windows into C:\Users\[your user name]\AppData\Local\Microsoft\Windows.
    dism /online /cleanup-image /restorehealth
    Any ideas? I would prefer not to do a clean install. Thanks in advance. 
    HP Touchsmart 23 series
    i5-3475S 2.90GHz
    16GB RAM
    1TB HDD

    Could you please describe a little more detailed about “Start Button does not work”? What is the symptom?
    Yes, when the taskbar is at the bottom of the screen, I cannot left click on the start button. The machine is also a touch-screen, which does work when I touch the start button. If I move the task bar to the left, right or top; the start button does work.
    And what is the kind of the account, Domain? Local? Or both?
    This is local machine.
    It still doesn’t work in a new account?
    Same issue happens with a new account.
    What happens if you use win + "X"?
    Win + "X" works fine; displays options.
    Regarding to the “doesn’t work, both for screen touch and mouse?
    Left-click via the mouse does not work. Touch works fine.
    Can you try to copy the WinX folder from a working PC to your PC for a test?
    I do not have another Windows 8.1 machine available to me.

Maybe you are looking for

  • IM Login problem Error while doing the search

    Hi people, I'm facing some strange behaviour with login for a couple of users, I have users that don't have problems to login and I have user that can't login, I'm sure that all of them are valid because they're login to Portal Server, and then launc

  • Please tell me i'm crazy

    lately i'm becoming slightly annoyed over a few things regarding my MBP. some of these things might be a result of being a little nit-picky, but i need to know if they are things i need to be concerned about. first thing: the infamous warped screen.

  • Financial Plan in Multiple Currency

    Hello, In the HTML screens I want to create Budget Lines using Multiple Currencies. This means create a line in USD for a certain Task and for the same Task create also an Euro line. I've checked the Multiple Currency option at the Financial and Work

  • Migrating a user to another tablespace!

    Dear All I need to migrate a user and all the tables associated with the user to a new tablespace and schema in other database. This is from Development to Production server. In Production Server i created a new schema and a tablespace associated wit

  • New post

    Print quality was fading, so I added a new HP60 black ink cartridge. For some reason, now it barely prints at all. Ink is very feint. Supply levels show that Black Ink is full. Can't use the align utility because the print is so feint. I have removed