2021年3月11日 星期四

Change NAS password on Win10

 

win+R打開執行,輸入control userpasswords2,會變這樣


再按到進階,管理密碼,windows認證,就可以選要把哪條密碼清除了






 

Automatically classify folders by file name (windows Bash)

  REM List file names, sorted by file name--------- dir /b /on > list.txt REM Find JPG files findstr ".JPG" list.txt > targe...