PDA

View Full Version : Disco immagine e pagefile in Win2K


mhost
10-02-2004, 13:31
Ciao,
ho fatto una copia del mio Hd con Drive Image, su un Hd più nuovo e capiente. Quando però win2k parte con il nuovo Hd mi dice che non c'è il file di paging, che invece è lì in c:\! Bloccandosi sul log-in. Non posso neanche installare la console di emergenza. Ho provato a rinominare il boot.ini pagefile.sys, ma anche così nulla.
Suggerimenti?
Ciao,
Grazie

mhost
26-02-2004, 17:45
Qualcuno mi può consigliare dove reperire informazioni in proposito?

Marinelli
26-02-2004, 21:15
Al volo mi viene in mente Wintricks (www.wintricks.it) ma anche una ricerca su Google potrebbe essere produttiva :)

Robert Valerio
26-02-2004, 22:42
In Windows 2000 is possible to configure the drive on which the pagefile resides, but you can not change the location or name of the pagefile itself. For the pagefile or swap file,however ,I always use a DEDICATED partition,used only by these files.

Warning,the Registry is not a place to "GIOCARE"!


Open the Registry Editor (regedit) and navigate:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\
Session Manager\Memory Management

Set the following:

Data Type: MULTI_SZ
Value Name: PagingFiles
Value: C:\pagefile.sys 286 286
This is a MULTI_SZ value;can contain a list of values. Enter the Path and Name of where you want to place the paging file and size in megabytes.
Reboot the PC after finished.

Good luck!