├── License.txt ├── README.md ├── RunBySmartscreen_5000.exe ├── RunBySmartscreen_5011.exe ├── What_Is_New.txt └── hello1.js /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyFul/Run-By-Smartscreen/HEAD/License.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyFul/Run-By-Smartscreen/HEAD/README.md -------------------------------------------------------------------------------- /RunBySmartscreen_5000.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyFul/Run-By-Smartscreen/HEAD/RunBySmartscreen_5000.exe -------------------------------------------------------------------------------- /RunBySmartscreen_5011.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyFul/Run-By-Smartscreen/HEAD/RunBySmartscreen_5011.exe -------------------------------------------------------------------------------- /What_Is_New.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndyFul/Run-By-Smartscreen/HEAD/What_Is_New.txt -------------------------------------------------------------------------------- /hello1.js: -------------------------------------------------------------------------------- 1 | WSH.Echo("Hello world"); 2 | WSH.Quit(); --------------------------------------------------------------------------------