Difference between revisions of "Setup work machine"
Line 6: | Line 6: | ||
#'''Telegram''': https://telegram.org/dl/desktop/win | #'''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" | + | #'''SQL server 2019 Developer''': "\\192.168.0.1\Installs\SQL Server\SQL2019\SQLServer2019-x64-ENU-Dev.iso" (Only database engine services) |
+ | ##[[File:Sqlservices.png]] | ||
+ | ##[[File:Sqlpass.png]] | ||
#'''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" | ||
+ | ##[[File:Vs2019.png]] | ||
+ | #https://mps.resnet.com/installs/work/git/Git-2.21.0-64-bit.exe | ||
+ | #https://mps.resnet.com/installs/work/git/GitExtensions-3.1.0.5877.msi | ||
+ | #https://mps.resnet.com/installs/work/git/KDiff3-64bit-Setup_0.9.98-2.exe | ||
+ | #Clone git from \\192.168.0.1\git\v8 | ||
+ | |||
==Misc== | ==Misc== | ||
To subst (map) the (local) drive across logins (for all users including system account..etc) 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): |
Revision as of 09:21, 14 July 2020
Installs
- Turn off firewal
- Power plan - high performance
- run as administrator:
powercfg.exe /hibernate off
- 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 2019 Developer: "\\192.168.0.1\Installs\SQL Server\SQL2019\SQLServer2019-x64-ENU-Dev.iso" (Only database engine services)
- Visual Studio 2019: "\\192.168.0.1\Installs\MS Visual Studio\Visual Studio 2019\vs_community.exe"
- https://mps.resnet.com/installs/work/git/Git-2.21.0-64-bit.exe
- https://mps.resnet.com/installs/work/git/GitExtensions-3.1.0.5877.msi
- https://mps.resnet.com/installs/work/git/KDiff3-64bit-Setup_0.9.98-2.exe
- Clone git from \\192.168.0.1\git\v8
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"