Search

You can find the results of your search below.

web_gui_for_powershell_scripts
3 Hits, Last modified:
tected void ExecuteCode_Click(object sender, EventArgs e) { ResultBox.Text = string... . Для передачи параметров следует использовать **$args**. ===== web.config ===== <code><?xml version="1... ===== Powershell скрипт test.ps1 ===== <code>if ($args.count -ge 2) { $text = $args[1]} write-output $text </code> ===== Страница aspx - Test.aspx ===== <cod
grab_windows_key_from_bios
1 Hits, Last modified:
ь ключ Windows, прошитый в BIOS?? sudo cat /sys/firmware/acpi/tables/MSDM | tail -c 32 | xargs -0 echo