Difference between revisions of "Setup work machine"
(→Misc) |
|||
Line 9: | Line 9: | ||
<pre> | <pre> | ||
REGEDIT4 | REGEDIT4 | ||
− | |||
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\DOS Devices] | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\DOS Devices] | ||
"Z:"="\\??\\C:\\Documents and Settings\\All Users\\Shared Documents" | "Z:"="\\??\\C:\\Documents and Settings\\All Users\\Shared Documents" | ||
+ | </pre> | ||
− | </ | + | Which will eventually look like:<br/> |
+ | [[File:Susbt dives all users.png]] |
Revision as of 09:37, 5 June 2020
Installs
- 7zip: "\\192.168.0.1\Installs\Archivating\7-zip\7z1900-x64.exe"
- SQL server Management Studio: "\\192.168.0.1\Installs\SQL Server\Management\SSMS-Setup-ENU.exe"
- SQL server 2019 Developer: "\\192.168.0.1\Installs\SQL Server\SQL2019\SQLServer2019-x64-ENU-Dev.iso" open using 7zip
- Visual Studio 2019: "\\192.168.0.1\Installs\MS Visual Studio\Visual Studio 2019\vs_community.exe"
Misc
To subst (map) the (local) drive across logins use the following registry keys (Example):
REGEDIT4 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\DOS Devices] "Z:"="\\??\\C:\\Documents and Settings\\All Users\\Shared Documents"