• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Repository of various works in text file format


コミットメタ情報

リビジョン5a8d6b58e826a34142f96b3102b72d596e105fa4 (tree)
日時2023-12-23 20:51:54
作者pierfrancesco A <pierqr.mygit@emai...>
コミッターpierfrancesco A

ログメッセージ

windows setup via powershell

変更サマリ

差分

--- a/windows posh/win_client_config/code_snippets.ps1
+++ b/windows posh/win_client_config/code_snippets.ps1
@@ -1,4 +1,4 @@
1-# Todo, wrap it in a script but it is not really needed,
1+ch# Todo, wrap it in a script but it is not really needed,
22 # such one liners can be just collected as "cookbook oneliners"
33
44 Win 10 {
@@ -50,6 +50,7 @@ Win 10 {
5050 choco install vlc
5151 choco install windirstat
5252 choco install winscp
53+ choco install wincdemu
5354 choco install zoom
5455
5556 #upgrading the packages themselves
@@ -64,6 +65,7 @@ Win 10 {
6465 net use \\192.168.1.13 /user:pier pwd
6566 but win10 doesn't accept smb 1.0 and 2.0 does not work on xp https://answers.microsoft.com/en-us/windows/forum/all/smb-20-for-xp/fc4c4ea9-50df-4323-b279-9275f244ae6d
6667 https://superuser.com/questions/1712362/cant-use-smb2-on-windows-xp
68+ Enable-WindowsOptionalFeature -Online -FeatureName smb1protocol # this allows smb1 usage on win10
6769 }
6870 }
6971 }
\ No newline at end of file