SYSTEM:
[DRIVER] Realtek High Definition Audio (HDAUDIO\FUNC_01&VEN_10EC&DEV_0…01)
Ein Audiostream wird derzeit verwendet.
AWAYMODE:
Keine.
AUSFÜHRUNG:
Keine.
PERFBOOST:
Keine.
ACTIVELOCKSCREEN:
Keine.
will list the state of the exe’s.
So we can see DRIVERunder SYSTEMthere is Realtek High Definition Audio in use.
to override the request :
powercfg -REQUESTSOVERRIDE DRIVER“Realtek High Definition Audio” SYSTEM
now it should be discarded and you should be able to get your PC into sleep mode again.
Too sad that it does take research instead of an icon on the right bottom side which tells you: your PC wanted to sleep, but could not because of xyz. Do you want to disable xyz? do you want to disable this message? oh man… alles muss man selber machen :-)))
sfc /scannow will check filesystem for corrupt files when required.
Comments Off on which program prevent windows 10 go sleep mode | posted in bash
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
diskpart
select disk [Nummer] (Windows Festplatte auswählen)
list partition
select partition (auf der windows installiert ist)
active
exit
dann neustarten und daumen drücken.
Comments Off on fix windows 7 mbr | posted in windows
if you accidentally clicked SHIFT + LEFT ALT key, the keyboard switches the input language. you in German keyboard input you will receive an Z if you want to enter a Y. Just click on LEFT-SHIFT + LEFT-ALT key once and release, you should be back (or next language).
in order to disable the short cut, better go to control panel:
Language settings, advance, disable the keyboard short cuts (click on no action on the radio buttons)
what an annoying and useless feature for 95% of the users…
Comments Off on Excel – Switching languages back and forth | posted in bash
espeak mit mbrola kann plötzlich meinen namen nicht mehr aussprechen… mbrola: Warning: t-EI unkown, replaced with _-_
oktay = okt ?
man kann die entsprechende phoneme datei ändern (suchen mit find /usr -name “mb-de*”) vi /usr/lib/arm-linux-gnueabi/espeak-data/voices/mb/mb-de5
replace 0 EI aI
Oktay = Oktay 🙂
Folgendemaßen läßt sich die alternative Aussprache ermitteln:
espeak -v mb-de5 “Oktay” –pho
… EI 77 0 153 80 144 100 144
espeak -v mb-de5 “Oktai” –pho (–pho gibt mbrola phoneme aus)
… aI 77 0 153 80 144 100 144
Comments Off on espeak – mb-de5 kann meinen namen nicht? | posted in bash