Difference between revisions of "Setup work machine"

From MPSWiki
Jump to: navigation, search
Line 1: Line 1:
 +
==Installs==
 
#'''7zip''': "\\192.168.0.1\Installs\Archivating\7-zip\7z1900-x64.exe"
 
#'''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 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
 
#'''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"
 
#'''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):
 +
 +
<pre>
 +
REGEDIT4
 +
 +
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\DOS Devices]
 +
"Z:"="\\??\\C:\\Documents and Settings\\All Users\\Shared Documents"
 +
 +
</pre>

Revision as of 09:34, 5 June 2020

Installs

  1. 7zip: "\\192.168.0.1\Installs\Archivating\7-zip\7z1900-x64.exe"
  2. SQL server Management Studio: "\\192.168.0.1\Installs\SQL Server\Management\SSMS-Setup-ENU.exe"
  3. SQL server 2019 Developer: "\\192.168.0.1\Installs\SQL Server\SQL2019\SQLServer2019-x64-ENU-Dev.iso" open using 7zip
  4. 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"