Linux, python command's
Some useful commands and python, bash scripts for better use of linux.
Показват се публикациите с етикет
windows
.
Показване на всички публикации
Показват се публикациите с етикет
windows
.
Показване на всички публикации
29.04.2015 г.
Windows attribe hiden folder
Folder is Z:
attrib -H -S Z:\* /S /D
- #Clear attribute
H #Hidden file attribute
S #Show system file attribute
/S #Matching file in the curent and subdirectory
/D #Process folder as well
22.04.2015 г.
Add quck launch in 7 and 8.1 Windows
In "New toolbar" add this:
%AppData%MicrosoftInternet ExplorerQuick Launch
11.02.2015 г.
Ползване на powershell за търсене, намира и скрити фаилове.
get-childitem -Recurse -path d:\ -include *.avi -force | select-object fullname | sort fullname | out-gridview
8.01.2015 г.
Изтриване на паролата за вход в Windows.
Мапва се /sda1/windows/system32 /mnt
mv utilman.exe utilman.old && cp cmd.exe utilman.exe
След ребута: Win+U
c:\>net user alis wonderland /add
c:\>net localgroup administrators alis /add
По-стари публикации
Начална страница
Абонамент за:
Публикации ( Atom )