Fix 'Get-AppxPackage' popup on login


Alicia J

Well-known member
Local time
6:43 AM
Posts
120
OS
Windows 11 Pro
After logging in from a locked screen, a window pops up. How do I fix this? What app would it be related to?
IMG_1502.JPG
 
Windows Build/Version
Windows 11 Pro 23H2 Desktop

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Acer Aspire 7 A715-55EP GTX1050
    CPU
    Intel Core i5 @ 2.30GHz 38 °C Coffee Lake 14nm Tech.
    Motherboard
    CFL Charmeleon_CFS (U3E1)
    Memory
    8.0 GB
    Graphics Card(s)
    Intel UHD Graphics 630. 4095MB NVIDIA GeForce GTX 1050
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    Generic PnP Monitor (1920x1080@60Hz)
    Screen Resolution
    1536x824 pixels
    Hard Drives
    119GB Hitachi HFS128G39TND-N210A (SATA (SSD)) 31 °C 931GB Western Digital WDC WD10SPZX-21Z10T0 (SATA (SSD)) 24 °C
    Mouse
    Touchpad, Wireless Logetech M325
    Internet Speed
    Telus Smart Hub (15 to 25)
    Browser
    Chrome
    Antivirus
    Windows Security. Malwarebytes Premium
  • Operating System
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    MEMORY EXPRESS
    CPU
    13th Gen Intel Core i7-13700
    Motherboard
    PRIME B760M-A AX, ASUSTeK COMPUTER INC.
    Memory
    32MB
    Graphics card(s)
    Intel(R) UHD Graphics 770 (1.00 GB)
    Sound Card
    Realtek High Definition Audio.
    Monitor(s) Displays
    BenQ GW2480
    Screen Resolution
    1920x1080 pixels
    Hard Drives
    MSI M371 1TB, 931 GB (1,000,202,273,280 byte) SSD
    Mouse
    Wireless Logetech M510
    Keyboard
    Wave Keyboard K350 Logetech
    Internet Speed
    Currently 27.4 Mbps (Telus Smart Hub 25)
    Browser
    Chrome
    Antivirus
    Eset Antivirus software. Malwarebytes Premium
Run Powershell as Administrator => Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
 

My Computer

System One

  • OS
    Windows11
