Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

create powershell profile

# Creates profile if doesn't exist then edits it
if (!(Test-Path -Path $PROFILE)){ New-Item -Path $PROFILE -ItemType File } ; ise $PROFILE
Source by hodgkins.io #
 
PREVIOUS NEXT
Tagged: #create #powershell #profile
ADD COMMENT
Topic
Name
9+4 =