Skip to content

Instantly share code, notes, and snippets.

View jovyllebermudez's full-sized avatar
🏠
Working from home 🏃‍♂️ 🏃‍♂️ 🏃‍♂️

jovylle jovyllebermudez

🏠
Working from home 🏃‍♂️ 🏃‍♂️ 🏃‍♂️
View GitHub Profile
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
This sets the execution policy to "Bypass" for the current PowerShell session
Set-ExecutionPolicy -Scope LocalMachine -ExecutionPolicy Bypass
This sets the execution policy to "Bypass" for the entire system.
* {
padding: 0;
margin: 0;
max-width: 100%;
overflow-x: hidden;
position: relative;
display: block;
}