Spector Training
четверг, 4 декабря 2025 г.
AD Info Tool
›
суббота, 26 августа 2023 г.
Disable Edge Browser Initial Questions
›
cls # Parameters $registryPath = "HKLM:\SOFTWARE\Policies\Microsoft\Edge" $registryName = "HideFirstRunExperience" $reg...
Set new WINS in Windows with PoSH GUI script
›
It is a good GUI script which checks if the new WINS IP is the same as the previous, and checks if the IP is kosher. You can't use 1.2.3...
суббота, 22 июля 2023 г.
Enable Shared PC with registry
›
We need to check if this script really enables Shared PC mode. It works with registry, but there is also a way to work with Cim/WMI. In the ...
Delete local users if not current and not Admin
›
# Get the username of the currently logged in user $current_username = [Environment]::UserName # Get all local users $local_users = Get-Wmi...
Delete LocalAdmin users for SharedPC
›
cls # Get all local users named "LocalAdmin" $local_users = Get-WmiObject -Class Win32_UserAccount -Filter "LocalAccount=...
Create LocalAdmin for Shared PC
›
cls Add-Type -AssemblyName System.Windows.Forms $form = New-Object System.Windows.Forms.Form $form.Text = 'New Admin User' $form.Siz...
›
Главная страница
Открыть веб-версию