Penguin

Differences between version 6 and predecessor to the previous major change of WindowsNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 6 Last edited on Monday, August 18, 2003 7:36:30 pm by zcat(1) Revert
Older page: version 2 Last edited on Wednesday, August 13, 2003 1:39:07 pm by CraigBox Revert
@@ -1,4 +1,14 @@
+!Having trouble with windowsupdate.microsoft.com  
+  
+Apparently people who have recently visited windowsupdate.microsoft.com are being told that their system is completely up-to-date, even when they know it isn't or hasn't been updated for months.  
+  
+On the NZNOG mailing list, Nathan Mercer gives this advice:  
+ >If you are having problems with WU can I suggest you try this URL  
+ >https://v4.windowsupdate.microsoft.com/en/default.asp  
+  
+Hopefully Microsoft will get this all sorted out soon.  
+  
 !Blank Explorer windows on dual CPU servers 
  
 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)? 
  
@@ -10,4 +20,14 @@
  
  net localgroup "Pre-Windows 2000 Compatible Access" everyone /add 
  
 See KB:240855. 
+  
+!Windows 2000 Tab Completion  
+  
+Everyone loves TabCompletion. Enabled in the command processor in Windows XP, it was introduced in Windows 2000 but not implemented.  
+  
+* Run Regedit (Start, Run, Regedit)  
+* Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor\  
+* Double click !CompletionChar and change whatever is there with '9' ([ASCII] value for Tab). Click OK.  
+  
+You'll have to restart any cmd.exe's you might have open to have them notice the change.