This commit is contained in:
2025-06-05 22:03:17 +02:00
parent 2763913982
commit 069473ae02
6300 changed files with 8 additions and 711849 deletions
@@ -1,15 +0,0 @@
#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)
@@ -1,5 +0,0 @@
#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.)
-14
View File
@@ -1,14 +0,0 @@
```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
```
-12
View File
@@ -1,12 +0,0 @@
```query2table
query: "tag: dailynotes"
fields:
- title: note
- tags: text-as-link
- created: text-as-link
- language: note
approxNumberOfResults: 5
```