Difference between revisions of "Setup work machine"

From MPSWiki
Jump to: navigation, search
(Misc)
(Misc)
Line 5: Line 5:
 
#'''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==
 
==Misc==
To subst (map) the (local) drive across logins use the following registry keys (Example):
+
To subst (map) the (local) drive across logins (for all users including system account..etc) use the following registry keys (Example):
  
 
<pre>
 
<pre>

Revision as of 09:37, 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 (for all users including system account..etc) 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"

Which will eventually look like:
Susbt dives all users.png