Skip to content

Setup All Users Temp Folder

EdVassie edited this page Jul 19, 2019 · 1 revision
Setup System Temp Folder Manual Install Setup Folder Permissions Next

FineBuild can set the location of the Windows \Temp folder for all users, so that that temporary files are more accessible when needed for troubleshooting.

The folder location used in Setup System Temp Folder is applied to all user accounts. This can only be done by updating the registry using Regedit.

FineBuild All Users Temp Folder Processing

Processing of All Users Temp Folder relates to Process Id 1GF in the FineBuild1Preparation script.

This processing is controlled by the following parameter:

SQL Version Parameter FULL Build WORKSTATION Build CLIENT Build
SQL2019 /SetupTempWin: Yes Yes Yes
SQL2017 /SetupTempWin: Yes Yes Yes
SQL2016 /SetupTempWin: Yes Yes Yes
SQL2014 /SetupTempWin: Yes Yes Yes
SQL2012 /SetupTempWin: Yes Yes Yes
SQL2008R2 /SetupTempWin: Yes Yes Yes
SQL2008 /SetupTempWin: Yes Yes Yes
SQL2005 /SetupTempWin: Yes Yes Yes

FineBuild uses the following parameter to help setup the System Temp folder:

Parameter Default Value Description
/DrvTempWin: C Drive location for System Temp folder

Top


Manual Setup All Users Temp Folder Processing

The following steps show what you would have to do to setup All Users Temp Folder manually. FineBuild does all of this work for you automatically.

The settings for system \Temp folder location are applied to user accounts.

  1. Open the Registry Editor by Start -> Run and type regedit

    Regedit Command

  2. Navigate to {"HKEY_USERS"}. You will see a display similar to that below:

    HKCU

  3. For every entry under {"HKEY_USERS"} that does not end with the string _{"Classes"}, perform the following processing:

    Navigate to the Environment subkey, and set the value of TEMP and TMP to the system \Temp folder (eg T:\Temp).

    Set Temp Location

Copyright FineBuild Team © 2014 - 2019. License and Acknowledgements

Previous Setup System Temp Folder Top Setup Folder Permissions Next

Key SQL FineBuild Links:

SQL FineBuild supports:

  • All SQL Server versions from SQL 2019 through to SQL 2005
  • Clustered, Non-Clustered and Core implementations of server operating systems
  • Availability and Distributed Availability Groups
  • 64-bit and (where relevant) 32-bit versions of Windows

The following Windows versions are supported:

  • Windows 2022
  • Windows 11
  • Windows 2019
  • Windows 2016
  • Windows 10
  • Windows 2012 R2
  • Windows 8.1
  • Windows 2012
  • Windows 8
  • Windows 2008 R2
  • Windows 7
  • Windows 2008
  • Windows Vista
  • Windows 2003
  • Windows XP
Clone this wiki locally