WinXShell.exe -luacode app:run('notepad.exe')WinXShell.exe -luacode wxsUI('UI_Settings')WinXShell.exe -luacode Taskbar:AutoHide(1)WinXShell.exe -luacode Taskbar:UseSmallButtons(1)WinXShell.exe -luacode Taskbar:CombineButtons('never')rem wxsUI() function is in WinXShell.luarem Taskbar:XXXXX() function(s) is in lua_helper\shell_helper.luarem you can add any custom lua function by yourself
WinXShell.exe -luacode app:run('notepad')WinXShell.exe -luacode Volume:Mute(1)WinXShell.exe -luacode Screen:Set('rotation',1)WinXShell.exe -luacode Screen:Set('resolution',1024,768)WinXShell.exe -luacode Taskbar:AutoHide(1)WinXShell.exe -luacode Taskbar:UseSmallButtons(1)WinXShell.exe -luacode Taskbar:CombineButtons('never')WinXShell.exe -luacode wxsUI('UI_WIFI')-- you can add custom function in lua_helper or WinXShell.lua
WinXShell.exe -ui -jcfg UI_Shutdown.zip\full.jcfg (use system wallpaper as background)WinXShell.exe -ui -jcfg UI_Shutdown.zip\full.jcfg -blur 5 (blur effect, level is 5)WinXShell.exe -ui -jcfg UI_Shutdown.zip\full.jcfg -bk X:\files\abc.jpg (full path for system image file)WinXShell.exe -ui -jcfg UI_Shutdown.zip\full.jcfg -bk bk.jpg (bk.jpg is in UI_Shutdown.zip)WinXShell.exe -ui -jcfg UI_Shutdown.zip\full.jcfg -blur 5 -bk bk.jpg (blur effect, -bk needs be the latest option, put blur before it)
How could I add by default at the start that the sound and wifi icon will be activated?
function ondaemon() regist_shortcut_ocf() regist_system_property() regist_ms_settings_url() wxsUI('UI_Volume','main.jcfg','-hidewindow') wxsUI('UI_WIFI','main.jcfg','-hidewindow')end
the screen brightness and DPI, you can send me the new text entries.
Hello slore.Which would be these 3 dlls for explorer?
Quote from: MathSilva on April 12, 2019, 02:04:08 AMHello slore.Which would be these 3 dlls for explorer? Which dlls?wxsStub.dll, wxsStub32.dll? Should be ieframe.dll. Handle shortcut file's OpenContainningFolder feature.lua_helper\x64\winapi.dll?call Windows API with lua script. explorer needn't this file.ONLY WinXShell's UI Widget and WinXShell.lua(change registry) use it.