-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtricks.html
More file actions
34 lines (28 loc) · 1.68 KB
/
tricks.html
File metadata and controls
34 lines (28 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>How-to tricks</TITLE>
</HEAD>
<BODY BGCOLOR="Black" TEXT="White" LINK="#FF8040" VLINK="#BF152F" ALINK="#E14900" BACKGROUND="images/background1.jpg">
<H2 align=center>How-to tricks</H2>
<BR><BR><BR>
<P align=left>Here are some how-to's for the Windows operating systems.</P>
<DL>
<DT><B>Use QuickView under Windows 2000 and Windows XP</B> (Posted by Fishface in borland.public.attachments)
<DD>QuickView was <A HREF="http://support.microsoft.com/default.aspx?scid=kb;EN-US;q229889" TARGET="_blank">removed</A>
from Windows 2000/XP. To reenable it, download the file <A HREF="download/qv.zip">qv.zip</A>.
Extract and open in a text editor the file qvdllexe.reg to read the instructions, then import the .reg file in the registry.</P>
<DT><B>Shortcut to start Windows Explorer in the root of desired drive</B>
<DD>Use the command line <CODE>%SystemRoot%\explorer.exe /e,/select,c:\temp</CODE> (or any other existing folder on the desired drive).</P>
<DT><B>Stop default hiding of system folders contents (\WINNT, \WINNT\SYSTEM32, \Program Files) in Windows 2000</B>
<DD>In every folder open with Notepad the hidden file <CODE>folder.htt</CODE>, find the line<BR>
<CODE>gShowFiles = !gFolder.HaveToShowWebViewBarricade;</CODE><BR>
and replace it with<BR>
<CODE>gShowFiles = true;</CODE>.</P>
</DL>
Lots of tips and tricks can be found at the <A HREF="http://www.winguides.com/" TARGET="_blank">Windows Guide Network</A>.</P>
<BR><A HREF="index.html">
<IMG SRC="images/flowchart.gif" WIDTH="48" HEIGHT="48" BORDER="0" ALT="Back to home">
Back to main</A>
</BODY>
</HTML>