Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ComputersUnlimited

    Migrating to Exchange 2019

    I migrated a server from Exchange 2010 to Exchange 2019 this weekend. I currently have two issues I need assistance with. [ol 1] This is the first Exchange 2019 server that I have worked on and with the SSL importing process being vastly different then previous versions I need a guide to make...
  2. ComputersUnlimited

    Waiting for open windows to close

    I have written a powershell script that executes CCleaner to clean the system drive of garbage files. As you most likely know for third party apps like CCleaner to clean internet cache, history etc for web-browsers the browsers need to be closed. So the first line in the script is (get-process...
  3. ComputersUnlimited

    Watching blu-ray DVDs on Windows 10

    Has anybody gotten VLC to play Blu-Ray disks on Windows 10? I have followed the instructions located here, but still cannot play the blu-ray I want to play. Everything else I have found is downloading and installing other blu-ray players, which I'd rather not do. VLC does have aacs codecs for...
  4. ComputersUnlimited

    Debugging program without VB

    The program that I have been working on is to the point where I am able to start running and testing it on other computers. It runs as intended on my notebook and desktop, however when I run it on a couple of other computers I get unhandled exception errors. Is there a way to at least know at...
  5. ComputersUnlimited

    Execute external EXE with Admin rights

    The program I am working on executes another program that requires admin rights. In attempts to get this working I have the following code Dim MyProcess As System.Diagnostics.Process = Nothing Dim MyProcessStartInfo As System.Diagnostics.ProcessStartInfo = New...
  6. ComputersUnlimited

    Pause console application

    I need to pause a console application for x seconds, but I would also like a or press any key to continue option. I know about Threading.Thread.Sleep() which will pause the application for x milliseconds and console.readkey() which waits for user input, however can the two be combined in one...
  7. ComputersUnlimited

    Determine if System drive is HDD or SSD

    I am writing a program in VB 2019 where I need to know whether the system drive is a HDD or SSD. Is this possible and if so how? Thank You
  8. ComputersUnlimited

    VB 2019 and Access 2019 64 bit

    I have a program that I have written that I now want to add access to an Access 2019 Database. However I get an error that "The microsoft.ace.oledb.12.0 provider is not registered on the local machine". I am open to using something else. MS SQL Server is an option but I do not want to install...
  9. ComputersUnlimited

    Recent Fie List

    I am working on a program where I want to add a recent file list, much like MS Office. I have added a menustrip with a ToolStripMenuItem. I have been able to add a list of recent files to the ToolStripMenuItem. However I am not able to open recent files when clicking on them in the...
  10. ComputersUnlimited

    Prevent duplicates in XML file

    The program I am working on has four combo boxes in a control array. They all contain the same items which are to be saved to an XML file which may also have some of the same values as the combo boxes. I want to prevent duplicates being saved to the XML file. What is the best way to accomplish...
  11. ComputersUnlimited

    Edit XML File

    I am trying to write a program that reads in data from an XML file, edit it and writes it back to the file or a new file. This will include adding additional tags. Although I have used VB before I have never done anything like this. What is the best way to read the data in from the XML file...
  12. ComputersUnlimited

    Data Recovery

    I am trying to recover data from a hard drive for a customer and thus far have been unsuccessful. Windows and Ubuntu see the drive, however both say it has no partition. I have tried running Get Data Back for both NTFS and FAT on it . Both say they find files but when they complete scanning the...
  13. ComputersUnlimited

    Data Recovery suggestions needed

    I am trying to recover data from a hard drive for a customer and thus far have been unsuccessful. Windows and Ubuntu see the drive, however both say it has no partition. I have tried running Get Data Back for both NTFS and FAT on it . Both say they find files but when they complete scanning the...
  14. ComputersUnlimited

    Exchange 2010 and Office 365

    I am trying to set up Outlook 2016 (365) to connect to my Exchange Server 2010 for the first time. I have 2 domains using Exchange domain1.us and domain2.us. Active Directory is setup with domain1.us I have a cert from Godaddy that can support 5 domains. It is already installed in the Exchange...
  15. ComputersUnlimited

    Cannot login into Ubuntu via SSH

    I changed the port number of ssh in the sshd_config file and was able to login via the new port number. I rebooted the server and now I cannot log in with the new port number. I can only login if I change the port back to 22. I had fail2ban, denyhosts and UFW installed prior to changing the...
  16. ComputersUnlimited

    Logging into SSH with PKI

    I am running two servers running Ubuntu Server 16.10. I am trying to configure SSH to allow logging in with PKI keys. I am trying to connect to the server from a Windows 7 computer using Putty. When I try to login to the server using the private key I get a message that says the server rejected...
  17. ComputersUnlimited

    RDP and printing

    I was not sure where to create this thread, since we use Windows 7 I figured the Windows 7 forum was the best place. The company I work for uses Quick Books (currently version 13), running on Server 2003 and in a domain. Up to this point all desktops, servers and users have been on the same...

Part and Inventory Search

Back
Top