Preference
App Settings / Preferences
Hexo
_config.yml
| permalink: :year/:month:day-:title/
|
AHK
for AHK Hot String & AHK Hot key, go -> tools.ahk
System Settings
Power Down Hard Disk if not woking.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 | cond=>condition: No Control Panel?
s1=>subroutine: Open control panel
s2=>subroutine: [Start Menu]
o11=>operation: Power Settings
o21=>operation: Settings
o22=>operation: System
o23=>operation: Power
o24=>operation: More Power Settings (right side)
o1=>operation: Edit Scheme Settings
o2=>operation: advanced Power Configuration
o3=>operation: HardDisk
Shut Down after ...
e=>end: {:Start of Flow}
o=>operation: Operation Descreption
cond(no)->s1->o11->o1->o2->o3
cond(yes)->s2->o21->o22->o23->o24->o1
|