use the ‘log off when inactive timer’ Computer configuration > Policies > Administrative template > Windows component > Remote Desktop services > remote desktop session host > session […]
Webroot Crashing Volume Shadow Copy
Webroot has received reports of symptoms similar to those that you have reported. As a temporary measure there are two options for alleviating this issue.First:If you are […]
Boothole Patching
I did some patching of BootHole over the weekend, and found that the Microsoft article describing the patch installation not only contained errors but also outlined no […]
EPG
https://github.com/iptv-org/epghttps://m3u4u.com/epgeditorhttps://github.com/epgshare01/share01pay for site.ini web plus ( 250 Channels ) How to make your OWN EPG Guide for IPTV lists?http://www.webgrabplus.com/epg-channels#stc_5A
Edit button not working in iManage due to No Internet
Recently brought a worksite\iManage infrastructure environment up without the internet and the Edit Button wasn’t workingYou need to add a local host entry to loop back the […]
“-2147467259” sqlcmd
Add the SQL Agent account the folloing role in MSDBAlso make sure the SQL Agent account has access to the database to run the query \
failed, error 0x2 – netsh wlan show wlanreport
Rebooting the PC resolves this
Enforce TLS Communication between 365 Tenant and Mimecast
Create new Inbound ConnectorAdd domain of the client you would like to lock downTick thisAdd Outbound TLS Connector
Intune/EndpointManager – Collect Device Diagnostics
Open Endpoint Manager and navigate to the Windows 10/11 device > Collect Diagnostics: After 20(ish) minutes > navigate to Device Diagnostics blade under the device: Open the […]
Update Teams settings using GPO and desktop-config.json file
You can target the following powershell below to update items in desktop-config.json such as disableGpu\openAtLogin\registerAsIMProvider\runningOnClose(Get-Content $ENV:APPDATA\Microsoft\Teams\desktop-config.json).replace(‘”disableGpu”:false’, ‘”disableGpu”:true’) | Set-Content $ENV:APPDATA\Microsoft\Teams\desktop-config.json(Get-Content $ENV:APPDATA\Microsoft\Teams\desktop-config.json).replace(‘”openAtLogin”:true’, ‘”openAtLogin”:false’) | Set-Content $ENV:APPDATA\Microsoft\Teams\desktop-config.json