Microsoft, che teme molto che la gente capisca davvero che cosa significa usare un computer si guarda bene dal divulgare notizie o informazioni che possano portare ad una vera conoscenz. Le cose piu ridicole che ho letto provengono proprio dalla knpwledge bade di Micro: sfido chiunque a dire che nei momenti di bisogno ha trovato la soluzione del problema li. E non e' casuale, come molte altre cose del resto.
Per sfruttare pienamente le lamerate e i trucchetti che ogni tanto mi diverto ancora a "leggere" e ' necessario avere una buona conoscenza del registro di sistema, pena una
pulizia di Pasqua anticipata. Leggi: format
come del resto, tutte le modifiche e i suggerimenti che coinvolgono il registro.
Per cui:
Se qualcuno si ritrovasse con il pc inutilizzabile, non resti sorpreso. Io lo avevo detto.
Ed inoltre devo ance aggiungere ce queste cose non e' ce devono esere fatte ovvero messe in pratica con lo scopo di ledere l'altrui bene: questo e' una vigliaccata e una cosa che sta proprio fuori dal mio modo di pensare.
Conoscere vuol dire essere responsabili non essere stronzi, quella e' una cosa da lamer e basta.
Inoltre, PRIMA di apportare qualsiasi modifica fare un backup del registro. Se qualcuno non ha mai esportato un file di conf. dal registro di sistema questa e' la volta buona per farlo
.
**********
************
Exiting Windows the Cool and Quick Way
--------------------------------------
Normally it takes a hell lot of time just Shutting down Windows, you have to
move your mouse to the Start Button, click on it, move it again over Shut Down,
click, then move it over the necessary option and click, then move the cursor
over the OK button and once again (you guessed it) click.This whole process can
be shortened by creating shortcuts on the Desktop which will shut down Windows
at the click of a button.
1}- Start by creating a new shortcut (right click and select New> Shortcut).
2}- Then in the command line box, type :-
C:windowsrundll.exe user.exe,exitwindowsexec
This Shortcut on clicking will restart Windows immediately without any Warning.
To create a Shortcut to Restart Windows, use the following in the Command
Line box:
C:windowsrundll.exe user.exe,exitwindows
This Shortcut on clicking will shut down Windows immediately without any
Warning.
************
Ban Shutdowns : A trick to Play on Lamers -----------------------------------------
This is a neat trick you can play on that lamer that has a huge ego, in this
section I teach you, how to disable the Shut Down option in the Shut Down Dialog
Box. This trick involves editing the registry, so please make backups.
1}- Launch regedit.exe and go to : HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPolicies Explorer
In the right pane look for the NoClose Key.
2}- If it is not already there then create it by right clicking in the right pane and selecting New > String Value.(Name it NoCloseKey )
3}- Now once you see the NoCloseKey in the right pane, right click on it and select Modify.
4}- Then Type 1 in the Value Data Box.
Doing the above on a Win98 system disables the Shut Down option in the Shut Down
Dialog Box. But on a Win95 machine if the value of NoCloseKey is set to 1 then
click on the Start > Shut Down button displays the following error message:
This operation has been cancelled due to restrictions in effect on this
computer. Please contact your system administrator.
You can enable the shut down option by changing the value of NoCloseKey to 0 or
simply deleting the particular entry i.e. deleting NoCloseKey.
Instead of performing the above difficult to remember process, simply save the
following with an extension of .reg and add it's contents to the registry by
double clicking on it.
****
REGEDIT4
***
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPolicies Explorer]
"NoClose"="1"
Disabling Display of Drives in My Computer
This is yet another trick you can play on your geek friend. To disable the
display of local or networked drives when you click My Computer go to :
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPolicies Explorer
Now in the right pane create a new DWORD item and name it NoDrives. Now modify
it's value and set it to 3FFFFFF (Hexadecimal) Now press F5 to refresh. When you
click on My Computer, no drives will be shown. To enable display of drives in My
Computer, simply delete this DWORD item. It's .reg file is as follows:
REGEDIT4
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPolicies Explorer]
"NoDrives"=dword:03ffffff