Skip to content

Instantly share code, notes, and snippets.

@jovylle
jovylle / Just test
Last active December 30, 2024 06:41
Just test
[Visit my hub](https://hub.jovylle.com/)
https://hub.jovylle.com/
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;
}