Penguin
Blame: WindowsNotes
EditPageHistoryDiffInfoLikePages
Annotated edit history of WindowsNotes version 19, including all changes. View license author blame.
Rev Author # Line
19 CraigBox 1 !!! I am a lost and lonely Windows sysadmin, or wondering why there are Windows notes here
2
3 Learn about the WindowsCommandLine, and then go and get all the [Sysinternals|http://www.sysinternals.com/] utilities. You'll be glad you did.
4
17 AristotlePagaltzis 5 !!! Wondering what all those weird processes are?
6
7 The [Startup Programs and Executables Listing | http://www.lafn.org/webconnect/mentor/startup/PENINDEX.HTM] names lots of common programs along with their purpose. Next time you see something like __tikl.exe__ running, boggle no more.
8
9 !!! Blank Explorer windows on dual CPU servers
10
11 Got a Windows 2000 Server that displays blank Explorer windows until you refresh or right click inside them? Recently updated to 2 CPUs (and installed the Multiprocessor HAL)?
12
13 You need Patch KB:328310 (MS02-071), even if you've installed it already.
14
15 !!! Can't authenticate users in a trusted domain for RRAS/VPN
16
17 GoogleGroups offers [Allowing VPN access to trusted domain users | http://groups.google.com/groups?th=7f650d952132ed5c].
18
19 It seems you have to add the other DC to the group "Pre-Windows 2000 Compatible Users" on the DC:
20
21 net localgroup "Pre-Windows 2000 Compatible Access" everyone /add
22
23 See KB:240855.
24
25 !!! Windows 2000 Tab Completion
26
27 Everyone loves TabCompletion. It was introduced in the Windows 2000 [CLI] but not enabled by default. It is, in Windows XP. To enable it on W2k, change the value of the registry key __HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor\!CompletionChar__ (which should be a __REG_DWORD__) to __9__. (It's the [ASCII] value of a Tab for the curious.)
28
29 [CLI] windows already opened before you changed the registry will not register the change.
30
31 !!! Remote restart/shutdown a WinNT/2K/XP machine
32
33 There are various programs that shut down a Windows machine remotely using [RPC]. The appropriate !ResourceKit for the OS has a tool for this. The [PsShutdown | http://www.sysinternals.com/ntw2k/freeware/psshutdown.shtml] utility from [SysInternal | http://www.sysinternals.com/]'s [PsTools | http://www.sysinternals.com/ntw2k/freeware/pstools.shtml] is another.
34
35 And if you don't keep your machine patched, it will sooner or later shut down with a timed 60 seconds warning.
36
37 !!! Print drivers cause crashing
38
39 Sometimes you'll find that, when starting MicrosoftExcel or Word you'll jump to 100% CPU usage, one half by the application, the other half by __spoolsv__. You can enter the application if you issue
40
41 net stop spooler
42
43 but you can't do much in there and printing is out of the question.
44
45 Try installing a different printer driver, then print to screen. If it works, then it's the printer driver and you'll need to contact the printer manufacturer to see if they have an updated one. If it's across a network, there could be problems with that as well, which get fairly involved to troubleshoot.
46
47 !!! Using [IPSec]
48
49 Check out these links.
50
51 * http://www.natecarlson.com/linux/ipsec-x509.php
52 * http://www.securityfocus.com/infocus/1519
53 * http://www.securityfocus.com/infocus/1526
54 * http://www.securityfocus.com/infocus/1528
18 PerryLorier 55
56 ----
57 CategoryNotes

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach()