Share via

windows powershell

MS. TRP 20 Reputation points
2025-11-16T08:13:47.8+00:00

หน้าต่าง windows powershell เด้งขึ้นมาตอนเปิดเครื่องแก้ไขอย่างไรครับ

Windows PowerShell

Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS C:\Users\punpu>

Microsoft Copilot | Other
0 comments No comments

Answer accepted by question author

AI answer

2025-11-16T08:13:58.4333333+00:00

To prevent Windows PowerShell from automatically opening when you start your computer, you can check the following:

  1. Startup Programs: Open the Task Manager (Ctrl + Shift + Esc) and go to the "Startup" tab. Look for any entries related to PowerShell and disable them.
  2. Scheduled Tasks: Open the Task Scheduler by searching for it in the Start menu. Check if there are any scheduled tasks that trigger PowerShell to run at startup and disable them if necessary.
  3. Startup Folder: Check the Startup folder by navigating to C:\Users\YourUsername\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup. If there is a shortcut for PowerShell, delete it.
  4. System Configuration: Press Win + R, type msconfig, and hit Enter. In the System Configuration window, check the "Startup" tab for any entries related to PowerShell and uncheck them.

By following these steps, you should be able to stop Windows PowerShell from opening automatically on startup.

AI-generated content may be incorrect. Read our transparency notes for more information.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.