This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Visit my hub](https://hub.jovylle.com/) | |
https://hub.jovylle.com/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { | |
padding: 0; | |
margin: 0; | |
max-width: 100%; | |
overflow-x: hidden; | |
position: relative; | |
display: block; | |
} |