Created
August 17, 2024 07:29
-
-
Save ahndmal/bf8eac278f2f2ce13faa9a954eb85513 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Get-Item -Path env: | |
Get-Item -Path env:JAVA_HOME | |
# Job | |
Get-Job -State Started | |
Get-Job -Name "ja*" | |
# SET | |
Set-Item -Path env:JAVA_HOME -Value "C:\Users\andrii\java" | |
Set-Item -Path Registry::HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\office\16.0\common\signin |>> Select-Object -ExpandProperty Property | |
Set-Item -Path function:prompt -Options "AllScope,ReadOnly" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment