Home
 
Notizie
Internet
Linux
Windows
Programmaz. Python
Novitą
Sicurezza
Symbian
Umorismo
Mod_Categorie
Notizie
Programmi
Menu principale
Home
I portali
Chi siamo
- - - - - - -
Download
Negozio Online
-
Notizie
Blog
Migliori Web Link
Cerca
Sondaggi
-
P.IVA: 01464110087
Annunci
Chi e' online
Abbiamo 12 visitatori online
k-adsense
Google
 
 
Amministratore
Abbonati RSS
Scegli Versione RSS
Statistiche
Visitatori: 61768
Login Form





Password dimenticata?
Nessun account? Registrati
 
 
   
Ultime notizie
Articoli correlati
 
I piu' letti
Rendere il menu start di windows pił veloce PDF Stampa E-mail
Valutazione utente: / 0
ScarsoOttimo 
Scritto da Administrator   
sabato 07 febbraio 2009

Da un po mi sto anche io picchiando con problemi di Windows vista.

-uno dei problemi un cui sono incappato è la lentessa  del menu di vista nell'aprire le sotto categorie.

ecco la soluzione

The solution for slow Start Menu/All Programs

vistastartmenufasterimage.jpg

1. Right click on the Start Menu

2. Click Properties

3. You should see now the Start Menu tab in a window titled Taskbar and Start Menu Properties.

4. Click Customize.

5. Un-check the box: Highlight newly installed programs. It should show: Highlight newly installed programs-OFF.

6. Click OK.

7. Check out the speed. If it was slow, it will be lightning fast now.

I have no idea why Microsoft had this checked by default in the first place, but go figure. I hope it will help you feel a little better about Windows Vista. After I discovered this option I can finally use the Start Menu again to execute applications.


Aggiungi ai preferiti (20) | Riporta quest'articolo sul tuo sito! | Visualizzazioni: 169

Lascia il primo commento!

Solo gli utenti registrati possono scrivere commenti.
Effettua il logi o registrati.

Powered by AkoComment Tweaked Special Edition v.1.4.6
AkoComment © Copyright 2004 by Arthur Konze - www.mamboportal.com
All right reserved

 
< Prec.   Pros. >
 
 
Sondaggi
Sistema Operativo Preferito
 
Flash Notizie
Ultime info
  • 14:36 - 03.11.2008 Notizie >> linux

    Come tutti sapreti è da poco che è uscita la nuova major release di OpenOffice, il software, o meglio il pacchetto di software da ufficio opensource più famoso e potente.

    Per tutti gli utilizzatori di Ubuntu che fra due giorni (30 ottobre) si prepareranno a fare l’upgrade a Intrepid e non lo troveranno dico… non vi preoccupate, esistono due repository ospitati su launchpad contenenti i pacchetti aggiornati alla versione 3.0

    Che aspettate allora? Editate il vostro sources.list ed inserite i seguenti repository:

    deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
    deb-src http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main

    Leggi tutto...
  • 09:28 - 03.11.2008 Notizie >> Windows

    Basta creare un collegamento

    a questo eseguibile

    rundll32.exe user32.dll,LockWorkStation 

    ed è tutto fatto.

    Leggi tutto...
  • 10:38 - 22.05.2008 Notizie >> Programmazione Python

    Ecco un piccolo codice che permette di trasmare un programma Python in un servizio.
    <span class="syntaxkeyword">import</span> win32serviceutil
     
    <span class="syntaxkeyword">def</span> service_info(action, machine, service):
        <span class="syntaxkeyword">if</span> action == <span class="syntaxstring">'stop'</span>: 
            win32serviceutil.StopService(service, machine)
            <span class="syntaxkeyword">print</span> <span class="syntaxstring">'%s stopped successfully'</span> % service
        <span class="syntaxkeyword">elif</span> action == <span class="syntaxstring">'start'</span>: 
            win32serviceutil.StartService(service, machine)
            <span class="syntaxkeyword">print</span> <span class="syntaxstring">'%s started successfully'</span> % service
        <span class="syntaxkeyword">elif</span> action == <span class="syntaxstring">'restart'</span>: 
            win32serviceutil.RestartService(service, machine)
            <span class="syntaxkeyword">print</span> <span class="syntaxstring">'%s restarted successfully'</span> % service
        <span class="syntaxkeyword">elif</span> action == <span class="syntaxstring">'status'</span>:
            <span class="syntaxkeyword">if</span> win32serviceutil.QueryServiceStatus(service, machine)[1] == 4:
                <span class="syntaxkeyword">print</span> <span class="syntaxstring">"%s is running normally"</span> % service 
            <span class="syntaxkeyword">else</span>:
                <span class="syntaxkeyword">print</span> <span class="syntaxstring">"%s is *not* running"</span> % service 
     
    <span class="syntaxkeyword">if</span> __name__ == <span class="syntaxstring">'__main__'</span>:
        machine = <span class="syntaxstring">'cr582427-a'</span>
        service = <span class="syntaxstring">'Zope23'</span>
        action = <span class="syntaxstring">'start'</span>
        service_info(action, machine, service)

    Leggi tutto...
  • 10:32 - 05.05.2008 Notizie >> Sicurezza

    Un ottimo strumento per ricercare ed analizare reti wifi è NetStumbler, http://www.netstumbler.com/

    che permette oltre a vedere re più reti sono posso essere in conflitto viaggiando sugli stessi canali, anche la qualità del segnale.

    Leggi tutto...
  • 12:50 - 18.11.2007 Notizie >> Windows

    Per ricevere dalla propria rete  i propri video e la propria musica.

    Ecco una funzione di vlc che può essere usaa apposta. 

    Andate su Impostazioni - aggiungi interfaccia - interfaccia web

     

    Una volta fatto questo potrete aprire la pagina web dove ip è l'indirizzo ip del pc dove è in esecuzione vlc.

    htt://ip:8080

    di li avete l'interfaccia per modificare la playlist è farvi inviare da vlc i vostri media.

    Segue  il testo in inglese su come ailitare queste fnzioni da linea di comando.

     

    Leggi tutto...
Archivio