Network Drive Controller Copyright 2015-2024 by Michael Burns. All rights reserved. v1.66 - March 9, 2024 1. Disambiguated the CSV import menu label. 2. Added a menu selection to open the online help rather than the installed help file. This allows the user to see if the help files have been updated between releases. Sometimes I will get questions from users where it's apparent I need to clarify the instructions or clarify how something works, rather than make a code change. While I always could update the online help as needed, by adding a menu for users to jump directly to it, it makes it easier for users to check and see if the online help is more informative than the built-in help. The on-line & built-in help are always synchronized when there's a new code release (they are both generated from the same HelpNDoc file.) 3. Check that the window opens in the display of the moment, and if outside of it, bring it in. In other words, check the coordinates the NDC window last saved against the present displays connected, and if the NDC window would be "off screen" for the PC, because for example, the monitor it should display on does not exist as can happen if a laptop with multiple monitors is being used as a stand alone laptop, then bring the NDC window onto an active display. 4. Updated help files. v1.65 - February 9, 2024 1. Fixed bug where Windows 11 is sometimes reported as Windows 10 in the "About" box. 2. Added the ability to import drive mappings from a .CSV (comma separated value) file. Each line of the file should be in the format of Network Name, Drive Letter, Drive path, UserID, Password with all fields in plaintext (including the password) and will be vetted on input as if it had been entered manually using the "Add" button. (User requested feature.) 3. Updated help file. v1.64 - November 16, 2023 1. Fixed bug where a code info box used during debugging was still active and could be displayed. 2. Updated help file. v1.63 - November 16, 2023 1. Removed VM detection. Seems to cause issues on some machines. No one as said it's useful. (User reported issue.) 2. Fixed minor bug in the passing of parameters when connecting via WebDAV under some circumstances. (User reported bug.) 3. Updated help file. Expanded the WebDAV help with the suggestion that if folks have trouble with WebDAV it helps to try the connection using the Net Use command as then you explicitly get the resulting error codes without having to deal with NDC's log files. 4. Fixed minor bug when refreshing where WebDAV mapped connections did not display consistently. v1.62 - August 28, 2023 1. Added feature that when the tray icon is used, the tray module checks the connection status of drives that should be mapped for the present network, and if any are not mapped (the logon mapping failed for some reason), another attempt at mapping the drive is made. (User requested feature.) 2. Changed the tray icon default to be "on". 3. Code signing certificate updated. 4. Updated help file. v1.61 - February 12, 2023 1. Manual update check tells the user explicitly what the server says the present up-to-date version is, as well as the version NDC is running. I've made this change as it provides me with better positive feedback on how things are working. 2. The log file also now notes the two versions even when everything is up-to-date. 3. Updated help file. v1.60 - January 16, 2022 1. Tested on Windows 11 VM's and satisfied compatible, so installer will now allow Windows 11 installations. 2. Export/import issue still not resolved due to a lack of time to focus on this issue. The root problem has to do with the way Windows identifies unique installations. Menu selections changed from grayed out to hidden, so they don't appear at all in the drop down menus. 3. Update help file. v1.59 - December 19, 2021 1. Fixed a bug where if the UserID also appears in the path name, while the path is saved correctly, the path was retrieved from the database incorrectly and hence Windows would not make the mapping when NDC asked it to. (User reported bug.) 2. Updated help file. 3. Updated the uninstaller to try to be more efficient at removing NDC files and registry entries. 4. Importing & Exporting are still disabled. (Working on user reported bug.) v1.58 - December 15, 2021 1. Fixed bug where suppressing the path checkbox had stopped working due to a typo in Dialog Control constant assignment. (User reported bug.) 2. Problem with import/export functionality where the target machine could not import the settings and that process failing would be impossible for the user to fix without assistance due to issue #3 below. This appears to be an issue due to a recent Windows Update. Until it is resolved, Importing & Exporting are disabled. (User reported bug.) 3. Testing on Windows 11 shows instabilities which I believe are related to #2 above. So Innosetup is set to not do installs on Windows 11 systems for now. 4. Fixed bug in uninstaller where some System Registry entries were left behind. 5. The tray module wasn't always uninstalled if it was running during the NDC uninstall. Changed the Innosetup installer script so if need be, it will queue exe files in use for deletion at the next boot, and if triggered, will require a reboot at the end of the uninstallation. 6. Updated help file. v1.57 - November 14, 2021 1. User reported NDC could not create a log file when his Document folder was redirected to reside an a non-System Disk drive. Issue appears to be with the way I was calling the Windows API function that retrives the user's Document folder, and I'm now calling it in a different way so it picks up the redirection if present. (User reported bug.) 2. Updated help file. v1.56 - October 19, 2021 1. Updated help file. 2. Fixed bug where if a drive used the same "word" as the User ID and Password, while the configuration was stored properly, the drive could not be displayed or mapped properly. Using the same "word" as the User ID and Password is a really bad idea although it's sometimes used for "anonymous" user access. (User reported bug.) v1.55 - April 13, 2021 1. Fixed a flicker that showed up on some test machines. v1.54 - April 11, 2021 1. Added feature that when the tray icon is used, the tray module checks the network status to see if the PC has changed network connections, and if so, remaps the drives to match the new connection. This allows the laptop to adapt to being moved around from one network to another while the user is logged on. The check interval is 60 seconds. 2. Updated help file. v1.53 - Feb 28, 2021 1. Updated help file. 2. Reversed the behavior of checking for updates to only run for users with Admin privileges. Appears under some circumstances Windows reports a user who has Admin privileges as not having them. Until I get to the bottom of this behavior, I am reversing this change. v1.52 - Feb 6, 2021 1. Updated help file. 2. Change the 'check for updates' to only run for users with Admin privileges since non-Admin users can't run the installer. 3. If a user says they want the update, then NDC opens the default browser to directly download the zip file with the installer. This is because CNET has been having update issues and when the NDC web page is opened, too many people go for the (not yet updated) CNET download. 4. Fixed bug where use of INI file interfered with importing settings. Program now temporarily disables use of the INI file (if it is being used), imports the settings, then (if it is being used) resumes use of the INI file. Bug noticed while helping a user troubleshoot. (User reported bug.) v1.51 - Feb 1, 2021 1. Updated help file. 2. Added more error messages when a change isn't allowed to make it easier for the user to see what the issue is. 3. Have installer open the help file at end of installation. 4. Added the ability to also map a directory on a local drive to a drive letter. This isn't a network mapping, but is the equivalent of Command Line "subst" command. There is no use for the UserId or password, so they may be left blank. If you want the mapping to occur all of the time, use the * for the Network. (User requested feature.) 5. Fixed another bug where blank passwords show up as random characters in the display when passwords are displayed. 6. Updated program icon. (You will probably only notice if you use the tray.) v1.50 - Jan 30, 2021 1. Updated help file. 2. Removed reference to the OS bit size (32 or 64) in the dialog frame titles & About message as people were misinterpreting what that meant. 3. Fixed bug where new installs would report a corrupted database when users were switched. Looking back through the code, this bug first appeared in v1.48 and looks like I failed to remove some test code inserted during the development of v1.48. (User reported bug.) 4. Updated how the NDC console behaves when it can't find window size settings. This only occurs the first time NDC is run from a user account which isn't the user who installed NDC. In that case, the NDC console window is small which is annoying. Once the user resized the NDC console, behavior was normal thereafter. Now, NDC will use the default windows size settings on first run. v1.49 - Sept 30, 2020 1. Logging improved. 2. Message encoding improved. 3. Fixed code bug in "Export NDC Settings" menu selection that enabled a functionality that was not intended to be enabled (which didn't affect anything as I didn't try to use that functionality, but I'd rather it not have been enabled at all). That enabling also didn't create any type of security issue. 3. Option under the help menu to use INI file. If this option is set in the menu, then upon exiting NDC will save it's Registry Settings as an encapsulated Registry BLOB in the user's "Documents\NDC Logs" folder as "Network_Drive_Control.INI". When NDC is started, it will check whether the INI file exists & is valid, and if so, will map it back on to the System Registry. In this way, one can make NDC portable. The INI file is not editable, and is not interchangeable with a setting export file. (User requested feature.) 4. Fixed minor installer bug. Fortunately, NDC has enough self checks & recovery routines that it functioned correctly despite this installer bug. 5. Fixed bug where a mapping with a null password could sometimes display random data when console set to display passwords. (User reported bug.) 6. Updated help file. v1.48 - Sept 15, 2020 1. Fixed memory leak in the delete all drives routine. 2. Added ability to save all settings to a file with a "Export NDC settings" menu selection. The file is an encapsulated blob of System Registry data and is not editable. 3. Added ability to restore all settings from a file generated by the "Export NDC settings" function with a "Import NDC settings" menu selection. To use this to transfer settings between PC's, both PC's have to have the same version of NDC installed. 4. Changed the Console password system internals. This was done to allow changes 2 & 3 above to be implemented. Unfortunately the implementation of this means that if you had your console password protected in prior versions, after this update that protection was removed during the update. You can, of course, implement it again. 5. Updated help file. v1.47 - August 21, 2020 1. Remember window size & position from last run. 2. Fixed bug that showed up sometimes when an account connection that does not use a password would try to connect. 3. Updated help file. v1.46 - June 16, 2020 1. Fixed situation where update check would not understand when the website was unavailable. This is related to my web hosting company making behind the scene changes to the website's error reporting, as opposed to a fault in the program. v1.45 - June 4, 2020 1. The update check was broken by my website hosting company changing something in their server setting having to do with redirection, I don't know exactly what. My old update code is something I wrote roughly 20 years ago where I was doing all of the heavy lifting. Rather than try to figure out what was going on, I wrote a new routine that uses the Windows WinInet API. In principle, this should keep working even as servers change as it gets updated as Windows & Edge get updated. When NDC asks michaelburns.net what the current version of NDC is (which it does by asking - no user info is sent), it does so via https. 2. Updated help file. v1.44 - April 5, 2020 1. Fixed bug in "About" of tray icon where it reported the wrong version of NDC. 2. Fixed bug in System Tray toggle message. 3. Added warning if user manually enters a network name and it does not match a known network, and asks if that's what they intended. While adding an unknown network name may be a perfectly legitimate thing to do, and is allowed by NDC, this warning is to help catch typos. This is based on helping a user where the apperance on the screen obscured that this was the cause of the problem they were seeing. 4. Added additional logging info. After having investigated a problem, realized a little more info put into the log file would have saved a bit of time. 5. Updated help file. v1.43 - March 8, 2020 1. Code signing certificate changed to a SHA256 one issued by Sectigo. Old one was a SHA1 issued by Digicert. 2. Added Caps Lock check to some of the password input boxes if passwords are hidden. 3. Added Windows version info to "About" box. (For Windows 10.) 4. Updated help file. v1.42 - November 30, 2019 1. Added grip to bottom on Console window to make it easier to re-size. 2. Added allowing selection of multiple items for connection or disconnection. If multiple items are selected and any of the other buttons are pressed, only the top-most item is affected. (User requested feature.) 3. Updated help file. v1.41 - November 29, 2019 1. Added "Connect All Possible" & "Disconnect All Possible" buttons. 2. Update help file to say how one can trigger NDC from a script. (User request.) 3. Changed button & checkbox layout. 4. Made Console dialog re-sizable. The languages the NDC Console is written in (mix of x86 Assembly & PB) don't automatically re-size the controls therein when the parent dialog size/shape is changed, nor does Windows do so either, so I had to add a re-sizing engine & database, monitor the Console dialog size and trigger the re-sizing engine manually in the Console dialog callback function. That's why I didn't do this earlier as I don't have a use for this feature (& it's a bit of work and I'm lazy). (User requested feature.) 5. Updated help file. v1.40 - November 3, 2109 1. Added Checkbox to console password request dialog to allow display of password. 2. Added Checkbox to console password set dialog to allow display of password. 3. Help file updated. v1.39 - October 5, 2019 1. Added right-click context menus. Right clicking on a drive listing causes a context menu to open listing (Connect, Disconnect, Edit, Clone+Edit, Move Up, & Move Down). 2. Help file updated. v1.38 - June 5, 2019 1. Fixed bug in periodic update check communication routine in the icon tray module. This is related to the mid-May addition of a SSL certificate to the michaelburns.net website. Module would sometimes mis-parse the response to it's asking michaelburns.net what the most up-to-date version of NDC is. v1.37 - June 1, 2019 1. Fixed the update check communication routine which broke when I added a SSL certificate to the michaelburns.net website, which I did in mid-May 2019. 2. When NDC asks michaelburns.net what the current version of NDC is (which it does by asking - no user info is sent), it attempts to ask via https. Falls back to http if it has to. 3. Help file updated. v1.36 - April 16, 2019 1. Fixed bug where an FTP path could slip though as a server path so an apparent FTP drive mapping could get saved. NDC does not support mapping FTP connections to drive letters because Windows does not support mapping FTP connections to drive letters. Windows does support mapping an FTP connection as a "Network Location" without a drive letter, but NDC does not support Network Location mappings. (User reported bug.) 2. Fixed bug where display did not always update when show password checkbox checked or unchecked. 3. Added checkbox to allow hiding of the drive path. (User requested feature.) 4. Update help file. v1.35 - January 9, 2019 1. Fixed bug where tray program could check for updates even when told not to. 2. Installer now provides the option to create a System Restore point for the PC before installing NDC. I've not had any reports of NDC messing up PC's, but I like the idea of making it easy to roll back the install or update just in case. Note that Windows 8 & 10 normally won't allow a new System Restore point to be created unless 24 hours have passed since the last Restore Point was created. This interval can be changed in the System Registry. You can see how here: https://www.tenforums.com/tutorials/94682-change-system-restore-point-creation-frequency-windows-10-a.html Windows Vista & 7 do not have this 24 hour default System Restore interval. 3. Binaries (exe files) are now digitally signed by a SHA1 Digicert certificate. This insures that any alterations of the exe's after I release them is detectable. 4. Minor code cleanup. 5. Updated help file. v1.34 - November 11, 2018 1. No longer have console open automatically at end of installation to reduce confusion between that behavior & the installer's request to reboot system. 2. If System Tray icon active, and the "Automatically Check For Updates" is active, then the System Tray icon program will check for updates once per day. The check interval is once every 24 hours with the interval starting when the Tray icon program starts. This means that doing things like restarting the PC or toggling the NDC Console up may restart the interval. The program uses the Windows API SetTimer function & Windows message pump so the CPU utilization is basically unaffected. v1.33 - October 16, 2018 1. Attached the NDC icon to other executables used by the installer/uninstaller. Just cosmetic. 2. Compiler for tray program set to optimize for speed rather than minimum size of binary. (To minimize it's use of Windows resources.) Other modules are still set for size optimization. 3. Fixed bug in NDC Console module where editing a drive mapping that had a null password could display random giberish in the password field. (User reported bug.) 4. Updated help file. v1.32 - September 16, 2018 1. Added keeping the focus on a given item when the "Move Up" & "Move Down" buttons are used to make it easier to perform repeated moves on the same item. 2. Add a menu item that causes a tray item to be present that when clicked on, brings up the Console. Normally no part of NDC is running after the drives are mapped. Nor is any part of NDC running after the Console is closed. But if one opts to have a System Tray icon, then a small program will remain running that calls the Console when left clicked. Right clicking on the tray icon gives the user the option to stop the icon program. (User requested feature.) 3. Updated help file. v1.31 - July 27, 2018 1. Changed the way the display refreshes when the "Move Up" & "Move Down" buttons are used so that it refreshes faster. 2. Fixed typos in help file. v1.30 - May 20, 2018 1. Fixed bug introduced in v1.29 where manually connected mapped drives with the correct drive letter & path did not display as connected because the network was incorrect. Now, any drive that is connected will display as connected if the drive letter and path are correct even if the network is not correct. 2. Added "Move Up" & "Move Down" buttons to allow reordering of the Network Drives list (move a row up or down in the list). This is probably not an issue for 99.9% of users, but my drive list has 16 entries most of which are rarely used, but are necessary. The drive ordering is not entirely cosmetic in that when the user logs into their account, NDC checks whether to try to map a drive in the order listed. Depending on the system, this order may be important. 3. Updated help file. v1.29 - April 9, 2018 1. Updated help file. 2. Security improvements on checking for active network interface. 3. Added caps lock check when passwords are entered on top of any Windows may perform. 4. Re-architected the "Connected ?" column to filter by network. If a given drive letter was connected, and that drive letter was used multiple times, all of the instances would display the connection status even those to the other networks. This was due to the way Windows reported connection status by drive letter. Now, only the drive actually mapped for the active network(s) shows the active connection status. v1.28 - February 3, 2018 1. Fixed typo in help file & release notes. 2. Fixed bug introduced in v1.25 which triggered a password too long error in the Add/Edit dialog when the password was null. (User reported bug.) 3. Code cleanup. v1.27 - January 25, 2018 1. Security improvements on server communications when program checks for updates. 2. Security change on drive mapping database. v1.26 & earlier will not be able to correctly recognize mapped drives created or edited with v1.27 or later versions. v1.27 & later versions will however, correctly recognize mapped drives made with v1.26 & earlier versions, and automatically convert them to the v1.27 database format. This means that downgrading from v1.27 or later to v1.26 or a lower version isn't possible once mapped drives are created or modified by v1.27 or later, unless the v1.27 or later mapped drives are deleted and recreated with the older version. 3. Fixed typo in database corruption error message. 4. Updated help files. v1.26 - January 22, 2018 - Not released to public, only to one person for testing purposes. 1. Added Master Password feature to allow locking the console to prevent casual changes. (User requested feature.) 2. Fixed bug in Innosetup script where part of the uninstaller would be rerun for the number of times the NDC installation had been updated. 3. Updated help files. 4. Fixed minor bug in "Refresh List" button routine that could cause the refresh to not actually refresh the display. 5. Rewrote "Delete All Drives" routine to be more efficient and robust. 6. Fixed typo in one of the "Delete All Drives" warning messages. 7. Changed Innosetup script so that older versions of NDC are not allowed to be installed over newer versions. (v1.25 & earlier will install over newer versions.) v1.25 - January 8, 2018 1. Additional security checks on inputs with an eye towards preventing possible buffer overflows when accessing the Windows API. So now the console checks for passwords to be less than 128 characters, UserIDs less than 104 characters, Network Names less than 32 characters, Paths less than 248 characters (260 minus the 8.3's 12 characters). Note, as near as I can tell, the Windows GUI will only allow you to create UserID's as large as 20 characters, but larger ones can be created programatically. SSID's (which Windows will consider a WiFi networks "network name") are limited to 32 characters. In a future version, I may allow the user to set these sizes smaller to better match policy restrictions admins may have imposed on machines. If anyone thinks these defaults should be changed, I'd like to hear from you. 2. Code cleanup. 3. Added post install one-time check for updates. While my site & CNET are the only sites I support, many others now carry NDC and some don't update their setups often. 4. Compiler set to optimize for minimum size of binaries rather than speed. (NDC is not a numerically intensive program so the speed hit is negligible.) 5. Innosetup script change to display welcome screen showing the version about to be installed. 6. Help file updated. Typos fixed. Support link added. 7. Help menu area reorganized. Support menu selection added. 8. Added system calls to update system icons faster in strategic places within the program. (User requested feature.) v1.24 - December 15, 2017 1. Fixed bug where the "present drive" could disappear when the edit dialog was open. (User reported bug.) 2. Added the "present drive" to the drive list when the edit dialog is open. 3. Changed how the edit & add dialog behaves when conflict warnings are acknowledged by the user. Now the dialog stays present making corrections easier. 4. Updated Help file. v1.23 - December 13, 2017 1. Updated Help file. 2. Fixed typo in manual update check message dialog. 3. Fixed bug introduced in v1.21 where when editing an existing mapping, hitting the Cancel button on the edit dialog causes the last mapping on the list to be deleted. (User reported bug.) 4. Fixed bug where when editing an existing mapping, hitting the Save button on the edit dialog can cause the dialog to hang. (User reported bug.) v1.22 - December 10, 2017 1. Updated Help file. 2. Added System-menu box in the console's main dialog title bar (X in upper right that can close the application). (User requested feature.) 3. Added Minimize button in the console's main dialog title bar (_ in upper right that can minimize the application). (User requested feature.) 4. When adding or editing a drive, if a network has been selected in the "Network Name" box, then the available driver letters in the "Drive" box is filtered of any drive letters already taken by prior network mappings on that network removed. The drive list was already filtered to remove drive letters already assigned to hard/optical drives. One can still manually type any drive letter into the box, but if a conflict is created the user is warned & the configuration is not saved. (User requested feature.) 5. Minor code cleanup to Innosetup installer script. 6. Added Windows & Mircosoft trademark statement when dialog shown when "About" menu option chosen. v1.21 - November 26, 2017 1. Set Innosetup to only allow the installer to run if Windows Vista or higher. 2. Enhanced logging info. 3. Enhanced OS determination by displaying the OS build version (helps me when dealing with Windows 10 related bugs). 4. Added ability for anonymous connections to mapped drives (i.e. no UserID), in which case the user leaves the User ID field blank of the Add/Edit dialog. (User requested feature.) 5. Added ability to leave NDC settings intact during an uninstall in case NDC is reinstalled later. Windows won't be able to use saved NDC settings to do any drive mapping. (Default is to not delete all NDC settings.) 6. Fixed bug where hitting cancel on a "Clone + Edit" could result in a duplicate drive being created & automatically saved. 7. Updated Help file. v1.20 - November 4, 2017 1. Minor security improvements. 2. Reorder TAB order on main dialog. (User reported bug.) 3. Reorder TAB order on secondary dialog. (User reported bug.) 4. Added more input validations. 5. Added a wildcard selection (*) for Network name, so that one can use NCD to mount drives for all networks. (User requested feature.) 6. Added check to prevent wild card Network from conflicting with a non-wildcard mapping. 7. Change the start delay from being in minutes to being in seconds. (User requested feature.) 8. Added Innosetup mod to convert the existing startup delay (if there is one) from minutes to seconds if upgrading from v1.19 or lower. 9. Updated Help file. v1.19 - October 18, 2017 1. Removed Redpill virtual machine (VM) Check. Only use RDTSC counter method for VM checking. Redpill seemed to cause problems with Hyper-V under Windows 2016 Server. (User reported bug.) 2. Added operating system check. Part of debugging issue fixed by #1 above. 3. Added OS identification when dialog shown when "About" menu option chosen. 4. Updated Help file. 5. Fixed issue in Innosetup where not all items always appeared in the Windows start menu. v1.18b - October 17, 2017 - Not released to public, only to one person. 1. Removed virtual machine (VM) Check as part of debugging Windows 2016 Server issue. (User reported bug.) v1.18 - August 12, 2017 1. Updated Help file. 2. Added a check when a drive is added, so that it does not conflict with an existing mapping. i.e. You can't have more than one entry where both the Network Name and Drive Letter are the same as some other entry. 3. Indicates if a WebDav mapping reports it is encrypted. v1.17 - July 19, 2017 1. Changed how drives mapped with no password are displayed. 2. Fixed bug where trailing "/" in path (for SMB, CIFS or Netbios paths) would cause problems. (User reported bug.) v1.16 - June 26 2017 1. Fixed typo in download file name. 2. Provided allowance for shares where the password is blank. (User requested feature.) 3. Updated help files. v1.15 - April 20, 2017 1. Display refresh on Console run as separate thread. This can sometimes speed up the screen refreshing. 2. Add a "remove all mapped drives" menu option. 3. Additional Innosetup changes to facilitate a cleaner uninstall process. 4. Fixed issue that started happening after the April 11, 2017 Windows Updates where the program would hang trying to refresh the drives list when connected to a VPN. v1.14 - December 18, 2016 1. The add mapped drive dialog drop-down list of drive letters now lists all drive letters not already used by the PC's internal hard drives & optical drives. (One has always had the ability to assign any drive letter by typing it in, even those letters not in the drop-down list,and that feature still exists.) 2. Minor display bug fix. 3. Help file updated. v1.13 - December 15, 2016 1. Add network type for active connections. 2. Moved log files to the users Documents folder in a "NDC Logs" subdirectory. This allows the logging to work even if not run with Administrator privileges. Also, this more consistent with the fact that the NDC settings are user specific. v1.12 - December 5, 2016 1. Added ability for user to turn on logging that generates local log files to disk to help me or them to diagnose problems. No credential info is every written to the log files, however the server path is. Files are not erased, so they can accumulate and take up disk space, so leaving this turned on is not recommended. (Default is off for privacy. User needs to opt-in.) 2. Minor help file improvements. 3. Added WebDAV protocols to types of drive mappings. See caveats in help file in the "Permissions & Other Issues" section. 4. Updated help files to include WebDAV. 5. Minor bug fix on menus. 6. Fixed bug in Inno Setup installer script that pointed to outdated product URL. v1.11 - November 19, 2016 1. Minor cleanup of look to the Network Drives list. 2. Minor errors in help file corrected. 3. Minor error checking improvements. 4. Security improvements in variable handling, mainly additional explicit overwriting of RAM holding sensitive info once that info is no longer needed before releasing the RAM to the Operating System. 5. Minor change to the version check to detect an error with the remote server. v1.10 - October 16, 2016 1. Added "Clone + Edit Drive" button to make it easier to duplicate a drive to be connected to via another Network name. 2. Security improvements to memory handling & network mapping storage. v1.9 & earlier will not be able to correctly recognize mapped drives created or edited with v1.10 or later versions. v1.10 & later versions will however, correctly recognize mapped drives made with v1.9 & earlier versions. This means that downgrading from v1.10 or later to v1.9 or a lower version isn't possible once mapped drives are created or modified by v1.10 or later, unless the v1.10 or later mapped drives are deleted and recreated with the older version. 3. Minor bug fixes. v1.9 - August 4, 2016 1. Fixed bug in Inno Setup installer script that could cause an error when NDC is first run after installation. 2. Minor code cleanup. v1.8 - June 4, 2016 1. Added user adjustable time delay after logon before attempting to map drives. This can be useful if the PC is on a network that takes a long time to stabilize its network connections. v1.7 - April 13, 2016 1. Updated copyright notice. 2. Fixed minor display bug in Network Drives list where multiple drives could sometimes inadvertently be selected. 3. Added an optional improved detection method for whether network is up & running sufficiently to connect drives by adding an "aggressive" mode for network detection. (Default is off for privacy. User needs to opt-in.) v1.6 - Feb 28, 2016 1. Added detection for when web.com (who hosts my site) is having reliability problems, and when that occurs, the update check will not offer an upgrade. v1.5 - Feb 4, 2016 1. Fixed minor display bug in Network Drives list. v1.4 - Jan 7, 2016 1. Security improvements to memory handling such as tighter explicit overwriting of RAM holding sensitive info once that info is no longer needed. v1.3 - Oct 20, 2015 1. Added mutex checking to prevent multiple instances of program from running at the same time. v1.2 - Oct 3, 2015 1. Added ability for user to force the console to manually check for updates. 2. Added ability for user to turn on automatic checking for updates on logon & when console is opened. (Default is off for privacy. User needs to opt-in.) v1.1 - Sept 30, 2015 1. Added ability to edit existing network drive mapping. v1.0 Initial Release - Sept 14, 2015 Network Drive Control was developed & tested on a Windows 7 Ultimate 64-bit SP1 machine though versions 1.20. From v1.21 onward, Network Drive Control is developed & tested on a Windows 10 Professional 64-bit machine. Network Drive Controller has been specifically tested before release of v1.0 on the following types of machines: Windows 7 Professional 32-bit SP1 (virtual machine) Windows 7 Professional 64-bit SP1 (real machine) Windows 7 Enterprise 32-bit SP1 (real machine) Windows 7 Enterprise 64-bit SP1 (both real & virtual machines) Windows 7 Ultimate 64-bit SP1 (real machine) Windows 10 64-bit (virtual machine) For minor revisions, Network Drive Controller is tested on the following types of machines: Windows 7 Professional 32-bit SP1 (virtual machine) Windows 7 Enterprise 64-bit (real machine) Windows 10 Professional 64-bit (real machine) Windows 10 Enterprise 64-bit (virtual machine) Windows 11 Pro 64-bit (virtual machine) Interactions with users has resulted in Network Drive Controller being tested at least once (usually on a user's machine as part of solving a problem for the user) on the following types of machines: Windows Server 2016. Microsoft® and Windows® are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.