Auto saved by Logseq
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#windows10 #DIY #code
|
||||
|
||||
- # Generate Windows 10 Power management info
|
||||
|
||||
![[Pasted image 20201226124130.png]]
|
||||
Modifica apportata il 26 Dicembre 2020
|
||||
|
||||
|
||||
|
||||
Run command-line
|
||||
```
|
||||
"powercfg /sleepstudy /output c:\\sleepstudy.html"
|
||||
```
|
||||
|
||||
Url: [X1 Carbon 6th Gen Battery drain in sleep-English Community (lenovo.com)](https://forums.lenovo.com/t5/ThinkPad-X-Series-Laptops/X1-Carbon-6th-Gen-Battery-drain-in-sleep/td-p/4075415?page=2)
|
||||
@@ -0,0 +1,5 @@
|
||||
#windows10 #DIY
|
||||
|
||||
- # Prevent Windows 10 from Disconnecting Network during Sleep
|
||||
|
||||
url: [Prevent Windows 10 from Disconnecting Network during Sleep | Password Recovery (top-password.com)](https://www.top-password.com/blog/prevent-windows-10-from-disconnecting-network-during-sleep/#:~:text=Open%20the%20Settings%20app%20and,tablets%20with%20built%2Din%20battery.)
|
||||
@@ -0,0 +1,14 @@
|
||||
|
||||
```oql
|
||||
name: Tasks # The name of query (can be used in the template as {name})
|
||||
query: "tag:#projects/crossminer" # The actual query to use with Fuse.js
|
||||
template: "table" # or use "table" or "list" for a different output "{name}: {count}"
|
||||
badge: true # Show the OQL badge on the right
|
||||
debug: false # Show the debug window
|
||||
wrapper: "div" # Wrapper (in the case you want to render a title like `h1`)
|
||||
limit: 20 # When using list or table view, limit the result to N.
|
||||
sort: "title" # or "-title" for descending sort, you can also sort on 'modified' or 'created'
|
||||
fields: ['title', 'created', 'tags'] # Fields to show in table view
|
||||
```
|
||||
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
|
||||
```query2table
|
||||
query: "tag: dailynotes"
|
||||
fields:
|
||||
- title: note
|
||||
- tags: text-as-link
|
||||
- created: text-as-link
|
||||
- language: note
|
||||
approxNumberOfResults: 5
|
||||
```
|
||||
Reference in New Issue
Block a user