윈도우10 프로젝트

윈도우10에 매직미러 설치 하기(3장: 자동실행)

EasyCoding 2020. 12. 23. 07:31
728x90

Chapter3 : Auto start

1.Important!! : Install kiosk plugin on Chrome

https://chrome.google.com/webstore/detail/kiosk/afhcomalholahplbjhnmahkoekoijban

 

2. Open "Command Prompt" by entering "cmd" 

3. cd  C:\Users\username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

4. notepad autorunmm.bat

cd c:\MagicMirror

node serveronly

 

5. notepad autorun_chrome.bat

cd c:\Program Files (x86)\Google\Chrome\Application\

chrome.exe --kiosk  http://localhost:8080

 

 

 

 

youtu.be/Rqxai9YS9EA