Difference between revisions of "Setup work machine"

From MPSWiki
Jump to: navigation, search
(Misc)
Line 1: Line 1:
 
==Installs==
 
==Installs==
 +
#Turn off firewal
 +
#Power plan - high performance
 +
#run as administrator: <code>powercfg.exe /hibernate off</code>
 
#'''7zip''': "\\192.168.0.1\Installs\Archivating\7-zip\7z1900-x64.exe"
 
#'''7zip''': "\\192.168.0.1\Installs\Archivating\7-zip\7z1900-x64.exe"
 +
#'''Telegram''': https://telegram.org/dl/desktop/win
 
#'''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

Revision as of 09:18, 14 July 2020

Installs

  1. Turn off firewal
  2. Power plan - high performance
  3. run as administrator: powercfg.exe /hibernate off
  4. 7zip: "\\192.168.0.1\Installs\Archivating\7-zip\7z1900-x64.exe"
  5. Telegram: https://telegram.org/dl/desktop/win
  6. SQL server Management Studio: "\\192.168.0.1\Installs\SQL Server\Management\SSMS-Setup-ENU.exe"
  7. SQL server 2019 Developer: "\\192.168.0.1\Installs\SQL Server\SQL2019\SQLServer2019-x64-ENU-Dev.iso" open using 7zip
  8. 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