https://github.com/felipenicoletto/windowstouchbar
This project is a service to customize the Touch Bar on MacBook running Windows through Boot Camp.
https://github.com/felipenicoletto/windowstouchbar
boot-camp bootcamp macbook macbook-pro touch-bar-customization touchbar windows
Last synced: 5 months ago
JSON representation
This project is a service to customize the Touch Bar on MacBook running Windows through Boot Camp.
- Host: GitHub
- URL: https://github.com/felipenicoletto/windowstouchbar
- Owner: FelipeNicoletto
- Created: 2022-03-01T13:30:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T00:13:48.000Z (over 3 years ago)
- Last Synced: 2025-03-29T19:11:21.843Z (6 months ago)
- Topics: boot-camp, bootcamp, macbook, macbook-pro, touch-bar-customization, touchbar, windows
- Language: C#
- Homepage:
- Size: 34.2 KB
- Stars: 29
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WindowsTouchBar
This project is a service to customize the Touch Bar on MacBook running Windows through Boot Camp.## Video
[](https://www.youtube.com/watch?v=rNw6GQztJYA "YouTube")## Installation
* [Turn off Secure Boot](https://support.apple.com/en-us/HT208198)
* Enable Windows test mode:
* Open CMD with administrative privileges
* Type: bcdedit -set TESTSIGNING ON
* Reboot computer
* If you want to turn off test mode, you should type: bcdedit -set TESTSIGNING OFF* Install [DFRDisplayKm Driver](https://github.com/Naozumi520/DFRDisplayKm/releases)