Posts

Showing posts from January, 2024

How to Install Windows 11 Without a Microsoft Account

 How to Install Windows 11 Without a Microsoft Account  1. "choose a country" スクリーンが出るまでプロセスする。  Now's the time to cut off the Internet. However, before you do, you need to issue a command that prevents Windows 11 from forcing you to have an Internet connection. 2. Shift + F10 でコマンドプロンプトを起動 3. OOBE\BYPASSNRO とタイプしてインターネットコネクションを必須項目から外す。そうするとPCはすぐにリブートして元のスクリーンに戻ります。 4. Shift + F10 でコマンドプロンプトを起動して "ipconfig /release" をタイプしEnter 5. コマンドプロンプトを終了 6. そのままインストールのプロセスを続けると、Internet コネクションなしで設定できるオプションが現れます。 Reference:   https://www.google.com/search?q=how+to+install+windows+11+without+microsoft+account&rlz=1C1ONGR_enUS1076US1076&oq=how+to+install+windows+11+without&aqs=chrome.0.0i512l2j69i57j0i512l7.15313j0j7&sourceid=chrome&ie=UTF-8

Samba Security Mask

Set correct parameter for Mask and Directory when wite from other PC, see below, [anaheim]     path = /mnt/anaheim     force user = nobody     force group = nogroup     public = yes     writeable = yes     unix extensions = no     ;share modes = yes     create mode = 0777     force create mode = 0777     security mask = 0777     force security mode = 0777     directory mode = 0777     force directory mode = 0777     directory security mask = 0777     force directory security mode = 0777 Reference  https://serverfault.com/questions/645081/samba-permissions-being-ignored   https://askubuntu.com/questions/97669/i-cant-get-samba-to-set-proper-permissions-on-created-directories  with Mac OS  "unix extensions = no" https://work-work.work/blog/2018/12/1...