PS C:\WINDOWS\system32> => Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
=> : The term '=>' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ => Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevel ...
+ ~~
+ CategoryInfo : ObjectNotFound: (=>:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

PS C:\WINDOWS\system32> Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Cannot run a document in the middle of a pipeline: C:\WINDOWS\system32\Get-AppxPackage.
At line:1 char:1
+ Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopm ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (C:\WINDOWS\system32\Get-AppxPackage:String) [], RuntimeException
+ FullyQualifiedErrorId : CantActivateDocumentInPipeline

My two attempts. What did I miss? With and without the arrow. =>
 

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Acer Aspire 7 A715-55EP GTX1050
    CPU
    Intel Core i5 @ 2.30GHz 38 °C Coffee Lake 14nm Tech.
    Motherboard
    CFL Charmeleon_CFS (U3E1)
    Memory
    8.0 GB
    Graphics Card(s)
    Intel UHD Graphics 630. 4095MB NVIDIA GeForce GTX 1050
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    Generic PnP Monitor (1920x1080@60Hz)
    Screen Resolution
    1536x824 pixels
    Hard Drives
    119GB Hitachi HFS128G39TND-N210A (SATA (SSD)) 31 °C 931GB Western Digital WDC WD10SPZX-21Z10T0 (SATA (SSD)) 24 °C
    Mouse
    Touchpad, Wireless Logetech M325
    Internet Speed
    Telus Smart Hub (15 to 25)
    Browser
    Chrome
    Antivirus
    Windows Security. Malwarebytes Premium
  • Operating System
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    MEMORY EXPRESS
    CPU
    13th Gen Intel Core i7-13700
    Motherboard
    PRIME B760M-A AX, ASUSTeK COMPUTER INC.
    Memory
    32MB
    Graphics card(s)
    Intel(R) UHD Graphics 770 (1.00 GB)
    Sound Card
    Realtek High Definition Audio.
    Monitor(s) Displays
    BenQ GW2480
    Screen Resolution
    1920x1080 pixels
    Hard Drives
    MSI M371 1TB, 931 GB (1,000,202,273,280 byte) SSD
    Mouse
    Wireless Logetech M510
    Keyboard
    Wave Keyboard K350 Logetech
    Internet Speed
    Currently 27.4 Mbps (Telus Smart Hub 25)
    Browser
    Chrome
    Antivirus
    Eset Antivirus software. Malwarebytes Premium
PS C:\WINDOWS\system32> => Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
=> : The term '=>' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ => Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevel ...
+ ~~
+ CategoryInfo : ObjectNotFound: (=>:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

PS C:\WINDOWS\system32> Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Cannot run a document in the middle of a pipeline: C:\WINDOWS\system32\Get-AppxPackage.
At line:1 char:1
+ Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopm ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (C:\WINDOWS\system32\Get-AppxPackage:String) [], RuntimeException
+ FullyQualifiedErrorId : CantActivateDocumentInPipeline

My two attempts. What did I miss? With and without the arrow. =>
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
 

My Computer

System One

  • OS
    Windows11
Here's the result:

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! Migrating from Windows PowerShell 5.1 to PowerShell 7 - PowerShell

PS C:\WINDOWS\system32> Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Cannot run a document in the middle of a pipeline: C:\WINDOWS\system32\Get-AppxPackage.
At line:1 char:1
+ Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopm ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (C:\WINDOWS\system32\Get-AppxPackage:String) [], RuntimeException
+ FullyQualifiedErrorId : CantActivateDocumentInPipeline

PS C:\WINDOWS\system32>
 

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Acer Aspire 7 A715-55EP GTX1050
    CPU
    Intel Core i5 @ 2.30GHz 38 °C Coffee Lake 14nm Tech.
    Motherboard
    CFL Charmeleon_CFS (U3E1)
    Memory
    8.0 GB
    Graphics Card(s)
    Intel UHD Graphics 630. 4095MB NVIDIA GeForce GTX 1050
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    Generic PnP Monitor (1920x1080@60Hz)
    Screen Resolution
    1536x824 pixels
    Hard Drives
    119GB Hitachi HFS128G39TND-N210A (SATA (SSD)) 31 °C 931GB Western Digital WDC WD10SPZX-21Z10T0 (SATA (SSD)) 24 °C
    Mouse
    Touchpad, Wireless Logetech M325
    Internet Speed
    Telus Smart Hub (15 to 25)
    Browser
    Chrome
    Antivirus
    Windows Security. Malwarebytes Premium
  • Operating System
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    MEMORY EXPRESS
    CPU
    13th Gen Intel Core i7-13700
    Motherboard
    PRIME B760M-A AX, ASUSTeK COMPUTER INC.
    Memory
    32MB
    Graphics card(s)
    Intel(R) UHD Graphics 770 (1.00 GB)
    Sound Card
    Realtek High Definition Audio.
    Monitor(s) Displays
    BenQ GW2480
    Screen Resolution
    1920x1080 pixels
    Hard Drives
    MSI M371 1TB, 931 GB (1,000,202,273,280 byte) SSD
    Mouse
    Wireless Logetech M510
    Keyboard
    Wave Keyboard K350 Logetech
    Internet Speed
    Currently 27.4 Mbps (Telus Smart Hub 25)
    Browser
    Chrome
    Antivirus
    Eset Antivirus software. Malwarebytes Premium
Here's the result:

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! Migrating from Windows PowerShell 5.1 to PowerShell 7 - PowerShell

PS C:\WINDOWS\system32> Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Cannot run a document in the middle of a pipeline: C:\WINDOWS\system32\Get-AppxPackage.
At line:1 char:1
+ Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopm ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (C:\WINDOWS\system32\Get-AppxPackage:String) [], RuntimeException
+ FullyQualifiedErrorId : CantActivateDocumentInPipeline

PS C:\WINDOWS\system32>
1. sfc /scannow
2. DISM /ONLINE /CLEANUP-IMAGE /RESTOREHEALTH
3. chkdsk c: /f /r
4. Restart and agree to check the disk
5. After restart and check disk, Run Powershell as Administrator => Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
 

My Computer

System One

  • OS
    Windows11
PS C:\WINDOWS\system32> sfc /scannow

Beginning system scan. This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection found corrupt files and successfully repaired them.
For online repairs, details are included in the CBS log file located at
windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
repairs, details are included in the log file provided by the /OFFLOGFILE flag.
PS C:\WINDOWS\system32> DISM /ONLINE /CLEANUP-IMAGE /RESTOREHEALTH

Deployment Image Servicing and Management tool
Version: 10.0.22621.2792

Image Version: 10.0.22631.2861

[===========================62.3%==== ]
It seems to be struck here. Oh finished. On to the next step.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Acer Aspire 7 A715-55EP GTX1050
    CPU
    Intel Core i5 @ 2.30GHz 38 °C Coffee Lake 14nm Tech.
    Motherboard
    CFL Charmeleon_CFS (U3E1)
    Memory
    8.0 GB
    Graphics Card(s)
    Intel UHD Graphics 630. 4095MB NVIDIA GeForce GTX 1050
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    Generic PnP Monitor (1920x1080@60Hz)
    Screen Resolution
    1536x824 pixels
    Hard Drives
    119GB Hitachi HFS128G39TND-N210A (SATA (SSD)) 31 °C 931GB Western Digital WDC WD10SPZX-21Z10T0 (SATA (SSD)) 24 °C
    Mouse
    Touchpad, Wireless Logetech M325
    Internet Speed
    Telus Smart Hub (15 to 25)
    Browser
    Chrome
    Antivirus
    Windows Security. Malwarebytes Premium
  • Operating System
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    MEMORY EXPRESS
    CPU
    13th Gen Intel Core i7-13700
    Motherboard
    PRIME B760M-A AX, ASUSTeK COMPUTER INC.
    Memory
    32MB
    Graphics card(s)
    Intel(R) UHD Graphics 770 (1.00 GB)
    Sound Card
    Realtek High Definition Audio.
    Monitor(s) Displays
    BenQ GW2480
    Screen Resolution
    1920x1080 pixels
    Hard Drives
    MSI M371 1TB, 931 GB (1,000,202,273,280 byte) SSD
    Mouse
    Wireless Logetech M510
    Keyboard
    Wave Keyboard K350 Logetech
    Internet Speed
    Currently 27.4 Mbps (Telus Smart Hub 25)
    Browser
    Chrome
    Antivirus
    Eset Antivirus software. Malwarebytes Premium
Last step:

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! Migrating from Windows PowerShell 5.1 to PowerShell 7 - PowerShell

PS C:\WINDOWS\system32> Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Cannot run a document in the middle of a pipeline: C:\WINDOWS\system32\Get-AppxPackage.
At line:1 char:1
+ Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopm ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (C:\WINDOWS\system32\Get-AppxPackage:String) [], RuntimeException
+ FullyQualifiedErrorId : CantActivateDocumentInPipeline
 

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Acer Aspire 7 A715-55EP GTX1050
    CPU
    Intel Core i5 @ 2.30GHz 38 °C Coffee Lake 14nm Tech.
    Motherboard
    CFL Charmeleon_CFS (U3E1)
    Memory
    8.0 GB
    Graphics Card(s)
    Intel UHD Graphics 630. 4095MB NVIDIA GeForce GTX 1050
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    Generic PnP Monitor (1920x1080@60Hz)
    Screen Resolution
    1536x824 pixels
    Hard Drives
    119GB Hitachi HFS128G39TND-N210A (SATA (SSD)) 31 °C 931GB Western Digital WDC WD10SPZX-21Z10T0 (SATA (SSD)) 24 °C
    Mouse
    Touchpad, Wireless Logetech M325
    Internet Speed
    Telus Smart Hub (15 to 25)
    Browser
    Chrome
    Antivirus
    Windows Security. Malwarebytes Premium
  • Operating System
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    MEMORY EXPRESS
    CPU
    13th Gen Intel Core i7-13700
    Motherboard
    PRIME B760M-A AX, ASUSTeK COMPUTER INC.
    Memory
    32MB
    Graphics card(s)
    Intel(R) UHD Graphics 770 (1.00 GB)
    Sound Card
    Realtek High Definition Audio.
    Monitor(s) Displays
    BenQ GW2480
    Screen Resolution
    1920x1080 pixels
    Hard Drives
    MSI M371 1TB, 931 GB (1,000,202,273,280 byte) SSD
    Mouse
    Wireless Logetech M510
    Keyboard
    Wave Keyboard K350 Logetech
    Internet Speed
    Currently 27.4 Mbps (Telus Smart Hub 25)
    Browser
    Chrome
    Antivirus
    Eset Antivirus software. Malwarebytes Premium
Last step:

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! Migrating from Windows PowerShell 5.1 to PowerShell 7 - PowerShell

PS C:\WINDOWS\system32> Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Cannot run a document in the middle of a pipeline: C:\WINDOWS\system32\Get-AppxPackage.
At line:1 char:1
+ Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopm ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (C:\WINDOWS\system32\Get-AppxPackage:String) [], RuntimeException
+ FullyQualifiedErrorId : CantActivateDocumentInPipeline

Get-AppxPackage -AllUsers | ForEach-Object { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" }
 

My Computer

System One

  • OS
    Windows11
Please download Autoruns and then export the output as an .ARN file, you'll need to zip that file and then attach it your next post.


You should be able to find the option to save/export an .ARN file under File.
 

My Computer

System One

  • OS
    Windows 11, Windows 10, Linux Fedora Cinnamon
I will post it when I have access to the desktop later today.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Acer Aspire 7 A715-55EP GTX1050
    CPU
    Intel Core i5 @ 2.30GHz 38 °C Coffee Lake 14nm Tech.
    Motherboard
    CFL Charmeleon_CFS (U3E1)
    Memory
    8.0 GB
    Graphics Card(s)
    Intel UHD Graphics 630. 4095MB NVIDIA GeForce GTX 1050
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    Generic PnP Monitor (1920x1080@60Hz)
    Screen Resolution
    1536x824 pixels
    Hard Drives
    119GB Hitachi HFS128G39TND-N210A (SATA (SSD)) 31 °C 931GB Western Digital WDC WD10SPZX-21Z10T0 (SATA (SSD)) 24 °C
    Mouse
    Touchpad, Wireless Logetech M325
    Internet Speed
    Telus Smart Hub (15 to 25)
    Browser
    Chrome
    Antivirus
    Windows Security. Malwarebytes Premium
  • Operating System
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    MEMORY EXPRESS
    CPU
    13th Gen Intel Core i7-13700
    Motherboard
    PRIME B760M-A AX, ASUSTeK COMPUTER INC.
    Memory
    32MB
    Graphics card(s)
    Intel(R) UHD Graphics 770 (1.00 GB)
    Sound Card
    Realtek High Definition Audio.
    Monitor(s) Displays
    BenQ GW2480
    Screen Resolution
    1920x1080 pixels
    Hard Drives
    MSI M371 1TB, 931 GB (1,000,202,273,280 byte) SSD
    Mouse
    Wireless Logetech M510
    Keyboard
    Wave Keyboard K350 Logetech
    Internet Speed
    Currently 27.4 Mbps (Telus Smart Hub 25)
    Browser
    Chrome
    Antivirus
    Eset Antivirus software. Malwarebytes Premium
Get-AppxPackage -AllUsers | ForEach-Object { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" }
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! Migrating from Windows PowerShell 5.1 to PowerShell 7 - PowerShell

PS C:\WINDOWS\system32> Get-AppxPackage -AllUsers | ForEach-Object { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" }
Cannot run a document in the middle of a pipeline: C:\WINDOWS\system32\Get-AppxPackage.
At line:1 char:1
+ Get-AppxPackage -AllUsers | ForEach-Object { Add-AppxPackage -Disable ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (C:\WINDOWS\system32\Get-AppxPackage:String) [], RuntimeException
+ FullyQualifiedErrorId : CantActivateDocumentInPipeline

PS C:\WINDOWS\system32>
 

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Acer Aspire 7 A715-55EP GTX1050
    CPU
    Intel Core i5 @ 2.30GHz 38 °C Coffee Lake 14nm Tech.
    Motherboard
    CFL Charmeleon_CFS (U3E1)
    Memory
    8.0 GB
    Graphics Card(s)
    Intel UHD Graphics 630. 4095MB NVIDIA GeForce GTX 1050
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    Generic PnP Monitor (1920x1080@60Hz)
    Screen Resolution
    1536x824 pixels
    Hard Drives
    119GB Hitachi HFS128G39TND-N210A (SATA (SSD)) 31 °C 931GB Western Digital WDC WD10SPZX-21Z10T0 (SATA (SSD)) 24 °C
    Mouse
    Touchpad, Wireless Logetech M325
    Internet Speed
    Telus Smart Hub (15 to 25)
    Browser
    Chrome
    Antivirus
    Windows Security. Malwarebytes Premium
  • Operating System
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    MEMORY EXPRESS
    CPU
    13th Gen Intel Core i7-13700
    Motherboard
    PRIME B760M-A AX, ASUSTeK COMPUTER INC.
    Memory
    32MB
    Graphics card(s)
    Intel(R) UHD Graphics 770 (1.00 GB)
    Sound Card
    Realtek High Definition Audio.
    Monitor(s) Displays
    BenQ GW2480
    Screen Resolution
    1920x1080 pixels
    Hard Drives
    MSI M371 1TB, 931 GB (1,000,202,273,280 byte) SSD
    Mouse
    Wireless Logetech M510
    Keyboard
    Wave Keyboard K350 Logetech
    Internet Speed
    Currently 27.4 Mbps (Telus Smart Hub 25)
    Browser
    Chrome
    Antivirus
    Eset Antivirus software. Malwarebytes Premium
Please download Autoruns and then export the output as an .ARN file, you'll need to zip that file and then attach it your next post.


You should be able to find the option to save/export an .ARN file under File.
 

Attachments

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Acer Aspire 7 A715-55EP GTX1050
    CPU
    Intel Core i5 @ 2.30GHz 38 °C Coffee Lake 14nm Tech.
    Motherboard
    CFL Charmeleon_CFS (U3E1)
    Memory
    8.0 GB
    Graphics Card(s)
    Intel UHD Graphics 630. 4095MB NVIDIA GeForce GTX 1050
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    Generic PnP Monitor (1920x1080@60Hz)
    Screen Resolution
    1536x824 pixels
    Hard Drives
    119GB Hitachi HFS128G39TND-N210A (SATA (SSD)) 31 °C 931GB Western Digital WDC WD10SPZX-21Z10T0 (SATA (SSD)) 24 °C
    Mouse
    Touchpad, Wireless Logetech M325
    Internet Speed
    Telus Smart Hub (15 to 25)
    Browser
    Chrome
    Antivirus
    Windows Security. Malwarebytes Premium
  • Operating System
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    MEMORY EXPRESS
    CPU
    13th Gen Intel Core i7-13700
    Motherboard
    PRIME B760M-A AX, ASUSTeK COMPUTER INC.
    Memory
    32MB
    Graphics card(s)
    Intel(R) UHD Graphics 770 (1.00 GB)
    Sound Card
    Realtek High Definition Audio.
    Monitor(s) Displays
    BenQ GW2480
    Screen Resolution
    1920x1080 pixels
    Hard Drives
    MSI M371 1TB, 931 GB (1,000,202,273,280 byte) SSD
    Mouse
    Wireless Logetech M510
    Keyboard
    Wave Keyboard K350 Logetech
    Internet Speed
    Currently 27.4 Mbps (Telus Smart Hub 25)
    Browser
    Chrome
    Antivirus
    Eset Antivirus software. Malwarebytes Premium
I did install ESET NOD32 antivirus just before the message started. When I pick the exe for the antivirus GUI to 'open with' in that pop up, it does open the antivirus main screen. Does that help?
 

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Acer Aspire 7 A715-55EP GTX1050
    CPU
    Intel Core i5 @ 2.30GHz 38 °C Coffee Lake 14nm Tech.
    Motherboard
    CFL Charmeleon_CFS (U3E1)
    Memory
    8.0 GB
    Graphics Card(s)
    Intel UHD Graphics 630. 4095MB NVIDIA GeForce GTX 1050
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    Generic PnP Monitor (1920x1080@60Hz)
    Screen Resolution
    1536x824 pixels
    Hard Drives
    119GB Hitachi HFS128G39TND-N210A (SATA (SSD)) 31 °C 931GB Western Digital WDC WD10SPZX-21Z10T0 (SATA (SSD)) 24 °C
    Mouse
    Touchpad, Wireless Logetech M325
    Internet Speed
    Telus Smart Hub (15 to 25)
    Browser
    Chrome
    Antivirus
    Windows Security. Malwarebytes Premium
  • Operating System
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    MEMORY EXPRESS
    CPU
    13th Gen Intel Core i7-13700
    Motherboard
    PRIME B760M-A AX, ASUSTeK COMPUTER INC.
    Memory
    32MB
    Graphics card(s)
    Intel(R) UHD Graphics 770 (1.00 GB)
    Sound Card
    Realtek High Definition Audio.
    Monitor(s) Displays
    BenQ GW2480
    Screen Resolution
    1920x1080 pixels
    Hard Drives
    MSI M371 1TB, 931 GB (1,000,202,273,280 byte) SSD
    Mouse
    Wireless Logetech M510
    Keyboard
    Wave Keyboard K350 Logetech
    Internet Speed
    Currently 27.4 Mbps (Telus Smart Hub 25)
    Browser
    Chrome
    Antivirus
    Eset Antivirus software. Malwarebytes Premium
Which version of Autoruns did you use to export the .arn file? When I try and open the file, I'm getting an error message about using an old file format?

When I pick the exe for the antivirus GUI to 'open with' in that pop up, it does open the antivirus main screen.
Why are you trying to load an .exe with ESET? I'm assuming you were trying to scan it?

Could you please open command prompt and then enter the following command:

Code:
reg query "HKEY_CLASSES_ROOT\.exe" /s

Please post the output in your next post.
 

My Computer

System One

  • OS
    Windows 11, Windows 10, Linux Fedora Cinnamon
This is the version I just downloaded. I ran the autoruns64.exe and it is an arn file.
 

Attachments

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Acer Aspire 7 A715-55EP GTX1050
    CPU
    Intel Core i5 @ 2.30GHz 38 °C Coffee Lake 14nm Tech.
    Motherboard
    CFL Charmeleon_CFS (U3E1)
    Memory
    8.0 GB
    Graphics Card(s)
    Intel UHD Graphics 630. 4095MB NVIDIA GeForce GTX 1050
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    Generic PnP Monitor (1920x1080@60Hz)
    Screen Resolution
    1536x824 pixels
    Hard Drives
    119GB Hitachi HFS128G39TND-N210A (SATA (SSD)) 31 °C 931GB Western Digital WDC WD10SPZX-21Z10T0 (SATA (SSD)) 24 °C
    Mouse
    Touchpad, Wireless Logetech M325
    Internet Speed
    Telus Smart Hub (15 to 25)
    Browser
    Chrome
    Antivirus
    Windows Security. Malwarebytes Premium
  • Operating System
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    MEMORY EXPRESS
    CPU
    13th Gen Intel Core i7-13700
    Motherboard
    PRIME B760M-A AX, ASUSTeK COMPUTER INC.
    Memory
    32MB
    Graphics card(s)
    Intel(R) UHD Graphics 770 (1.00 GB)
    Sound Card
    Realtek High Definition Audio.
    Monitor(s) Displays
    BenQ GW2480
    Screen Resolution
    1920x1080 pixels
    Hard Drives
    MSI M371 1TB, 931 GB (1,000,202,273,280 byte) SSD
    Mouse
    Wireless Logetech M510
    Keyboard
    Wave Keyboard K350 Logetech
    Internet Speed
    Currently 27.4 Mbps (Telus Smart Hub 25)
    Browser
    Chrome
    Antivirus
    Eset Antivirus software. Malwarebytes Premium
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! Migrating from Windows PowerShell 5.1 to PowerShell 7 - PowerShell

PS C:\WINDOWS\system32> reg query "HKEY_CLASSES_ROOT\.exe" /s

HKEY_CLASSES_ROOT\.exe
(Default) REG_SZ exefile
Content Type REG_SZ application/x-msdownload

HKEY_CLASSES_ROOT\.exe\PersistentHandler
(Default) REG_SZ {098f2470-bae0-11cd-b579-08002b30bfeb}

PS C:\WINDOWS\system32>

Yes I was trying to scan the file with eset
 

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Acer Aspire 7 A715-55EP GTX1050
    CPU
    Intel Core i5 @ 2.30GHz 38 °C Coffee Lake 14nm Tech.
    Motherboard
    CFL Charmeleon_CFS (U3E1)
    Memory
    8.0 GB
    Graphics Card(s)
    Intel UHD Graphics 630. 4095MB NVIDIA GeForce GTX 1050
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    Generic PnP Monitor (1920x1080@60Hz)
    Screen Resolution
    1536x824 pixels
    Hard Drives
    119GB Hitachi HFS128G39TND-N210A (SATA (SSD)) 31 °C 931GB Western Digital WDC WD10SPZX-21Z10T0 (SATA (SSD)) 24 °C
    Mouse
    Touchpad, Wireless Logetech M325
    Internet Speed
    Telus Smart Hub (15 to 25)
    Browser
    Chrome
    Antivirus
    Windows Security. Malwarebytes Premium
  • Operating System
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    MEMORY EXPRESS
    CPU
    13th Gen Intel Core i7-13700
    Motherboard
    PRIME B760M-A AX, ASUSTeK COMPUTER INC.
    Memory
    32MB
    Graphics card(s)
    Intel(R) UHD Graphics 770 (1.00 GB)
    Sound Card
    Realtek High Definition Audio.
    Monitor(s) Displays
    BenQ GW2480
    Screen Resolution
    1920x1080 pixels
    Hard Drives
    MSI M371 1TB, 931 GB (1,000,202,273,280 byte) SSD
    Mouse
    Wireless Logetech M510
    Keyboard
    Wave Keyboard K350 Logetech
    Internet Speed
    Currently 27.4 Mbps (Telus Smart Hub 25)
    Browser
    Chrome
    Antivirus
    Eset Antivirus software. Malwarebytes Premium
Thanks, I was able to read the .arn file this time. Does the pop-up appear every time you lock/unlock the screen or is it only after booting up?

Capture Process Monitor Trace
1. Download and run Process Monitor. Leave this running while you perform the next steps.
2. Locking and unlocking the screen just like you have in the past.
3. Stop Process Monitor as soon as it fails. You can simply do this by clicking the square icon on the toolbar as shown below.
j8MhY5V.png

4. Select the File menu...Save... and save the file to your desktop. This is likely the default location. The name (unless changed) will be LogFile.PML. This is fine.
5. Zip up and provide the link to the LogFile.PML file. Examples of services to upload to are Dropbox or OneDrive or WeTransfer.

You might want to place that .pml file into a .zip because it get very large, very quickly.
 

My Computer

System One

  • OS
    Windows 11, Windows 10, Linux Fedora Cinnamon

I'll reboot now and see if it happens then. As soon as I put the PIN in to sign in, it also happens.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Acer Aspire 7 A715-55EP GTX1050
    CPU
    Intel Core i5 @ 2.30GHz 38 °C Coffee Lake 14nm Tech.
    Motherboard
    CFL Charmeleon_CFS (U3E1)
    Memory
    8.0 GB
    Graphics Card(s)
    Intel UHD Graphics 630. 4095MB NVIDIA GeForce GTX 1050
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    Generic PnP Monitor (1920x1080@60Hz)
    Screen Resolution
    1536x824 pixels
    Hard Drives
    119GB Hitachi HFS128G39TND-N210A (SATA (SSD)) 31 °C 931GB Western Digital WDC WD10SPZX-21Z10T0 (SATA (SSD)) 24 °C
    Mouse
    Touchpad, Wireless Logetech M325
    Internet Speed
    Telus Smart Hub (15 to 25)
    Browser
    Chrome
    Antivirus
    Windows Security. Malwarebytes Premium
  • Operating System
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    MEMORY EXPRESS
    CPU
    13th Gen Intel Core i7-13700
    Motherboard
    PRIME B760M-A AX, ASUSTeK COMPUTER INC.
    Memory
    32MB
    Graphics card(s)
    Intel(R) UHD Graphics 770 (1.00 GB)
    Sound Card
    Realtek High Definition Audio.
    Monitor(s) Displays
    BenQ GW2480
    Screen Resolution
    1920x1080 pixels
    Hard Drives
    MSI M371 1TB, 931 GB (1,000,202,273,280 byte) SSD
    Mouse
    Wireless Logetech M510
    Keyboard
    Wave Keyboard K350 Logetech
    Internet Speed
    Currently 27.4 Mbps (Telus Smart Hub 25)
    Browser
    Chrome
    Antivirus
    Eset Antivirus software. Malwarebytes Premium

My Computers

System One System Two

  • OS
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Acer Aspire 7 A715-55EP GTX1050
    CPU
    Intel Core i5 @ 2.30GHz 38 °C Coffee Lake 14nm Tech.
    Motherboard
    CFL Charmeleon_CFS (U3E1)
    Memory
    8.0 GB
    Graphics Card(s)
    Intel UHD Graphics 630. 4095MB NVIDIA GeForce GTX 1050
    Sound Card
    Realtek High Definition Audio
    Monitor(s) Displays
    Generic PnP Monitor (1920x1080@60Hz)
    Screen Resolution
    1536x824 pixels
    Hard Drives
    119GB Hitachi HFS128G39TND-N210A (SATA (SSD)) 31 °C 931GB Western Digital WDC WD10SPZX-21Z10T0 (SATA (SSD)) 24 °C
    Mouse
    Touchpad, Wireless Logetech M325
    Internet Speed
    Telus Smart Hub (15 to 25)
    Browser
    Chrome
    Antivirus
    Windows Security. Malwarebytes Premium
  • Operating System
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    MEMORY EXPRESS
    CPU
    13th Gen Intel Core i7-13700
    Motherboard
    PRIME B760M-A AX, ASUSTeK COMPUTER INC.
    Memory
    32MB
    Graphics card(s)
    Intel(R) UHD Graphics 770 (1.00 GB)
    Sound Card
    Realtek High Definition Audio.
    Monitor(s) Displays
    BenQ GW2480
    Screen Resolution
    1920x1080 pixels
    Hard Drives
    MSI M371 1TB, 931 GB (1,000,202,273,280 byte) SSD
    Mouse
    Wireless Logetech M510
    Keyboard
    Wave Keyboard K350 Logetech
    Internet Speed
    Currently 27.4 Mbps (Telus Smart Hub 25)
    Browser
    Chrome
    Antivirus
    Eset Antivirus software. Malwarebytes Premium

Latest Support Threads

Back
Top Bottom