Skip to content

Commit 12d3732

Browse files
authored
Slight executionpolicy adjustment
1 parent 7c07f81 commit 12d3732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ A powerful PowerShell script for managing IPv4 network settings with GDPR-compli
4747
- Administrator privileges
4848
- Script execution policy:
4949
```powershell
50-
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass
50+
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
5151
```
5252

5353
## Usage
5454

5555
1. **Download**: Get `Network_Configuration.ps1` from [releases](https://github.com/Dantdmnl/Network_Configuration_Script/releases)
5656
2. **Run**: Right-click → Run with PowerShell (as Administrator)
5757
3. **First Run**: Accept GDPR consent banner
58-
4. **Configure**: Follow interactive prompts
58+
4. **Configure**: Follow interactive prompts

0 commit comments

Comments
 (0)