>>451
コマンドプロンプトで「open_with_windows.py install」と記入してエンター押すと下記が表示されます

Traceback (most recent call last):
File "C:\Users\USER\Documents\open_with_windows.py", line 162, in <module>
install()
File "C:\Users\USER\Documents\open_with_windows.py", line 72, in install
with open(filename, 'w') as file:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\USER\\Documents\\open_with.bat'