# File lib/chef/knife/windows_bootstrap.rb, line 87
      def unmount_admin_share
        if @add_mount && is_mounted
          Chef::Log.debug("Unmounting #{@admin_share}")
          @net_use.delete
        end
      end