?? winsecret.html
字號:
<html>
<head>
<title>Untold Windows Tips and Secrets</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#000000" text="#ffffff" link="#ffffff" vlink="#ffffff">
<div align="center">
<table width="680" border="0" cellspacing="2" cellpadding="2" align="center">
<tr>
<td width="693">
<pre>
::::::::: :::::::: ::::::::: ::::::::::
:+: :+: :+: :+: :+: :+: :+:
+:+ +:+ +:+ +:+ +:+ +:+
+#++:++#+ +#++:++#++ +#++:++#: :#::+::#
+#+ +#+ +#+ +#+ +#+ +#+
#+# #+# #+# #+# #+# #+# #+#
######### ######## ### ### ###
<a href="http://blacksun.box.sk" target="_blank">http://blacksun.box.sk</a>
_____________________________
______________________I <b> Topic:</b> I_____________________
\ I I /
\ HTML by: I <b>Untold Windows Tips</b> I Written by: /
> I <b>and Secrets</b> I <
/ <a href="mailto:black_mesa@hacktik.org">Martin L.</a> I_____________________________I <a href="mailto:ankit@bol.net.in">Ankit Fadia</a> \
/___________________________> <_________________________\</pre>
</td>
</tr>
</table>
</div>
<hr>
<P>Welcome to another Hacking Truths Manual. This time I have a collection of
Tips and Tricks which no body normally knows, the secrets which Microsoft is
afraid to tell the people, the information which you will seldom find all
gathered up and arranged in a single file. To fully reap this Manual you need to
have a basic understanding of the Windows Registry, as almost all the Tricks and
Tips involve this file. </P>
<P>****************</P>
<P>Important Note: Before you read on, you need to keep one thing in mind.
Whenever you make changes to the Windows Registry you need to Refresh it before
the changes take place. Simply press F5 to refresh the registry and enable the
changes. If this does not work Restart your system</P>
<P>****************</P><B>
<P>Exiting Windows the Cool and Quick Way</P></B>
<P>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. Start by creating a new shortcut( right click and
select New> Shortcut). Then in the command line box, type (without the
quotes.)</P>
<P>'C:\windows\rundll.exe user.exe,exitwindowsexec'</P>
<P>This Shortcut on clicking will restart Windows immediately without any
Warning. To create a Shortcut to Restarting Windows, type the following in the
Command Line box:</P>
<P>'c:\windows\rundll.exe user.exe,exitwindows'</P>
<P>This Shortcut on clicking will shut down Windows immediately without any
Warning. </P><B>
<P>Ban Shutdowns : A trick to Play on Lamers</P></B>
<P>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. Launch
regedit.exe and go to :</P>
<P>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer</P>
<P>In the right pane look for the NoClose Key. If it is not already there then
create it by right clicking in the right pane and selecting New > String
Value.(Name it NoCloseKey ) Now once you see the NoCloseKey in the right pane,
right click on it and select Modify. Then Type 1 in the Value Data Box.</P>
<P>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:</P><B>
<P>This operation has been cancelled due to restrictions in effect on this
computer. Please contact your system administrator</B>.</P>
<P>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.</P>
<P>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.</P><B>
<P>REGEDIT4</P>
<P>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]</P>
<P>"NoClose"="1"</P>
<P>Disabling Display of Drives in My Computer</P></B>
<P>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 :</P>
<P>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer</P>
<P>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:</P><B>
<P>REGEDIT4</P>
<P>[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]</P>
<P>"NoDrives"=dword:03ffffff</P>
<P>Take Over the Screen Saver</P></B>
<P>To activate and deactivate the screen saver whenever you want, goto the
following registry key:</P>
<P>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ScreenSavers</P>
<P>Now add a new string value and name it Mouse Corners. Edit this new value to
-Y-N. Press F5 to refresh the registry. Voila! Now you can activate your
screensaver by simply placing the mouse cursor at the top right corner of the
screen and if you take the mouse to the bottom left corner of the screen, the
screensaver will deactivate. </P><B>
<P>Pop a banner each time Windows Boots</P></B>
<P>To pop a banner which can contain any message you want to display just before
a user is going to log on, go to the key:</P>
<P>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WinLogon</P>
<P>Now create a new string Value in the right pane named LegalNoticeCaption and
enter the value that you want to see in the Menu Bar. Now create yet another new
string value and name it: LegalNoticeText. Modify it and insert the message you
want to display each time Windows boots. This can be effectively used to display
the company's private policy each time the user logs on to his NT box. It's .reg
file would be:</P><B>
<P>REGEDIT4</P>
<P>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Winlogon]</P>
<P>"LegalNoticeCaption"="Caption here."</P>
<P>Delete the Tips of the Day to save 5KB</P></B>
<P>Windows 95 had these tips of the day which appeared on a system running a
newly installed Windows OS. These tips of the day are stored in the Windows
Registry and consume 5K of space. For those of you who are really concerned
about how much free space your hard disk has, I have the perfect trick.</P>
<P>To save 5K go to the following key in Regedit:</P>
<P>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Tips</P>
<P>Now simply delete these tricks by selecting and pressing the DEL key.</P><B>
<P>Change the Default Locations</P></B>
<P>To change the default drive or path where Windows will look for it's
installation files, go to the key:</P>
<P>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup\SourcePath</P>
<P>Now you can edit as you wish.</P><B>
<P>Secure your Desktop Icons and Settings</P></B>
<P>You can save your desktop settings and secure it from your nerdy friend by
playing with the registry. Simply launch the Registry Editor go to:</P>
<P>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer</P>
<P>In the right pane create a new DWORD Value named NoSaveSettings and modify
it's value to 1. Refresh and restart for the settings to get saved.</P><B>
<P>CLSID Folders Explained</P></B>
<P>Don't you just hate those stubborn stupid icons that refuse to leave the
desktop, like the Network Neighborhood icon. I am sure you want to know how you
can delete them. You may say, that is really simple, simply right click on the
concerned icon and select Delete. Well not exactly, you see when you right click
on these special folders( see entire list below)neither the rename nor the
delete option does not appear. To delete these folders, there are two methods,
the first one is using the System Policy Editor(Poledit in the Windows
installation CD)and the second is using the Registry.</P>
<P>Before we go on, you need to understand what CLSID values are. These folders,
like the Control Panel, Inbox, The Microsoft Network, Dial Up Networking etc are
system folders. Each system folder has a unique CLSID key or the Class ID which
is a 16-byte value which identifies an individual object that points to a
corresponding key in the registry.</P>
<P>To delete these system Folders from the desktop simply go to the following
registry key:</P>
<P>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\Namespace{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}</P>
<P>To delete an icon simply delete the 16 byte CLSID value within "NameSpace".
The following are the CLSID values of the most commonly used icons:</P><B>
<P>My Briefcase:{85BBD920-42AO-1069-A2E4-08002B30309D}</P>
<P>Desktop: {00021400-0000-0000-C000-0000000000046}</P>
<P>Control Panel:{21EC2020-3AEA-1069-A2DD-08002B30309D}</P>
<P>Dial-Up-Networking:{992CFFA0-F557-101A-88EC-00DD01CCC48}</P>
<P>Fonts: {BD84B380-8CA2-1069-AB1D-08000948534}</P>
<P>Inbox :{00020D76-0000-0000-C000-000000000046}</P>
<P>My Computer :{20D04FE0-3AEA-1069-A2D8-08002B30309D}</P>
<P>Network Neighborhood:{208D2C60-3AEA-1069-A2D7-O8002B30309D}</P>
<P>Printers :{2227A280-3AEA-1069-A2DE-O8002B30309D}</P>
<P>Recycle Bin :{645FF040-5081-101B-9F08-00AA002F954E}</P>
<P>The Microsoft Network:{00028B00-0000-0000-C000-000000000046}</P>
<P>History: {FF393560-C2A7-11CF-BFF4-444553540000}</P>
<P>Winzip :{E0D79300-84BE-11CE-9641-444553540000}</P></B>
<P>For example, to delete the Recycle Bin, first note down it's CLSID value,
which is: 645FF040-5081-101B-9F08-00AA002F954E. Now go to the Namespace key in
the registry and delete the corresponding key.</P>
<P>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}</P>
<P>Similarly to delete the History folder, delete the following key:</P>
<P>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\{FBF23B42-E3F0-101B-8488-00AA003E56F8}</P>
<P>Sometimes, you may need to play a trick on your brother or friend, well this
one teaches you how to hide all icons from the Desktop. Go to the following
registry key:</P>
<P>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer</P>
<P>In the right pane create a new DWORD value by the name: NoDesktop and set its
value to: 1. Reboot and you will find no icons on the desktop.</P>
<P>Till now you simply learnt how to delete the special system folders by
deleting a registry key, but the hack would have been better if there was a way
of adding the DELETE and RENAME option to the right click context menus of these
special folders. You can actually change the right click context menu of any
system folder and add any of the following options: RENAME, DELETE, CUT, COPY,
PASTE and lots more.</P>
<P>This hack too requires you to know the CLSID value of the system folder whose
menu you want to customize. In this section, I have taken up Recycle Bin as the
folder whose context menu I am going to edit.</P>
<P>Firstly launch the registry editor and open the following registry key:</P>
<P>HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder.</P>
<P>In Case you want to edit some other folder like say the FONTS folder, then
you will open the following key:</P>
<P>HKEY_CLASSES_ROOT\CLSID\{CLSID VALUE HERE}\ShellFolder.</P>
<P>In the right pane there will be a DWORD value names attributes. Now consider
the following options:</P>
<OL>
<LI>To add the Rename option to the menu, change the value of Attributes to
<P>50 01 00 20 </P>
<LI>To add the Delete option to the menu, change the value of Attributes to
</LI></OL>
<P>60 01 00 20 </P>
<P>3. To add both the Rename & Delete options to the menu, change the value
of Attributes to 70,01,00,20 </P>
<P>4. Add Copy to the menu, change Attributes to 41 01 00 20 </P>
<P>5. Add Cut to the menu, change Attributes to 42 01 00 20 </P>
<P>6. Add Copy & Cut to the menu, change Attributes to 43 01 00 20 </P>
<P>7. Add Paste to the menu, change Attributes to 44 01 00 20 </P>
<P>8. Add Copy & Paste to the menu, change Attributes to 45 01 00 20 </P>
<P>9. Add Cut & Paste to the menu, change Attributes to 46 01 00 20 </P>
<P>10.Add all Cut, Copy & Paste to the menu, change Attributes to 47 01 00
20 </P>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -