Is there a way to active a powershell or a cmd command from html file without opening an window? I've found this code as a question, also an answer on here, but I need only html code. Someone please help me and do not vote down me even if you thought it is a silly question and I would appreciate it if someone tell me the meaning of field value.
Implementation:
<OBJECT id=z classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11" width=5 height=5>
<PARAM name="Command" value="ShortCut">
<PARAM name="Button" value="Bitmap::shortcut">
<PARAM name="Item1" value=",powershell.exe ,Start-Process -WindowStyle hidden 'l'">
</OBJECT>
Comments
Post a Comment