We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c07f81 commit 12d3732Copy full SHA for 12d3732
README.md
@@ -47,12 +47,12 @@ A powerful PowerShell script for managing IPv4 network settings with GDPR-compli
47
- Administrator privileges
48
- Script execution policy:
49
```powershell
50
- Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass
+ Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
51
```
52
53
## Usage
54
55
1. **Download**: Get `Network_Configuration.ps1` from [releases](https://github.com/Dantdmnl/Network_Configuration_Script/releases)
56
2. **Run**: Right-click → Run with PowerShell (as Administrator)
57
3. **First Run**: Accept GDPR consent banner
58
-4. **Configure**: Follow interactive prompts
+4. **Configure**: Follow interactive prompts
0 commit comments