Modify the default startup location of powershell
1. Create a directory named "Windows PowerShell" in the user's document directory
For example:
C:\Users\silence\Documents\WindowsPowerShell
Second, create a file named "profile.ps1" under the Windows PowerShell directory, with the following contents:
Set-Location C:\Users\silence #followed by the startup directory you set
Third, the administrator starts the powershell and enters the following command under the command line interface
set-executionpolicy remotesigned
option is
y