Batch – Disable & Remove WAN Miniport

Download devcon   Create batch script :: MrNetTek :: eddiejackson.net/blog :: 4/27/2020 :: free for public use :: free to claim as your own @echo off cd “%~dp0” devcon disable “ms_pppoeminiport” devcon disable “ms_pptpminiport” devcon disable “ms_agilevpnminiport” devcon disable “ms_ndiswanbh” devcon disable “ms_ndiswanip” devcon disable “ms_sstpminiport” devcon disable “ms_ndiswanipv6” devcon disable “ms_l2tpminiport” devcon remove “ms_pppoeminiport” Read More …

Windows – Delete Built-in Administrator Account

Manual Method Add full control registry permissions HKEY_LOCAL_MACHINE\SAM\SAM Delete registry key HKEY_LOCAL_MACHINE\SAM\SAM\Domains\Account\Users\Names\Administrator Verify Check Computer Management > Local Users and Groups > Users   Remote Method Command PsExec64.exe \\%computername% -accepteula -nobanner -i -s cmd /c “echo . | powershell.exe (Remove-Item HKLM:\SAM\SAM\Domains\Account\Users\Names\Administrator -Force)”

Windows – Intune – Disable Smart Screen

Command reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer” /v SmartScreenEnabled /t REG_SZ /d Off /f /reg:64   Intune – Device Configuration Profile MS Intune > Device configuration > Profile > Create profile > Name > Windows 10 and later > Profile type Endpoint Protection > click Create button > Name > Description > click on Microsoft Defender SmartScreen > Read More …

Intune – SCCM – Change Time Zone

Various methods of changing the time zone. PowerShell and command methods can be used in SCCM and Intune. PowerShell Command tzutil /s “Eastern Standard Time” Intune – Custom Device Configuration Profile * requires 1903 and newer Microsoft Intune > Device configuration > Profiles > Create Profile > Windows 10 and later > Custom > click Read More …

Adobe Creative Cloud

Description Adobe Creative Cloud is a set of applications and services from Adobe Systems that gives subscribers access to a collection of software used for graphic design, video editing, web development, photography, along with a set of mobile applications and also some optional cloud services. more…   Download Adobe Webpage ACCCx5_1_0_407.zip (233 MB)  ACCCx5_0_0_354.zip (248 Read More …