Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz
  • 0

Jak ustawić by dysk np. E był dyskiem domyślnym


DeViNAK

Pytanie

Opublikowano

naprawdę nie wiem jak to inaczej opisać w tytule

 

chodzi mi o to, że chciałbym by wszystko domyslnie się instalowało na D, skróty poprawnie się tworzyły (teraz mimo ze instaluje na E to element domyslny w skrótach mam na C do nieistniejącego folderu na tym dysku), folder z dokumentami, z pobranymi plikami, itd. były na E zamiast C i żebym mógł normalnie otwierać mp3 z windows media player (teraz mam coś takiego: http://screenshot.sh/oAHcC8WGLKFGl)

 

i proszę, pisząc odpowiedź od razu napiszcie jak to zrobić, a nie np. "zmień ścieżke w rejestrze" nie pisząc co gdzie jak i kiedy

 

Win 10 64 bit

2 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

Opublikowano

Tak ci się dzieje, ponieważ zmieniłeś domyślną ścieżkę dla całego systemu, wliczając w to już zainstalowane programy.
Aby po zmianie ścieżki stare programy działały dalej, musisz je przenieść do nowej lokalizacji.
Poniżej masz opisany cały proces.
 
Robisz to na własną odpowiedzialność.

 

 



* This only works on Windows 10 64 bit (x64) as 64 bit windows has two program files folders,

* it's not perfect, you will need to move folder "Program Files (x84)" back to the root drive (c:\) when some updates fail to install

Start by installing Windows 10 on your Device, then at the settings screen (also known to old folks as the Welcome screen)
Press CTRL + SHIFT + F3, this will reboot Windows in to the desktop, in a mode known as Audit Mode (it allows OEM's to install Drivers, Programs, even spam with out making a user account or even given you a hint they did that)Once at the desktop, you will be able to open the registry editing program known as regedit (love that name)
open it by pressing that start button and typing regedit, then press enter, or type run then enter then regedit then enter again up to you,

go to : ''HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion" plus (+) and
"HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion''

Change only "Program Files (x84)" directories, to the drive letter (E:\) in most cases, by giving them the good old double click
and ok.

next move to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList

Do the same thing, with all keys.

Once that's done, restart the computer with the Windows 10 disk/usb in, once at the langrage screen, press SHIFT + F10 (Fn key if needed to)

This will open the CMD, command line, enter the following in:
Note drive letters change in this world, soo you might want to type notepad, then open, then my computer and see what the drive letter is now:

robocopy "C:\Users" "D:\Users" /E /COPYALL /XJ
robocopy "C:\Program Files (x86)" "D:\Program Files (x86)" /E /COPYALL /XJ
robocopy "C:\ProgramData" "D:\ProgramData" /E /COPYALL /XJ
rmdir "C:\Users" /S /Q
rmdir "C:\Program Files (x86)" /S /Q
rmdir "C:\ProgramData" /S /Q
mklink /J "C:\Users" "E:\Users"
mklink /J "C:\Program Files (x86)" "E:\Program Files (x86)"
mklink /J "C:\ProgramData" "E:\ProgramData"

Now reboot, once at the desktop check everythings working and nothings going cr@zy or doing cr@zy stuff.
You should try going to drive (D:\) or what ever you set it as, and open the Iexplore file, just to check it works, if it don't open, you have made a error typing, and you should go back and try again.

 

Opublikowano

Najprościej użyć symlinków albo linków trwałych i podlinkować katalogi z C do dysku E. Domyślne instalowanie na C zawsze będzie lądowało na podlinkowanym w E 

 

Można użyć systemowego mklink albo jakiegoś programu np Symlink Creator, przykład wyżej pokazuje jak działa mklink . 

Mózg to nie mydło; nie ubędzie Ci go, gdy go użyjesz.

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...