Mac – Google Chrome – CMMAC XML Data
For those that may need this: Google Chrome.app.cmmac\CMMACPackage\Metadata\ Detection.xml plist
Lab Core | The Lab of MrNetTek
A blog about IT, technical solutions, and code.
For those that may need this: Google Chrome.app.cmmac\CMMACPackage\Metadata\ Detection.xml plist
Screenshots & Flow Show Toast 1 Run script.cmd (generated by PowerShell) Show Toast 2 Code Notes Balloon Tip – Toast (older post demonstrating clickable events) Disable Quiet Hours Key: HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\QuietHours Type: DWORD Value: Enable Data: 0 Enable Notifications Key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\PushNotifications Type: DWORD Value: ToastEnabled Data: 1 Key: HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer Type: Read More …
Testing what the process looks like… To turn this into a production ready process: Step 1 Create the batch file c:\YourScript\script.cmd Step 2 Create the scheduled task Step 3 Restart computer Step 4 Verify the script ran and the task was deleted Notes Something that is pretty cool, this process survives sysprep Read More …
For those in the know, remove this software… Notes Return all MS Apps Get-AppxPackage -AllUsers Remove Apps that Match String Get-AppxPackage *xboxapp* | Remove-AppxPackage Remove Specific App Remove-AppxPackage -AllUsers -Package “AD2F1837.HPJumpStarts_1.5.1296.0_x64__v10z8vjag6ke6” From the Command Line powershell.exe -command “Remove-AppxPackage -AllUsers -Package AD2F1837.HPJumpStarts_1.5.1296.0_x64__v10z8vjag6ke6” HP App Details Other Apps 7EE7776C.LinkedInforWindows_2.0.1.0_neutral__w1wdnht996qgy Microsoft.XboxSpeechToTextOverlay_1.21.13002.0_x64__8wekyb3d8bbwe Read More …
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 …
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 …
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 …
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 …
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 …
Description Amazon WorkSpaces enables you to provision virtual, cloud-based Microsoft Windows or Amazon Linux desktops for your users, known as WorkSpaces. Amazon WorkSpaces eliminates the need to procure and deploy hardware or install complex software. You can quickly add or remove users as your needs change. Users can access their virtual desktops from multiple devices Read More …