SCONFIG
2.0.2
I recomme
I recommend placing the script file at C:\Windows\System32\ and then modifying C:\Windows\System32\sconfig.cmd so that this script replaces the built-in .vbs sconfig.
For Windows PowerShell 5.x, change the .cmd file content to:
echo off
powershell -File "%windir%\System32\SCONFIG.ps1"
For PowerShell 7.X, change the .cmd file content to:
echo off
pwsh -File "%windir&\System32\SCONFIG.ps1"
NOTE - You will likely need to take ownership and alter permissions on C:\Windows\System32\sconfig.cmd in order to modify the contents of that file.
Installation Options
Owners
Package Details
Author(s)
- Peter Remstad
Functions
sc_Create-MainMenu sc_Set-Domain sc_Join-Domain sc_Join-Workgroup sc_Set-ComputerName sc_Add-LocalAdmin sc_Set-DateTime sc_Set-Network sc_Convert-SubnetInfo sc_Modify-NetInterface sc_Set-IPv4 sc_Get-NetInfo sc_Modify-DNSSettings sc_Toggle-IPv6 sc_Toggle-NIC sc_Config-NICTeaming sc_Create-NICTeam sc_Add-NICTeamMember sc_Remove-NICTeamMember sc_Remove-NICTeam sc_Set-Firewall sc_Toggle-Firewall sc_Set-Telemetry sc_Set-WinAct sc_Set-WinDefend sc_Set-RemoteMgmt sc_Set-RDP sc_Set-SecureLevel sc_Set-WindowsUpdate sc_Execute-WindowsUpdate sc_Logoff sc_Restart sc_Shutdown sc_Exit
Dependencies
This script has no dependencies.
FileList
- SCONFIG.nuspec
- SCONFIG.ps1
Version History
Version | Downloads | Last updated |
---|---|---|
2.0.2 (current version) | 441 | 11/10/2022 |
2.0.1 | 1,040 | 5/19/2020 |
2.0 | 42 | 5/18/2020 |
1.8 | 194 | 1/3/2020 |