Add old sagemath config int he hopes that we can later uncomment it
This commit is contained in:
parent
bc6d0000a9
commit
abaf6b19ee
36 changed files with 177 additions and 147 deletions
|
@ -7,6 +7,12 @@
|
|||
name: HideFileExt
|
||||
data: 0
|
||||
type: dword
|
||||
- name: Allow SMB insecure guest access
|
||||
win_regedit:
|
||||
path: HKLM:\Software\Policies\Microsoft\Windows\LanmanWorkstation
|
||||
name: AllowInsecureGuestAuth
|
||||
data: 1
|
||||
type: dword
|
||||
- name: Install PSCX
|
||||
community.windows.win_psmodule:
|
||||
name: Pscx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue