DarkWolf Lair Forum Index
DarkWolf Lair
L'antre du loup
 
DarkWolf Lair Forum IndexFAQSearchRegisterLog in

:: UN RACCOURCI POUR AFFICHER VOS DOSSIERS ET FICHIERS CACHÉS ::

 
Post new topic   Reply to topic    DarkWolf Lair Forum Index -> INFORMATIQUE
View previous topic :: View next topic  
Author Message
DarkWolf
Site Admin


Joined: 20 Mar 2005
Posts: 4037
Location: Geekland

PostPosted: Sun Aug 20, 2006 2:23 pm    Post subject: UN RACCOURCI POUR AFFICHER VOS DOSSIERS ET FICHIERS CACHÉS Reply with quote

Pour éviter d'avoir à utiliser plusieurs menus pour afficher/masquer les éléments cachés de votre ordinateur (saus si vous utilisez "Free Commander" ou "Cubic Explorer", voici un petit script vbs bien sympa:

1-Ouvrez votre éditeur de texte et saisissez le code suivant:

On Error Resume Next
Set WSHShell=Wscript.CreateObject("Wscript.Shell")

X=WshShell.RegRead("HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden")

If X = "1" Then
WshShell.RegWrite"HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden","2","REG_DWORD"

Elseif X = "2" Then
WshShell.RegWrite"HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Hidden","1","REG_DWORD"

End If

Set WshShell = Nothing


2-sauvergarder ce fichier au format ".vbs", n'importe ou sur votre poste

3-créer un raccourci de ce fichier, qu'il faudra disposer soit sur le bureau, soit dans le menu démarrer

4-dans les propriétés du raccourci, mettez comme touche de raccourci "CTRL+F*", * étant entre 1 et 12.

5-il vous suffira désormais de réaliser cette touche de raccourci pour modifier la BDR en un clic, et ainsi afficher/masquer vos dossiers ou fichiers.
_________________
Cogito Lycanthropus ergo sum Lycanthropus.

Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    DarkWolf Lair Forum Index -> INFORMATIQUE All times are GMT - 1 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Texno x0.3 © theme by Larme D'Ange 2006
Powered by phpBB © 2001, 2005 phpBB Group