Tips and tricks
.bashrc PowerShell equivalent for Windows - run on Start
launch PowerShell and input the command
New-Item $profile -Type File -Force
then run:
notepad $profile
and input any script you wish
launch PowerShell and input the command
New-Item $profile -Type File -Force
then run:
notepad $profile
and input any script you wish