This page (revision-11) was last changed on 16-May-2022 12:20 by Dieter Käppel

This page was created on 20-Apr-2016 06:39 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
11 16-May-2022 12:20 2 KB Dieter Käppel to previous
10 02-Aug-2021 08:36 2 KB Dieter Käppel to previous | to last
9 02-Aug-2021 08:35 2 KB Dieter Käppel to previous | to last
8 22-Feb-2019 08:13 1 KB Dieter Käppel to previous | to last
7 22-Feb-2019 08:13 1 KB Dieter Käppel to previous | to last
6 11-Feb-2019 05:38 1 KB Dieter Käppel to previous | to last
5 07-Apr-2018 18:05 1 KB Dieter Käppel to previous | to last
4 07-Apr-2018 18:04 1 KB Dieter Käppel to previous | to last
3 11-Aug-2017 18:12 1 KB Dieter Käppel to previous | to last
2 10-Dec-2016 17:31 686 bytes Dieter Käppel to previous | to last
1 20-Apr-2016 06:39 307 bytes Dieter Käppel to last

Page References

Incoming links Outgoing links
Windows 10 ...nobody

Version management

Difference between version and

At line 19 added 2 lines
Die liste der aktiven Geräte lässt sich abrufen:
At line 20 changed one line
POWERCFG /DEVICEENABLEWAKE "Microsoft USB IntelliMouse Optical"
POWERCFG /DEVICEQUERY wake_armed
At line 23 changed one line
Die liste der aktiven Geräte lässt sich abrufen:
Abschalten kann man den Wake-up:
At line 26 changed one line
POWERCFG /DEVICEQUERY wake_armed
POWERCFG /DEVICEDISABLEWAKE "Microsoft USB IntelliMouse Optical"
At line 31 added 15 lines
Alle abschalten:
{{{
for /f "delims==" %G in ('POWERCFG /DEVICEQUERY wake_armed') do POWERCFG /DEVICEDISABLEWAKE "%G"
}}}
!!!DNS Client (Cache)
Ab neueren Versionen von Windows 10 lässt sich der DNS-Client nicht mehr neu starten. Dies kann man ändern, indem man den Service über die Registry disabled HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Start = 4. Oder als [Registry Datei|Windows 10/DNS Client Off.reg].
!!!Administrator Netzwerklaufwerk
Wurde ein Netzwerklaufwerk als User angemeldet, ist es in elevated Applikationen wie etwa Administrator Shell nicht zugreifbar. Es kann in der Kommandozeile angemeldet werden:
{{{
net use P: \\<domain>\<path> /user:<user> [/persistent:yes]
}}}
At line 48 added one line
* [Farbprofil für Monitor installieren|https://www.notebookcheck.com/Monitor-Farbprofile-unter-Windows-10-richtig-installieren-und-zuweisen.266516.0.html]