- nomacs
- viewnior
- eog
- gthumb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gpedit.msc | |
Local Computer Policy | |
-> Computer Configuration | |
-> Windows Settings | |
(-> Namensauflösungsrichtlinien) | |
-> Sicherheitseinstellungen | |
-> Lokale Richtlinien | |
-> Zuweisen von Benutzerrechten | |
Erzwingen des Herunterfahrens von einem Remotesystem aus |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diskpart | |
list volume | |
select volume <volumenumber> | |
clean | |
create partition primary | |
active | |
format fs=fat32 quick | |
assign | |
Exit |