วิธีเพิ่ม PowerShell ให้กับเมนูบริบทใน Windows 10
ใน Windows 10 เมนูบริบท(the Context menu)คือ เมนู GUI ( Graphical User Interface ) ซึ่งจะปรากฏขึ้นเมื่อคุณคลิกขวาที่เมาส์ เมนูนี้นำเสนอชุดตัวเลือกหรือตัวเลือกที่จำกัด ขึ้นอยู่กับแอพพลิเคชั่นหรือระบบปฏิบัติการ เมนูบริบทสามารถปรากฏบนแอปพลิเคชันใดก็ได้ที่มีตัวเลือกมากมายสำหรับการทำงานที่ง่ายและมีประสิทธิภาพ ในโพสต์นี้ เราจะแสดงให้คุณเห็นว่าคุณสามารถเพิ่มPowerShellลงในเมนูบริบทใน Windows 10 ได้อย่างไร
เพิ่ม PowerShell(Add PowerShell)ให้กับเมนูบริบท(Context Menu)ในWindows 10
หากต้องการเพิ่มPowerShellลงในเมนูบริบทในWindows 10ให้ทำตามคำแนะนำของเราที่สรุปไว้ด้านล่าง
- กดปุ่มWindows key + Rเพื่อเรียกใช้กล่องโต้ตอบเรียกใช้
- ในกล่องโต้ตอบ Run ให้พิมพ์regeditแล้วกด Enter เพื่อเปิด Registry Editor
- นำทางหรือข้ามไปยังตำแหน่งกลุ่มรีจิสทรีด้านล่าง:
HKEY_CLASSES_ROOT\Directory\shell
- ในบานหน้าต่างด้านซ้าย ให้คลิกขวาที่ คีย์ เชลล์(shell)แล้วเลือกNew > Keyและตั้งชื่อเป็นPowerShellDesktop
- คลิกที่ คีย์PowerShellDesktopที่สร้างขึ้นใหม่
- ในบานหน้าต่างด้านขวา ดับเบิลคลิกที่ค่า(Default s) tring เริ่มต้น เพื่อแก้ไขคุณสมบัติ
- พิมพ์Open PowerShell Hereในฟิลด์Value data
- คลิกตกลง(OK) _
อีกครั้งในบานหน้าต่างด้านซ้าย ให้คลิกขวาที่ คีย์ PowerShellDesktopแล้วเลือกใหม่(New) > คีย์(Key)และตั้งชื่อเป็นคำสั่ง(Command.)
- คลิกที่ คีย์คำสั่ง(Command)ที่สร้างขึ้นใหม่
- ในบานหน้าต่างด้านขวา ดับเบิลคลิกที่ค่า(Default s) tring เริ่มต้น เพื่อแก้ไขคุณสมบัติ
- คัดลอกและวางค่าสตริงด้านล่างลงในช่องข้อมูลค่า(Value data)
C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe -NoExit -Command Set-Location -LiteralPath ‘%L’
เส้นทางเริ่มต้นของ Windows PowerShell คือC C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe
หากคุณติดตั้ง Windows บนพาร์ติชันอื่น คุณต้องค้นหาเส้นทาง ของ PowerShell นอกจากนี้ หากคุณติดตั้งPowerShell เวอร์ชัน(version of PowerShell) อื่น ให้เปลี่ยน v1.0 เป็นเวอร์ชันปัจจุบันที่ติดตั้งในเครื่องของคุณ
- คลิกตกลง(OK) _
- รีสตาร์ทคอมพิวเตอร์เพื่อให้การเปลี่ยนแปลงมีผล
For your information, our Ultimate Windows Tweaker lets you add PowerShell to the context menu on Windows 10 with just a click!
Related posts
Replace PowerShell กับ Command Prompt ใน Context Menu ใน Windows 10
วิธีเพิ่ม Secure Delete ถึง context menu ใน Windows 10
Set AS default printer Context Menu item หายไปใน Windows 10
Add Run item ถึง Sandbox Context Menu ใน Windows 10
ลบ Move ถึง OneDrive จาก Context Menu ใน Windows 10
Add Unblock option สำหรับไฟล์ที่ดาวน์โหลดใน Context Menu ของ Windows 10
วิธีเพิ่ม Windows Security Cascading Context Menu item
Replace Powershell with Command Prompt ใน the Windows 10 Start Menu
Add or Remove Open ใน Windows Terminal จาก Context Menu
Replace Command Prompt กับ PowerShell ใน WinX Menu ของ Windows 10
ลบตัวเลือก Cast to Device จากเมนูบริบทใน Windows 10
Remove Restore รุ่นก่อนหน้า Context menu รายการใน Windows 10
Right-click ไม่ทำงานกับ Start Menu or Taskbar ใน Windows 10
Add Open Windows Terminal เพื่อเปิด ANY Profile ใน Context Menu
แก้ไข, Add, Remove รายการจาก New Context Menu ใน Windows 10
วิธีการเปิด Command Prompt ในโฟลเดอร์ใน Windows 10
Convert PowerShell script (PS1) ไฟล์ไปยัง EXE กับ IExpress ใน Windows 10
Add Open Windows Terminal ในฐานะผู้ดูแลระบบใน Context Menu
Remove or Add EFS File ownership จาก Context Menu ใน Windows 10
วิธีการบล็อก IP หรือเว็บไซต์โดยใช้ PowerShell ใน Windows 10