MSFN Forum: TEMP directory Tweaks - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

TEMP directory Tweaks Rate Topic: -----

#1 User is offline   mrmr 

  • Junior
  • Pip
  • Group: Members
  • Posts: 52
  • Joined: 12-October 04

Posted 23 October 2004 - 03:56 AM

hallo
i'm trying to use these two tweaks, btw seen that they don't apply.
;-----
;-----  Set User TEMP directory
;-----
[HKEY_CURRENT_USER\Environment]
"TEMP"="%SystemDrive%\Temp"
"TMP"="%SystemDrive%\Temp"
;-----
;-----  Set Deafult User TEMP directory
;-----
[HKEY_USERS\.DEFAULT\Environment]
"TEMP"="%SystemDrive%\Temp"
"TMP"="%SystemDrive%\Temp"


Someone has already tried?

mrmr


#2 User is offline   Se7eNdUsT 

  • Newbie
  • Group: Members
  • Posts: 43
  • Joined: 23-June 04

Posted 23 October 2004 - 04:11 AM

I've got these currently implemented, which change the temp and tmp directories to C:\Temp\

; Changes TMP/TEMP dirs to %SystemDrive%\Temp
[HKEY_CURRENT_USER\Environment]
"TEMP"="c:\\Temp"
"TMP"="c:\\Temp"
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Session Manager\Environment]
"TEMP"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,44,00,72,00,69,00,76,\
  00,65,00,25,00,5c,00,54,00,45,00,4d,00,50,00,00,00
"TMP"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,44,00,72,00,69,00,76,00,\
  65,00,25,00,5c,00,54,00,45,00,4d,00,50,00,00,00


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy