Skip to content

Instantly share code, notes, and snippets.

View jakeb1996's full-sized avatar
πŸ‘¨β€πŸ’»
return 0;

Jake Bradford jakeb1996

πŸ‘¨β€πŸ’»
return 0;
  • Brisbane, Australia
View GitHub Profile
Windows Registry Editor Version 5.00
; Remove 3D objects
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{0DB7E03F-FC29-4DC6-9020-FF41B59E513A}]
; Remove Downloads From This PC
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{088e3905-0323-4b02-9826-5d99428e115f}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{374DE290-123F-4565-9164-39C4925E467B}]
@jakeb1996
jakeb1996 / remove_bing_win10_menu.sh
Created January 29, 2020 02:33
Remove Bing from Windows 10 start menu
# Thanks to harrymc https://superuser.com/a/1325836
reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search /f /v BingSearchEnabled /t REG_DWORD /d 0
reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search /f /v AllowSearchToUseLocation /t REG_DWORD /d 0
reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Search /f /v CortanaConsent /t REG_DWORD /d 0

Open Broadcasting Software for Online Teaching

Hi, in this Gist I will show you how to setup a virtual "TV studio" to broadcast your web-cam, your lecture/tutorial slides and document camera in one video feed over Zoom, Skype or an LMS like Blackboard Collaborate Ultra. Here, I will help you to install and setup Open Broadcasting Software for online teaching from home.

Check out my YouTube video for more help!

Software to Install