I noticed that the time zone section in settings is greyed out, and I am unable to change it. Solutions: Open Windows terminal (cmd for Windows 10/11) as admin.Enter tzutil /l to list time zone choices.Copy the one you want to the clipboard and paste it in quotes after tzutil /s. e.g.: tzutil /s “Your timezone from the Read More
Category: Windows 7/8/10/11
How to Manage Microsoft Defender by PowerShell
Introduction All the Windows and Windows Server users know that the operating system features a built-in antimalware protection tool named Windows Defender.The UI of this tool has passed through several changes, but that’s not the only way Windows Defender can be managed: a Windows PowerShell module named “Defender” (provided within the operating system’s PowerShell) can Read More
How to Enroll Your macOS Device With Company Portal
Enroll your macOS device with the Intune Company Portal app to gain secure access to your work or school email, files, and apps. Organizations typically require you to enroll your device before you can access proprietary data. After your device is enrolled, it becomes managed. Your organization can assign policies and apps to the device through Read More
How to Show Computer Configurations on Desktop’s Background
Introduction How many times have you walked up to a system in your office and needed to click through several diagnostic windows to remind yourself of important aspects of its configuration, such as its name, IP address, or operating system version? If you manage multiple computers you probably need BGInfo. It automatically displays relevant information about Read More
How to Install an Application Remotely with PsExec?
Download PsExec from there. Download PsTools (3.5 MB) Quick reference Create a BAT file (For example: cs.bat) with the below command line \\File_Server\CrowdStrike\WindowsSensor.MaverickGyr.exe” /quiet /norestart CID=4B01xxxxxxxxxxxxx Run the below command to install Crowdstrik windows Agent remotely psexec \\computer-to-be-installed-on -s -c \\File_Server\CrowdStrike\cs.bat Or you can create a serverlist.txt to install multiple servers with only one command psexec Read More