mirror of
https://github.com/anejolov/WinDeckHelper.git
synced 2026-06-13 12:15:10 +03:00
b3807b790f
Updated stuff: Steam Deck Tools: 0.7.3 Visual C++: 0.83.0 Dot.NET: 6.0.425 Added the ability to install the Wi-Fi driver offline Added batch script to run Helper without exe
4 lines
106 B
Batchfile
4 lines
106 B
Batchfile
@echo off
|
|
pushd %~dp0
|
|
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& .\Windeckhelper.ps1"
|
|
popd |