Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

set execution policy powershell

 Set-ExecutionPolicy RemoteSigned  # to set the policy to RemoteSigned.
 Set-ExecutionPolicy Unrestricted  # to set the policy to Unrestricted.
 Get-ExecutionPolicy # to verify the current settings for the execution policy.
Comment

PREVIOUS NEXT
Code Example
Shell :: bash create symlinks 
Shell :: windows get hostname from ip 
Shell :: uninstall django 
Shell :: change git default branch 
Shell :: adonis list routes 
Shell :: how to add existing project to gitlab 
Shell :: uninstall gitkraken in ubuntu 
Shell :: revert git pull 
Shell :: how to unstash git stash 
Shell :: git log for specific file 
Shell :: E: Sub-process /usr/bin/dpkg returned an error code (1) 
Shell :: create sbt project 
Shell :: how to install protractor 
Shell :: docker remove none tag images 
Shell :: install terminus in ubuntu 
Shell :: install woeusb in ubuntu 
Shell :: how to install aplay in ubuntu 
Shell :: shell combine gzipped files 
Shell :: install pydotplus by pip ubuntu 
Shell :: how to view all the history of all your commands in linux 
Shell :: linuxbrew 
Shell :: install kubectl 
Shell :: ohow to kill pm2 servers 
Shell :: bash wait 3 seconda 
Shell :: bash return every nth line 
Shell :: discard unstaged changes git 
Shell :: installing rspec gemfile 
Shell :: activate conda environment in bash script 
Shell :: drop cache ubuntu 
Shell :: docker ps view command 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =