Risultati da 1 a 1 di 1

Discussione: XP: cambiare la visualizzazione di RisorsePC

  1. #1
    SWZone Cofondatore
    SWZone Staff
    L'avatar di Cānaro
    Data Registrazione
    28-08-2001
    Localitā
    Bologna
    Messaggi
    15.591

    XP: cambiare la visualizzazione di RisorsePC

    Con il file punto bat sotto riportato, č possibile ottenere su Windows XP la visualizzazione classica di Risorse del Computer in stile Win98, questo per chi ama la tradizione e la vuole mantenere.

    Fare copia e incolla e salvare con il nome di:

    MyComputerFolderView.bat

    ---------------------------------------------------------------------------------
    ---------------------------------------------------------------------------------
    @echo off
    setlocal
    if not exist c:\RestoreMyComputerView.reg goto begin
    @echo A c:\RestoreMyComputerView.reg file already exists.
    pause
    exit
    :begin
    regedit /a "%TEMP%\RestoreMyComputerView.reg" "HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell"
    set /a cnt=0
    for /f "Tokens=*" %%r in ('type "%TEMP%\RestoreMyComputerView.reg"') do set line=%%r&call arse
    @echo REGEDIT4>"%TEMP%\MyComputerFolderView.reg"
    @echo [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell]>>"%TEMP%\MyComputerFolderView.reg"
    @echo @="explore">>"%TEMP%\MyComputerFolderView.reg"
    @echo [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\explore]>>"%TEMP%\MyComputerFolderView.reg"
    @echo "BrowserFlags"=dword:00000022>>"%TEMP%\MyComputerFolderView.reg"
    @echo "ExplorerFlags"=dword:00000021>>"%TEMP%\MyComputerFolderView.reg"
    @echo [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\explore\command]>>"%TEMP%\MyComputerFolderView.reg"
    @echo @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00 ,52,00,6f,00,6f,00,74,00,25,\>>"%TEMP%\MyComputerFolderView.reg"
    @echo 00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00 ,72,00,2e,00,65,00,78,00,\>>"%TEMP%\MyComputerFolderView.reg"
    @echo 65,00,20,00,2f,00,65,00,2c,00,2f,00,69,00,64,00,6c ,00,69,00,73,00,74,00,2c,\>>"%TEMP%\MyComputerFolderView.reg"
    @echo 00,25,00,49,00,2c,00,25,00,4c,00,00,00>>"%TEMP%\MyComputerFolderView.reg"
    @echo [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\explore\ddeexec]>>"%TEMP%\MyComputerFolderView.reg"
    @echo @="[ExploreFolder(\"%%l\", %%I, %%S)]">>"%TEMP%\MyComputerFolderView.reg"
    @echo "NoActivateHandler"="">>"%TEMP%\MyComputerFolderView.reg"
    @echo [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\explore\ddeexec\application]>>"%TEMP%\MyComputerFolderView.reg"
    @echo @="Folders">>"%TEMP%\MyComputerFolderView.reg"
    @echo [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\explore\ddeexec\ifexec]>>"%TEMP%\MyComputerFolderView.reg"
    @echo @="[]">>"%TEMP%\MyComputerFolderView.reg"
    @echo [HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\explore\ddeexec\topic]>>"%TEMP%\MyComputerFolderView.reg"
    @echo @="AppProperties">>"%TEMP%\MyComputerFolderView.reg"
    @echo.>>"%TEMP%\MyComputerFolderView.reg"
    regedit /s "%TEMP%\MyComputerFolderView.reg"
    endlocal
    goto :EOF
    arse
    set /a cnt=%cnt% + 1
    if not %cnt% EQU 1 goto parse1
    @echo REGEDIT4>c:\RestoreMyComputerView.reg
    @echo [-HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell]>>c:\RestoreMyComputerView.reg
    goto :EOF
    arse1
    @echo %line%>>c:\RestoreMyComputerView.reg

    ---------------------------------------------------------------------------------
    ---------------------------------------------------------------------------------

    = : p senza lo spazio

    per ripristinare la situazione precedente cliccare su:

    RestoreMyComputerView.reg che č stato creato in C:

    Come piccola chiosa finale che si puō dire? che vi č gente talmente intrippata che ha studiato tutti sti comandi per tornale all'antico, per non dire poi che con qualche click č possibile ottenere quasi la stessa cosa.

    Tip & Trick solo x Windows XP home e professional, fonte JSI
    Ultima modifica di Cānaro; 27-06-2002 alle 22.15.53

Segnalibri

Permessi di Scrittura

  • Tu non puoi inviare nuove discussioni
  • Tu non puoi inviare risposte
  • Tu non puoi inviare allegati
  • Tu non puoi modificare i tuoi messaggi
  •