Last active
May 31, 2024 17:23
-
-
Save theSoberSobber/c6a7fc193c5698d18f9127611d52e49c to your computer and use it in GitHub Desktop.
Powershell Profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://kevinlinxc.medium.com/how-hard-could-installing-autocomplete-for-powershell-be-4c8a2cbc69be | |
# Update-Module PowerShellGet -Force | |
# Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheck | |
Invoke-Expression (& 'C:\Users\hp\scoop\shims\starship.exe' init powershell --print-full-init | Out-String) | |
Import-Module PSReadLine | |
Import-Module -Name Terminal-Icons | |
Set-PSReadLineOption -PredictionSource History | |
Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+f' -PSReadlineChordReverseHistory 'Ctrl+r' | |
Set-Alias neofetch winfetch | |
# From msys2 | |
Set-Alias ll ls.exe | |
function tlg($r){ | |
tasklist | grep "$r" | |
} | |
function clone($r){ | |
git clone --recursive $r | |
} | |
function sym($target, $yours){ | |
sudo New-Item -Path $target -ItemType SymbolicLink -Value $yours | |
} | |
function upload($path){ | |
echo "$path" | |
curl.exe -F 'file=@path' https://0x0.st | |
} | |
# Scoop Packages | |
# Installed apps: | |
# Name Version Source Updated Info | |
# ---- ------- ------ ------- ---- | |
# 7zip 23.01 main 2024-03-01 00:56:46 | |
# adb 34.0.5 main 2024-03-03 15:45:49 | |
# autohotkey 2.0.11 extras 2024-03-10 02:22:42 | |
# btop 1.0.4 main 2024-03-05 01:38:08 | |
# dark 3.14 main 2024-03-01 01:10:42 | |
# drmemory 2.6.19760 main 2024-03-11 21:38:48 | |
# fancontrol 2024-03-01 01:09:30 Install failed | |
# firefox 123.0 2024-03-08 23:12:53 | |
# fzf 0.46.1 main 2024-03-01 01:25:06 | |
# ghidra 11.0.1-20240130 extras 2024-03-08 11:41:59 | |
# git 2.44.0 main 2024-03-01 00:57:47 | |
# grep 3.11 main 2024-03-01 01:06:00 | |
# gsudo 2.4.4 main 2024-03-01 01:07:08 | |
# hwinfo 7.72-5355 extras 2024-03-09 14:01:19 | |
# imhex 1.33.1 extras 2024-03-22 18:31:36 | |
# innounp 0.50 main 2024-03-08 20:52:32 | |
# kdeconnect 23.08.1-1463 extras 2024-03-02 21:22:23 | |
# kdeconnect-nightly 2024-03-02 21:21:53 Install failed | |
# komorebi 0.1.22 extras 2024-03-05 18:07:58 | |
# meslo-nf 3.1.1 nerd-fonts 2024-03-01 01:15:14 | |
# mitmproxy 10.2.2 extras 2024-03-02 21:32:36 | |
# msys2 2024-01-13 main 2024-03-01 16:26:07 | |
# nano 7.2-22.1 main 2024-03-01 01:29:18 | |
# neovim 0.9.5 main 2024-03-01 02:12:42 | |
# nilesoft-shell 1.9.15 extras 2024-03-08 20:52:39 | |
# nmap 7.94 main 2024-03-22 00:51:21 | |
# ntop 0.3.4 main 2024-03-05 01:37:30 | |
# nvm 1.1.12 main 2024-03-01 01:24:00 | |
# opera-gx 107.0.5045.75 extras 2024-03-19 21:15:11 | |
# powertoys 0.78.0 extras 2024-03-01 01:11:47 | |
# psiphon3 2024-03-12 15:47:33 Install failed | |
# radare2 5.8.8 main 2024-03-11 02:52:31 | |
# rclone 1.66.0 main 2024-03-14 22:16:04 | |
# ripgrep 14.1.0 main 2024-03-21 19:25:14 | |
# scrcpy 2.4 main 2024-03-03 15:47:14 | |
# spotify 2024-03-05 14:24:33 Install failed | |
# starship 1.17.1 main 2024-03-05 18:21:09 | |
# temurin17-jdk 17.0.10-7 java 2024-03-08 11:43:53 | |
# vcredist2022 14.38.33135.0 extras 2024-03-01 02:13:15 | |
# vim 9.0 main 2024-03-01 01:29:26 | |
# winfetch 2.5.1 main 2024-03-01 23:24:57 | |
# winmerge 2.16.38 extras 2024-03-09 02:35:35 | |
# winspy 1.0.3 extras 2024-03-10 02:21:04 | |
# x64dbg 2024-02-19_03-16 extras 2024-03-08 11:37:41 | |
# yazi 0.2.3 main 2024-03-01 02:15:46 | |
# Microsoft Store/Winget Apps | |
# Name Id Version Available Source | |
# ----------------------------------------------------------------------------------------------------------------------- | |
# PowerPom - Pomodoro Timer 25994ProdDev.PowerPom-PomodoroTimer_w… 1.1.6.0 | |
# easyWSL 27302RedCodeLabs.easyWSL_m9ag49q0nrza2 0.1.8.0 | |
# Picsart - Photo Studio 2FE3CB00.PICSART-PHOTOSTUDIO_crhqpqs3… 10.26.4.0 | |
# WhatsApp 5319275A.WhatsAppDesktop_cv1g1gvanyjgm 2.2411.4.0 | |
# WSATools 54406Simizfo.WSATools_f0x555vvp18ze 1.0.3.0 | |
# LinkedIn 7EE7776C.LinkedInforWindows_w1wdnht99… 3.0.26.0 | |
# Burp Suite Community Edition 2024.1.1… PortSwigger.BurpSuite.Community 2024.1.1.6 winget | |
# B&O Audio Control AD2F1837.BOAudioControl_v10z8vjag6ke6 1.26.249.0 | |
# Intel® Graphics Command Center AppUp.IntelGraphicsExperience_8j3eq9e… 1.100.5390.0 | |
# AutoHotkey (user) AutoHotkey.AutoHotkey 2.0.11 2.0.12 winget | |
# Control Center 3.0 CLEVOCO.ControlCenter3.0_6h6z29zh29qx0 6.33.3.0 | |
# Ubuntu Canonical.Ubuntu.2204 2204.3.49.0 winget | |
# Microsoft Clipchamp Clipchamp.Clipchamp_yxz26nhyzhsrt 2.9.3.0 | |
# Discord Discord.Discord 1.0.9034 1.0.9035 winget | |
# Docker Desktop Docker.DockerDesktop 4.28.0 winget | |
# Everything 1.4.1.1024 (x86) voidtools.Everything 1.4.1.1024 winget | |
# Ext2,Ext3,Ext4 filesystem driver Ext2Fsd Unknown | |
# Flow Launcher Flow-Launcher.Flow-Launcher 1.17.2 winget | |
# Google Chrome Google.Chrome 122.0.6261.131 123.0.6312.59 winget | |
# IDA Pro v6.8 and Hex-Rays Decompiler … IDA Pro_6.8_is1 Unknown | |
# Microsoft Teams (work or school) Microsoft.Teams 24033.811.2738.2546 winget | |
# Microsoft Edge Microsoft.Edge 122.0.2365.92 122.0.2365.106 winget | |
# Microsoft Edge Update Microsoft Edge Update 1.3.185.21 | |
# Microsoft Edge WebView2 Runtime Microsoft.EdgeWebView2Runtime 122.0.2365.92 winget | |
# Cortana Microsoft.549981C3F5F10_8wekyb3d8bbwe 4.2308.1005.0 | |
# Microsoft Defender Microsoft.6365217CE6EB4_8wekyb3d8bbwe 102.2402.13002.0 | |
# AV1 Video Extension Microsoft.AV1VideoExtension_8wekyb3d8… 1.1.61781.0 | |
# News Microsoft.BingNews_8wekyb3d8bbwe 4.55.62231.0 | |
# MSN Weather Microsoft.BingWeather_8wekyb3d8bbwe 4.53.52331.0 | |
# OpenCLTM, OpenGL®, and Vulkan® Compat… Microsoft.D3DMappingLayers_8wekyb3d8b… 1.2403.5.0 | |
# App Installer Microsoft.AppInstaller 1.22.10661.0 winget | |
# Xbox Microsoft.GamingApp_8wekyb3d8bbwe 2402.1001.29.0 | |
# Get Help Microsoft.GetHelp_8wekyb3d8bbwe 10.2308.12552.0 | |
# Microsoft Tips Microsoft.Getstarted_8wekyb3d8bbwe 10.2312.1.0 | |
# HEIF Image Extensions Microsoft.HEIFImageExtension_8wekyb3d… 1.0.63001.0 | |
# Microsoft Edge Microsoft.MicrosoftEdge.Stable_8wekyb… 122.0.2365.92 | |
# Microsoft 365 (Office) Microsoft.MicrosoftOfficeHub_8wekyb3d… 18.2311.1071.0 | |
# Solitaire & Casual Games Microsoft.MicrosoftSolitaireCollectio… 4.19.1262.0 | |
# Microsoft Sticky Notes Microsoft.MicrosoftStickyNotes_8wekyb… 6.0.2.0 | |
# Microsoft .Net Native Framework Packa… Microsoft.NET.Native.Framework.2.2_8w… 2.2.29512.0 | |
# Microsoft .Net Native Runtime Package… Microsoft.NET.Native.Runtime.2.2_8wek… 2.2.28604.0 | |
# OneDrive Microsoft.OneDriveSync_8wekyb3d8bbwe 24040.225.3.0 | |
# Outlook for Windows Microsoft.OutlookForWindows_8wekyb3d8… 1.2024.214.400 | |
# Paint Microsoft.Paint_8wekyb3d8bbwe 11.2401.20.0 | |
# Microsoft People Microsoft.People_8wekyb3d8bbwe 10.2202.33.0 | |
# Power Automate Microsoft.PowerAutomateDesktop_8wekyb… 11.2403.237.0 | |
# PowerToys ImageResizer Context Menu Microsoft.PowerToys.ImageResizerConte… 0.78.0.0 | |
# PowerToys PowerRename Context Menu Microsoft.PowerToys.PowerRenameContex… 0.78.0.0 | |
# Raw Image Extension Microsoft.RawImageExtension_8wekyb3d8… 2.3.171.0 | |
# Snipping Tool Microsoft.ScreenSketch_8wekyb3d8bbwe 11.2312.33.0 | |
# Windows Security Microsoft.SecHealthUI_8wekyb3d8bbwe 1000.25992.9000.0 | |
# Microsoft Engagement Framework Microsoft.Services.Store.Engagement_8… 10.0.23012.0 | |
# Store Experience Host Microsoft.StorePurchaseApp_8wekyb3d8b… 22312.1401.4.0 | |
# Sysinternals Suite Microsoft.SysinternalsSuite_8wekyb3d8… 2024.2.1.0 | |
# Microsoft To Do Microsoft.Todos_8wekyb3d8bbwe 2.114.7122.0 | |
# Microsoft.UI.Xaml.2.7 Microsoft.UI.Xaml.2.7 7.2208.15002.0 winget | |
# Microsoft.UI.Xaml.2.8 Microsoft.UI.Xaml.2.8 8.2310.30001.0 winget | |
# Microsoft Visual C++ 2015 UWP Desktop… Microsoft.VCLibs.Desktop.14 14.0.33519.0 winget | |
# Microsoft Visual C++ 2015 UWP Runtime… Microsoft.VCLibs.140.00_8wekyb3d8bbwe 14.0.33519.0 | |
# VP9 Video Extensions Microsoft.VP9VideoExtensions_8wekyb3d… 1.1.451.0 | |
# Web Media Extensions Microsoft.WebMediaExtensions_8wekyb3d… 1.0.62931.0 | |
# Webp Image Extensions Microsoft.WebpImageExtension_8wekyb3d… 1.1.522.0 | |
# WinDbg Microsoft.WinDbg 1.2402.24001.0 winget | |
# Dev Home (Preview) Microsoft.DevHome 0.1201.442.0 winget | |
# Microsoft Photos Microsoft.Windows.Photos_8wekyb3d8bbwe 2024.11010.23003.0 | |
# Windows Clock Microsoft.WindowsAlarms_8wekyb3d8bbwe 11.2401.9.0 | |
# WindowsAppRuntime.1.0 Microsoft.WindowsAppRuntime.1.0_8weky… 4.528.1755.0 | |
# Microsoft.WindowsAppRuntime.1.1 Microsoft.WindowsAppRuntime.1.1_8weky… 1005.616.1651.0 | |
# WindowsAppRuntime.1.2 Microsoft.WindowsAppRuntime.1.2_8weky… 2000.802.31.0 | |
# Microsoft.WindowsAppRuntime.1.3 Microsoft.WindowsAppRuntime.1.3_8weky… 3000.934.1904.0 | |
# WindowsAppRuntime.1.4 Microsoft.WindowsAppRuntime.1.4_8weky… 4000.1136.2333.0 | |
# WindowsAppRuntime.1.5 Microsoft.WindowsAppRuntime.1.5_8weky… 5001.70.1338.0 | |
# Windows Calculator Microsoft.WindowsCalculator_8wekyb3d8… 11.2401.0.0 | |
# Windows Camera Microsoft.WindowsCamera_8wekyb3d8bbwe 2023.2312.3.0 | |
# Feedback Hub Microsoft.WindowsFeedbackHub_8wekyb3d… 1.2401.20253.0 | |
# Windows Maps Microsoft.WindowsMaps_8wekyb3d8bbwe 11.2402.2.0 | |
# Windows Notepad Microsoft.WindowsNotepad_8wekyb3d8bbwe 11.2401.26.0 | |
# Windows Sound Recorder Microsoft.WindowsSoundRecorder_8wekyb… 11.2312.5.0 | |
# Microsoft Store Microsoft.WindowsStore_8wekyb3d8bbwe 22401.1401.7.0 | |
# Windows Terminal Microsoft.WindowsTerminal 1.19.10573.0 winget | |
# Windows Package Manager Source (platf… Microsoft.Winget.Platform.Source_8wek… 2024.105.1947.899 | |
# Windows Package Manager Source (winge… Microsoft.Winget.Source_8wekyb3d8bbwe 2024.325.1742.654 | |
# Xbox TCUI Microsoft.Xbox.TCUI_8wekyb3d8bbwe 1.24.10001.0 | |
# Xbox Game Bar Plugin Microsoft.XboxGameOverlay_8wekyb3d8bb… 1.54.4001.0 | |
# Game Bar Microsoft.XboxGamingOverlay_8wekyb3d8… 7.124.2141.0 | |
# Xbox Identity Provider Microsoft.XboxIdentityProvider_8wekyb… 12.95.3001.0 | |
# Xbox Game Speech Window Microsoft.XboxSpeechToTextOverlay_8we… 1.21.13002.0 | |
# Phone Link Microsoft.YourPhone_8wekyb3d8bbwe 1.24021.105.0 | |
# Windows Media Player Microsoft.ZuneMusic_8wekyb3d8bbwe 11.2401.2.0 | |
# Movies & TV Microsoft.ZuneVideo_8wekyb3d8bbwe 10.22091.10061.0 | |
# Microsoft Family MicrosoftCorporationII.MicrosoftFamil… 0.2.40.0 | |
# Quick Assist MicrosoftCorporationII.QuickAssist_8w… 2.0.29.0 | |
# WinAppRuntime.Main.1.2 MicrosoftCorporationII.WinAppRuntime.… 2000.802.31.0 | |
# WinAppRuntime.Singleton MicrosoftCorporationII.WinAppRuntime.… 5001.70.1338.0 | |
# Windows Subsystem for AndroidTM and A… MicrosoftCorporationII.WindowsSubsyst… 2311.40000.5.0 | |
# Windows Subsystem for Linux MicrosoftCorporationII.WindowsSubsyst… 2.1.5.0 | |
# Microsoft Teams MicrosoftTeams_8wekyb3d8bbwe 24047.202.2704.38 | |
# Windows Web Experience Pack MicrosoftWindows.Client.WebExperience… 424.1301.310.0 | |
# Cross Device Experience Host MicrosoftWindows.CrossDevice_cw5n1h2t… 1.24022.89.0 | |
# NVIDIA Control Panel NVIDIACorp.NVIDIAControlPanel_56jybvy… 8.1.964.0 | |
# Npcap NpcapInst 1.78 | |
# Microsoft 365 Apps for enterprise - e… Microsoft.Office 16.0.17328.20184 winget | |
# Microsoft OneDrive Microsoft.OneDrive 24.045.0303.0003 winget | |
# Sidekick XP89DMJVG2WPZ1 120.58.1.37851 mssto… | |
# Microsoft Teams Microsoft.Teams.Classic 1.5.00.30767 1.7.00.6058 winget | |
# Telegram Desktop TelegramMessengerLLP.TelegramDesktop_… 4.15.0.0 | |
# USBPcap 1.5.4.0 USBPcap 1.5.4.0 | |
# Wireshark 4.2.3 x64 WiresharkFoundation.Wireshark 4.2.3 winget | |
# Play Store com.android.vending 40.1.19-31 [0] [PR… | |
# Google Play services com.google.android.gms 24.10.17 (190800-6… | |
# Google com.google.android.googlequicksearchb… 15.11.42.28.x86_64 | |
# Google Partner Setup com.google.android.partnersetup 100.538221588 | |
# Android System WebView com.google.android.webview 122.0.6261.120 | |
# Google Play Services for AR com.google.ar.core 1.42.240360593 | |
# AnyTracker com.shervinkoushan.anyTracker 3.20 | |
# Termux com.termux 0.118.0 | |
# Termux:API com.termux.api 0.50.1 | |
# Termux:Boot com.termux.boot 0.7 | |
# Magisk com.topjohnwu.magisk 3d91a561 | |
# Visual Studio Community 2022 Microsoft.VisualStudio.2022.Community 17.9.2 winget | |
# Mail and Calendar microsoft.windowscommunicationsapps_8… 16005.14326.21854.0 | |
# F-Droid org.fdroid.fdroid 1.17.0 | |
# Intel(R) Wireless Bluetooth(R) {00000210-0220-1033-84C8-B8D95FA3C8C3} 22.210.0.3 | |
# vs_CoreEditorFonts {1851460E-0E63-4117-B5BA-25A2F045801B} 17.7.40001 | |
# Intel(R) Management Engine Components {1CEAC85D-2590-4760-800F-8DE5E91F3700} 2302.4.5.0 | |
# TightVNC GlavSoft.TightVNC 2.8.81.0 winget | |
# DriverSetupUtility {2B51C83A-465D-4EA9-9CDC-1ED95ED09AC6} 1.00.3020 | |
# Microsoft Visual C++ 2015-2022 Redist… Microsoft.VCRedist.2015+.x86 14.38.33135.0 14.40.33617.1 winget | |
# Windows Driver Kit - Windows 10.0.226… {4d61ab19-93e2-4741-904e-a0b16e0251e6} 10.1.22621.382 | |
# ControlCenter 3.0 Package v6.030 {52CF73F1-9FE1-4917-AE56-55BF319988EC} 6.030 | |
# Windows SDK AddOn {5AC9D20F-F065-4ECB-A0A4-EEFAB6A34832} 10.1.0.0 | |
# Microsoft System CLR Types for SQL Se… Microsoft.CLRTypesSQLServer.2019 15.0.2000.5 winget | |
# Microsoft Visual C++ 2008 Redistribut… Microsoft.VCRedist.2008.x64 9.0.30729.6161 winget | |
# Microsoft Windows Desktop Runtime - 8… Microsoft.DotNet.DesktopRuntime.8 8.0.2 8.0.3 winget | |
# Intel(R) Dynamic Tuning {654EE65D-FAA4-4EA6-8C07-DC94E6A304D4} 8.7.10802.26924 | |
# PicoTorrent PicoTorrent.PicoTorrent 0.25.0 winget | |
# Microsoft Visual Studio Installer {6F320B93-EE3C-4826-85E0-ADF79F8D4C61} 3.9.2164.57262 | |
# NoteBook FanControl Hirschmann.NotebookFanControl 1.6.3.0 winget | |
# Java 8 Update 401 (64-bit) {71024AE4-039E-4CA4-87B4-2F64180401F0} 8.0.4010.10 | |
# Teams Machine-Wide Installer {731F6BAA-A986-45A4-8936-7C3AAAAA760B} 1.5.0.30767 | |
# Windows Software Development Kit - Wi… Microsoft.WindowsSDK.10.0.22621 10.1.22621.2428 winget | |
# Microsoft Visual Studio Code (User) Microsoft.VisualStudioCode 1.87.2 winget | |
# BayHubTech SD Host Driver {79DE5F15-DEEB-4BF2-9EAE-F5CE5650F037} 5.0.038 | |
# Intel(R) Chipset Device Software {8af15a1a-f70d-4968-84c0-97df0607c3e6} 10.1.19468.8385 | |
# VMware Player VMware.WorkstationPlayer 17.5.0 winget | |
# Microsoft Visual C++ 2008 Redistribut… Microsoft.VCRedist.2008.x86 9.0.30729.6161 winget | |
# Microsoft Teams Meeting Add-in for Mi… {A7AB73A3-CB10-4AA5-9D38-6AEFFBDE4C91} 1.23.35502 | |
# Adobe Acrobat (64-bit) XPDP273C0XHQH2 23.008.20533 mssto… | |
# NVIDIA Graphics Driver 551.86 {B2FE1952-0186-46C3-BAEC-A80AA35AC5B8… 551.86 | |
# NVIDIA GeForce Experience 3.27.0.120 Nvidia.GeForceExperience 3.27.0.120 winget | |
# NVIDIA PhysX System Software 9.21.0713 Nvidia.PhysX 9.21.0713 winget | |
# NVIDIA FrameView SDK 1.3.8513.32290073 {B2FE1952-0186-46C3-BAEC-A80AA35AC5B8… 1.3.8513.32290073 | |
# NVIDIA HD Audio Driver 1.3.40.14 {B2FE1952-0186-46C3-BAEC-A80AA35AC5B8… 1.3.40.14 | |
# komorebi LGUG2Z.komorebi 0.1.22 winget | |
# Python 2.7.6 {C3CC4DF5-39A5-4027-B136-2B3E1F5AB6E2} 2.7.6150 | |
# Microsoft Update Health Tools {C6FD611E-7EFE-488C-A0E0-974C09EF6473} 5.72.0.0 | |
# Windows 10 Update Assistant Microsoft.UpdateAssistant 1.4.19041.2183 winget | |
# Python 3.12.2 (64-bit) Python.Python.3.12 3.12.2 winget | |
# Windows Driver Kit - Windows 10.0.226… {bd70a1e8-c15a-4854-a8ee-2e7b94c8a006} 10.1.22621.2428 | |
# Microsoft Visual C++ 2015-2022 Redist… Microsoft.VCRedist.2015+.x64 14.38.33135.0 14.40.33617.1 winget | |
# Chocolety List | |
# Chocolatey v2.2.2 | |
# chocolatey 2.2.2 | |
# glow 1.5.1 | |
# nbfc 1.6.3 | |
# 3 packages installed. | |
# Burpsuite, Dicord, Docker, WSA, NBFC + Config on gist, TightVNC, Ubuntu WSL with network drive on explorer, EXT2FSD for dual boot arch, | |
# WinDBG, WDK, Wireshark | |
# Registry Key for Apps on Startup | |
# Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run | |
# Any tracker -> echo "i have added this as a string cus i don't want this deleted but not also executed C:\Users\hp\AppData\Local\Microsoft\WindowsApps\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\WsaClient.exe /launch wsa://com.shervinkoushan.anyTracker" | |
# Discord (Auto Added) | |
# Docker Desktop (Auto Added) | |
# Flow.Launcher (Auto Added) | |
# sxhkd-win32 (use the script) | |
# ZoomIT with ctrl + alt + . binding for draw | |
# Google Account for Bookmark + Extension Backup, Vomnibar with b for bookmark and [xyz] with xyz as dork like ctf etc. | |
# NVM and PyENV for Node, for wsl use alias tlg='ps -ef | grep' as the tlg alias. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
msys 2 must be added for all the binaries, this is my path variable
a = "D:\Program Files (x86)\VMware\VMware Player\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\dotnet;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\NoteBook FanControl;D:\Windows Kits\10\Windows Performance Toolkit;C:\Program Files\komorebi\bin;;C:\Program Files\Docker\Docker\resources\bin;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;D:\Program Files (x86)\VMware\VMware Player\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\dotnet;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\NoteBook FanControl;D:\Windows Kits\10\Windows Performance Toolkit;C:\Program Files\komorebi\bin;C:\Users\hp\scoop\apps\temurin17-jdk\current\bin;C:\Users\hp\scoop\apps\nvm\current;C:\Users\hp\scoop\apps\nvm\current\nodejs\nodejs;C:\Users\hp\scoop\apps\gsudo\current;C:\Users\hp\scoop\shims;C:\Users\hp\AppData\Local\Programs\Microsoft VS Code\bin;D:\PyInstallation\Python312;D:\PyInstallation\Python312\Scripts;C:\Users\hp\scoop\apps\msys2\current\usr
\bin;C:\Users\hp\scoop\apps\msys2\current\mingw64\bin;C:\Users\hp\AppData\Local\Microsoft\WindowsApps;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Users\hp\AppData\Local\Microsoft\WindowsApps\MicrosoftCorporationII.WindowsSubsystemForA;"
Ghidra is Installed on D Drive and it installed it's own JDK too.