Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

setup powershell profile

If profile already exists then 
notepad $PROFILE
else use the command below to create new profile
New-Item -Path $profile -Type File -Force
 
PREVIOUS NEXT
Tagged: #setup #powershell #profile
ADD COMMENT
Topic
Name
2+3 =