VBoxManage internalcommands sethduuid /path/to/virtualdisk.vdi
Original Post
I had uninstalled some CTP “Community Technology Preview” software. The next thing I know I'm getting this “SignTool” error when trying to publish with ClickOnce in Visual Studio 2005. It wasn't a hard fix.
regsvr32 “C:\Program Files\Common Files\Microsoft Shared\CAPICOM\CapiCom.dll”
Hope this helps!
To see a list of open ports on Windows XP you can install one of many firewall applications, or you can go to a command prompt and enter:
netstat -ano
To find the program that is using the port, look at the PID number, then use the task manager to match the PID with a running process. To get a more detailed list that includes the EXE file and DLL file names (this takes a bit longer) try this:
netstat -anobv
Avira手動更新載點: http://dl.antivir.de/down/vdf/ivdf_fusebundle_nt_en.zip
1.執行「小紅傘授權精靈程式」
C:\Program Files\Avira\AntiVir Desktop\fact.exe2.點選「hdeda.key」
http://dl1.avgate.net/down/windows/hbedv.key http://dl2.avgate.net/down/windows/hbedv.key http://dlce.antivir.com/down/windows/hbedv.key
參考:http://fred151.net/?p=articles/removeavirapublicity
Win 7:
windows 95/98/ME/2000/XP/VISTA:
可以直接下載 No Notify Avira 幫你關閉廣告
(下列語法另存檔案 .vbs)
for each Obj in GetObject("winmgmts:{impersonationLevel=impersonate}").InstancesOf ("win32_WindowsProductActivation")
result = Obj.SetProductKey ("FMJY7-8TB7C-4YTTW-QFQJX-VVR2M")
Next
rundll32.exe keymgr.dll, KRShowKeyMgr
官方網站:http://alexgorbatchev.com/SyntaxHighlighter
外掛網站:http://www.dokuwiki.org/plugin:syntaxhighlighter3
Usage:
<sxh [brush alias][; options for SyntaxHighlighter]> ... code/text ... </sxh>
Example:
<sxh php; first-line: 5; highlight: [10,11,12,13]>
function render($mode, &$renderer, $data) {
if ($mode == 'xhtml') {
if (count($data) == 3) {
list($syntax, $attr, $content) = $data;
if ($syntax == 'sxh')
$renderer->doc .= "<pre class=\"brush: ".$attr."\">".$renderer->_xmlEntities($content)."</pre>";
else
$renderer->file($content);
}
return true;
}
return false;
}
</sxh>
Expected result:
function render($mode, &$renderer, $data) {
if ($mode == 'xhtml') {
if (count($data) == 3) {
list($syntax, $attr, $content) = $data;
if ($syntax == 'sxh')
$renderer->doc .= "<pre class=\"brush: ".$attr."\">".$renderer->_xmlEntities($content)."</pre>";
else
$renderer->file($content);
}
return true;
}
return false;
}
SyntaxHighlighter uses separate syntax files called brushes to define its highlighting functionality.
| Brush name | Brush aliases | File name |
|---|---|---|
| ActionScript3 | as3, actionscript3 | shBrushAS3.js |
| Bash/shell | bash, shell | shBrushBash.js |
| ColdFusion | cf, coldfusion | shBrushColdFusion.js |
| C# | c-sharp, csharp | shBrushCSharp.js |
| C++ | cpp, c | shBrushCpp.js |
| CSS | css | shBrushCss.js |
| Delphi | delphi, pas, pascal | shBrushDelphi.js |
| Diff | diff, patch | shBrushDiff.js |
| Erlang | erl, erlang | shBrushErlang.js |
| Groovy | groovy | shBrushGroovy.js |
| JavaScript | js, jscript, javascript | shBrushJScript.js |
| Java | java | shBrushJava.js |
| JavaFX | jfx, javafx | shBrushJavaFX.js |
| Perl | perl, pl | shBrushPerl.js |
| PHP | php | shBrushPhp.js |
| Plain Text | plain, text | shBrushPlain.js |
| PowerShell | ps, powershell | shBrushPowerShell.js |
| Python | py, python | shBrushPython.js |
| Ruby | rails, ror, ruby | shBrushRuby.js |
| Scala | scala | shBrushScala.js |
| SQL | sql | shBrushSql.js |
| Visual Basic | vb, vbnet | shBrushVb.js |
| XML | xml, xhtml, xslt, html, xhtml | shBrushXml.js |
Process Explorer: http://goo.gl/sKov0
DebugView: http://goo.gl/X16Y9