1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

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 […]

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

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 […]

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

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 

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

“-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 \

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

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