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 …

Intune – Set up Power Management

#1 Access Intune > click Device configuration > click Profiles > click Create profile button #2 Select Platform: Windows 10 or later > click Profile: choose Custom > click Create button > Enter Name and Description  > In Custom OMA-URI Settings, click Add.   #3 Add each of these:   Name: DisplayOffTimeoutOnBattery OMA-URI: ./Device/Vendor/MSFT/Policy/Config/Power/DisplayOffTimeoutOnBattery Data Read More …

Batch – Replace Specific String in Text File

:: MrNetTek :: eddiejackson.net/blog :: 3/25/2020 :: free for public use :: free to claim as your own @echo off setlocal enabledelayedexpansion :: variables set Input=Text.tmp set Output=Text.dat set strOld=9F1AE7B34381DFD1111 set strNew=9F1AE7B34381DFD9999 :: prep temp file move “%Output%” “%Input%” if exist “%Output%” del /q “%Output%” :: search for /f “tokens=1* delims=[]” %%a in (‘type “%Input%” Read More …

Citrix Workspace App

Description Citrix Workspace app for Windows is easy-to-install software that provides access to your applications and desktops using Citrix Virtual Apps and Desktops from a remote client device. Citrix Workspace app provides access from your desktop, Start menu, Citrix Workspace user interface, or web browsers. You can use Citrix Workspace app on domain and non-domain Read More …

Pulse Secure

Description The Pulse Client creates a secure connection to your corporate Pulse Connect Secure SSL VPN gateway to provide instant access to business applications and data from anywhere at any time. The Pulse Client is a corporate SSL-based VPN client that requires a Pulse Connect Secure SSL VPN gateway running version 8.1 or later. Please Read More …