Não é possível definir a opção do arquivo de paginação na janela Memória Virtual

5

Comopodeservistonaimagemacima(vejaabaixoajaneladaMemóriaVirtualemInglêsparafacilitaratradução),ajanelaMemóriaVirtualnãomeofereceaopçãosetodiscorígidodestacadoparadefiniralocalizaçãodomeuarquivodepaginação.DeveterumbotãoSETparaselecionar.

Existealgumamaneiradecorrigiresteproblemacomajanelanãomostrandotodasasopções,ouexisteumamaneiradedefinirolocaldoarquivodepaginaçãoeconfiguraçõesvialinhadecomando?

Nota:tambémnãomedáqualqueropçãopararedimensionarajanela.

Imagemtraduzidaladoalado

  • ("nenhuma" significa "nenhum")

    
por PlayMa256 08.07.2016 / 00:34

3 respostas

8

Modify Pagefile Configuration from the Command Line

Q: How can I change the pagefile configuration from the commandline?

A: This is very useful on Server Core systems where no graphical interface is required. Here I create a new pagefile on the P: volume and delete the old pagefile:

wmic pagefileset create name="P:\pagefile.sys"

wmic pagefileset where name="P:\pagefile.sys" set InitialSize=2048,MaximumSize=2048

wmic pagefileset where name="C:\pagefile.sys" delete

Reboot the machine for the change to take effect. To list the pagefiles, use the command below:

wmic pagefile list /format:list

source

por 08.07.2016 / 00:58
2
Depois disso, selecione "Arquivo de paginação" ou "alguma outra opção" como guia de acesso, e aperte o Espaço do teclado que está sendo executado. O que é isso? Então comece, depois confirme, depois apertar OK e reiniciar.

Aconteceu então comigo e resolve assim, o Windows 10 ta cheio desses bugs.

Em inglês: Depois de selecionar sua opção, pressione TAB para selecionar o botão "Set" e pressione Space.

    
por 16.07.2016 / 17:46
1

How to move page file in Windows 10 to another disk

  1. Press Win + R keys together on the keyboard. The Run dialog will appear. Type the following in the Run box: SystemPropertiesAdvanced

  2. From the Advanced tab press the Settings button under the Performance section. This will open the Performance Options dialog.

  3. Switch to the Advanced tab and click the Change button under the Virtual Memory section:

enter image description here

  1. The dialog Virtual Memory will appear on the screen. Uncheck the option Automatically manage paging file size for all drives.

enter image description here

  1. From there you will be able to create the page file where ever is available.

source

    
por 08.07.2016 / 00:40