Java Client – 8 Update 241

Description Java technology allows you to work and play in a secure computing environment. Upgrading to the latest Java version improves the security of your system, as older versions do not include the latest security updates. Java allows you to play online games, chat with people around the world, calculate your mortgage interest, and view Read More …

Firefox Browser – 72.0.1

Description Mozilla Firefox, or simply Firefox, is a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, Mozilla Corporation. more… Download New Firefox is available here: https://ftp.mozilla.org/pub/firefox/releases/72.0.1/win64/en-US/   all Size 48.5 MB Silent Install setup.exe -ms or chocolatey: choco install firefox -y Install Location (9 Folders, 89 Files, 187 MB on disk) C:\Program Files\Mozilla Firefox view Read More …

C# – Search Unsorted Array for Value

Linear Search Perform a linear search with the following time and space complexity: Time Complexity: O(n) Space Complexity: O(1) Code Output False   Notes C# Arrays Array.length() Array.Clear() for statement if condition   Algorithmic Complexity 8 time complexities that every programmer should know   tags: Search CSharp Arrays, Search C#, MrNetTek

PowerShell – Adding Registry Keys for Group Policy

I created this for configuring GP using PowerShell in Intune. Just pass the relative GP reg settings using Add-RegPolicy: Test locally, Upload to Intune > Device configuration > PowerShell scripts, Assign Group. * Intune demos coming soon…   Notes Template Code   Group Policy Resources Group Policy Settings Reference Spreadsheet Windows 1809 Group Policy Settings Reference Read More …