sol7-2.vbs
来自「Apress - Managing Enterprise Systems Wit」· VBS 代码 · 共 9 行
VBS
9 行
'change the default document directory for Word 97
Set objShell = CreateObject("Wscript.Shell")
objShell.RegWrite _
" HKEY_CURRENT_USER\Software\MyApp\Config\username" _
, "H:\Data\Word"
'create new registry key
objShell.RegWrite _
"HKEY_CURRENT_USER\Software\MyApp\Config\NewKey\" , ""
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?