0. Internet 1. Text 2. Graphics 3. System 4. File 5. Misc 6. Palm 7. OS X |
"Could not reconnect all network drives" # is an all-too-common startup error in Windows. I used to work around it with a simple script: REM **MAP DRIVE X: ON STARTUP** REM delay execution for 10 seconds (wait for networking to load) REM see http://www.robvanderwoude.com/wait.php#PING for more info ping 127.0.0.1 -n 11 >NUL REM disconnect all existing mapped drives net use * /delete /yes REM map x: drive to \\server\share net use x: \\server\sharesaved to the All Users Startup folder as map_x.bat or what have you (it can also be launched via Task Scheduler). Recently, I've taken to using the "Always wait for the network at computer startup and logon" policy instead: Enable it here: gpedit.msc > Local Computer Policy > Computer Configuration > Administrative Templates > System > Logon > Always wait for the network at computer startup and logon If your Windows version does not include Group Policy Editor, use regedit to create or edit the following value name: HKLM\SOFTWARE\Policies\Microsoft\Windows NT\CurrentVersion\WinLogon\SyncForegroundPolicy and set the value data to 1: ![]() Speaking of the Windows Registry, sometimes it's not clear if a path is referencing a key or a value, as Jerry Honeycutt points out in his Microsoft Windows Registry Guide: When looking at a key's fully qualified path, you have to figure out whether the path includes a value or not. Usually, the text is clear about whether the path is to a key or includes a value, but sometimes it isn't. For example, does HKCR\txtfile\EditFlags refer to a key or a value? In this case, it refers to a value, and I prefer to use explicit language, such as "the value HKCR\txtfile\EditFlags," to make the reference clear. Sometimes, paths that don't include a value name end with a backslash (\). If there is no backslash, pay particular attention to the context to make sure you know whether the path is just a key or includes a value. Sometimes a bit of common sense is all you need. /windows | May 11, 2012 Fix Word 2010 line spacing #Home > Styles > Change Styles > Style Set > Word 2003 > Change Styles > Set as Default /windows | May 11, 2012 Minimal Windows XP installs #Remember Micro95 (Windows 95 in 4.47MB) and nano98 (Windows 98 in 4.38MB)? reboot.pro hosts two similar projects for Windows XP: XPSP1 with full commandline and NTFS below 10 MB and MiniXP. /windows | May 08, 2012 Two tiny image browsers #imv(stb) "is an extremely lightweight and fast image viewer/browser ... Inspired by vjpeg, imv(stb) offers a very simple, no-frills image viewer with a minimal interface." (via Mike Mills) /windows | Apr 24, 2012 Windows and boot disks larger than 2TB #Windows' Support for Disks with Capacity Greater than 2TB: In order for a system to fully support capacities greater than 2TB, the device must be initialized using the GPT partitioning scheme to support addressing the full range of capacity. If the user is intending to boot from one of these large disks, there is an additional requirement that the system's base firmware interface must be using UEFI and not BIOS.Windows and GPT FAQ: Q. Can Windows 7, Windows Vista, and Windows Server 2008 read, write, and boot from GPT disks?So to create bootable partitions larger than 2TB for Windows-based OSes:
/windows | Apr 22, 2012 Windows cannot connect to the printer #Windows Vista workstation had been happily sharing a USB printer with a Windows 7 guest for months. Suddenly the Windows 7 guest started displaying "Windows cannot connect to the printer" error messages. Resolved by going to Devices and Printers > Add a printer > Add a local printer > Create a new Port > Local Port > Next, entering the share path as the port name (e.g., \\computername\printername), and completing the printer wizard. /windows | Apr 22, 2012 Resolving post-malware problems #BleepingComputer.com member Farbar has created two incredibly useful tools for resolving post-malware issues:
/windows | Apr 16, 2012 "A duplicate name exists on the network" #error messages in Windows XP can be caused by:
/windows | Apr 04, 2012 Converting Windows Registry hex to ASCII text #Convert REGEDIT4 (ANSI, single-byte) and Windows Registry Editor Version 5.00 (Unicode, double-byte) hex strings to text with hex2text. ImagePath in this ver 4 example becomes \SystemRoot\system32\drivers\iaStorV.sys and in this ver 5 one becomes \ S y s t e m R o o t \ s y s t e m 3 2 \ d r i v e r s \ i a S t o r V . s y s. /windows | Apr 01, 2012 Download just imagex.exe (568k) #instead of the entire Windows Automated Installation Kit (AIK) for Windows 7 (1,782,580k):
/windows | Apr 01, 2012 |
Categories
Blosxom Archive
2012: 5 4 3 2 1
2011: 12 11 10 9 8 7 6 5 4 3 2 1 2010: 12 11 10 9 8 7 6 5 4 3 2 1 2009: 12 11 10 9 8 7 6 5 4 3 2 1 2008: 12 11 10 9 8 7 6 5 4 3 2 1 2007: 12 11 10 9 8 7 6 5 4 3 2 1 2006: 12 11 10 9 8 7 6 5 4 3 2 1 2005: 12 11 10 Blogger Archive
Ezine Archive
|