Strange Powershell Pop-Up At Shut Down

Page 1 of 3 123 LastLast

  1. Posts : 803
    Win10 Pro - x64 latest build dual boot w/Win 11 Pro
       #1

    Strange Powershell Pop-Up At Shut Down


    The attached pop-up occurs mosr times I shut thé system down. It disappears before I can read it and shut down occurs OK.
    Any ideas? Powershell has not been used in ages.

    Strange Powershell Pop-Up At Shut Down-1capture.jpg
    Last edited by Ex_Brit; 25 Sep 2023 at 09:07.
      My Computer


  2. Posts : 16,952
    Windows 10 Home x64 Version 22H2 Build 19045.4170
       #2

    Can you zip the pics up then?

    Denis
      My Computer


  3. Posts : 43,010
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #3

    This tutorial lists the permitted file types and sizes.
    How to Upload and Post Screenshots and Files at Ten Forums

    History:
    - when did this start?
    - what happened shortly before that?
      My Computers


  4. Posts : 803
    Win10 Pro - x64 latest build dual boot w/Win 11 Pro
    Thread Starter
       #4

    Pic now added to post at top.

    History: It started a few weeks ago and is intermittent
    I was reading posts on Neosmart Forums before it happened.

    It doesn't seem to be affecting anything.
      My Computer


  5. Posts : 43,010
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #5

    1. Try a clean boot and then see if it still occurs. If not, then work backwards to determine the cause.

    2. Examine your Reliability History and see if there's anything related to it. Noting the time can help.
    However it may be too quick for a report to be logged.

    3. Check your event log around the time this happens.

    There may be a clue in this similar report, but it's not specific enough to give a solution as such.
    [SOLVED] - Powershell error popup dialogue box during shutdown | Tom's Hardware Forum
      My Computers


  6. Posts : 1,767
    Windows 10 Pro (+ Windows 10 Home VMs for testing)
       #6

    Powershell.exe is in use many times a day to automate system processes, mainly for the collection of diagnostic data.

    Are there any relevant entries in Event Viewer's (eventvwr.msc) Application log? (Event Viewer > Windows Logs > Application)

    Probably the easiest way is to query the last 20 entries:

    1. Right-click on Start then choose Windows PowerShell (Admin) from the context menu.
    2. When the PowerShell console opens, copy/paste/type the following then press ENTER/RETURN:
    Code:
    Get-EventLog -LogName Application -Newest 20 | Format-Table -AutoSize
    If you want to redirect this output, say to a text file on your desktop, use the following instead:
    Code:
    Get-EventLog -LogName Application -Newest 20 | ft -AutoSize > (join-path ([environment]::GetFolderPath('Desktop')) "last_20_applogs.txt")
    This will create a text file called last_20_applogs.txt.

    Hope this helps...
      My Computer


  7. Posts : 803
    Win10 Pro - x64 latest build dual boot w/Win 11 Pro
    Thread Starter
       #7

    Newest 20 or even 40 does not open last evening's items, is there a way of specifying the date?
    Sorry I'm not familiar with Event Viewer or Powershell commands.
    The EV shows only some errors for Shell Experience or words to that effect.
      My Computer


  8. Posts : 1,767
    Windows 10 Pro (+ Windows 10 Home VMs for testing)
       #8

    Ex_Brit said:
    Newest 20 or even 40 does not open last evening's items, is there a way of specifying the date?
    Sorry I'm not familiar with Event Viewer or Powershell commands.
    The EV shows only some errors for Shell Experience or words to that effect.
    That suggests you have lots of Application events being written the the Application log, in which case limiting the results to a single date may not actually help you work out what's going on with your system.

    Instead of removing the -Newest parameter completely, try changing the parameter to 100, 200 or even more until it encompasses yesterday.

    Oh... and answer @dalchina's query, particularly about 'Reliabililty History'.

    Hope this helps...
      My Computer


  9. Posts : 43,010
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #9

    If you want a simple searchable list of events, try Nirsoft's FullEventLogView (free).
      My Computers


  10. Posts : 1,767
    Windows 10 Pro (+ Windows 10 Home VMs for testing)
       #10

    dalchina said:
    If you want a simple searchable list of events, try Nirsoft's FullEventLogView (free).


    Great suggestion. I should have thought of that.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 14:54.
Find Us




Windows 10 Forums