My Computer
System One
-
- OS
- Windows 11 pro
- Computer type
- Laptop
- Manufacturer/Model
- Asus
- CPU
- I-7 2gigaherz
- Motherboard
- Asus
- Memory
- 16Gig
- Screen Resolution
- 1024x768
- Hard Drives
- 512 SSD
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Just be sure to let me know if that does indeed help! If not, I would be happy to gather some more info to see if we can get this sorted out for you.Wow thats great thank you so much hsehestd
Use the "set" command as noted in post #2 of this thread.Now, how do I change the system variables from C: to T:\temp as in picture below?
There is no need to do it twice. Just use the first two lines you have shown a single time like this:Do I repeat sets as in:
SET TEMP=T:\TEMP
SET TMP=T:\TEMP
SET TEMP=T:\TEMP
SET TMP=T:\TEMP
setx TEMP T:\TEMP
setx TMP T:\TEMP
setx /m TEMP T:\TEMP
setx /m TMP T:\TEMP
Typically the primary pagefile is on the same device as booted Windows, so when you BSOD -- the memory dump can be saved to a dependable (always there) location. Removable or network drives aren't considered dependable in this context.Two things that used to be true in earlier versions of Windows when installing programs is that the Virtual Memory/swapfile/pagefile was set to a minimum of 2GB and that the Temp folder was located on an internal drive, not a removable or Network drive. I've not had issues with Win10 or Win11 using their default settings.
/M Specifies that the variable should be set in
the system wide (HKEY_LOCAL_MACHINE)
environment. The default is to set the
variable under the HKEY_CURRENT_USER
environment.