Category: Tech Tips

  • Logitech Mouse Hitching in Windows 10 Fixed

    Logitech Mouse Hitching in Windows 10 Fixed

    My Logitech G502 was plaguing me with intermittent hitching. Sometimes it would work great for days and other times it would be barely usable. I assumed it was a driver or Windows issue. I tried many suggested solutions and none of them worked. The problem even pursued me through a major computer platform upgrade from Intel to AMD. The common denominator ended up being the mouse itself.

    I installed Logitech G Hub and poked around until I discovered that I was able to edit the onboard settings of the mouse.

    The Surface Tuning was set to custom. I changed it to default and it started behaving perfectly.

  • Repair error 3371 status code 11118 in Quickbooks

    I have used this solution in two different situations when I changed hard drives in computers by imaging the old one. I ripped it from here for the sake of preserving knowledge. I don’t trust Intuit.
    If the encrypted file containing your licence number and product code is damaged, QuickBooks will not open, and might display an error message. In those situations, deleting the entitlement file and reentering your license and product information may resolve the issue.

    To rename the entitlement file (QB 2013):

    1. Close QuickBooks if it’s open.
    2. Open the entitlement data folder for your operating system and version of QuickBooks.
      1. On your keyboard, press Windows + R to open the Run window.
      2. Enter (or copy and paste) the following information, and then press Enter
        1. QuickBooks 2013-2016 and Enterprise 13.0: C:\ProgramData\Intuit\Entitlement Client\v8
    3. Right-click the EntitlementDataStore.ecml file and select Delete.
    4. Click Yes to confirm you want to delete the file.
    5. Open QuickBooks, open your company file, and follow the instructions to register the application.

    Thank you IntuitVince

  • How to Add or Change the Manufacturer Information for your Computer

    If you build your own computers, you will occasionally notice in various places that the manufacturer of your computer is listed as unknown. The system properties applet will show the information you place using this method.

    Add or Change the Manufacturer Information for your Computer

    1. Open the Registry editor.
      • Click Start, type regedit.exe and press ENTER
    2. Navigate to the following location
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation

      Note: If the OEMInformation key is missing, you’ll need to create one manually.

    3. Create string values (REG_SZ) and add matching data, as per the table below:
      Value name Data Value type
      Logo <Path to your logo file>* REG_SZ
      Manufacturer <System manufacturer name> REG_SZ
      Model <System Model number> REG_SZ
      SupportHours <Support hours> REG_SZ
      SupportPhone <OEM Support Phone number> REG_SZ
      SupportURL <OEM Support URL> REG_SZ
    4. Exit Registry Editor.
    5. * Note: Logo is ignored on Windows 10 Anniversary. The logo should be a 32 bit or flaked 24 bit image BMP file with the dimension of 120×120. Logos larger than 120×120 pixels are scaled to 120×120.

    Shamelessly copied from here for knowledge redundancy.

  • Restore Windows Photo Viewer in Windows 10

    Restore Windows Photo Viewer in Windows 10

    If you would like to use and or restore Windows Photo Viewer as your default photo viewer in Windows 10, this write-up is for you. askvg.com

  • Move Primary Domain Controller to New Server

    Copied from Ali’s Blog (link removed because blog is now dead) for my own convenience and for the sake of knowledge redundancy.
    Here is a High Level process of migrating from a server 2003 PDC to 2008R2 PDC (Or to any new windows server):
    1.     Configure a new server 2008 R2
    2.     Join to the domain
    3.     Run adprep /forestprep on the server 2003 PDC (This can be found in the tools directory of Server2008r2 dvd)
    4.     raise the Domain and forest functional levels to 2003 in Active Directory Domains & Trusts
    5.     Run adprep /domainprep on the server 2003 pdc
    6.     Run DCpromo to add it as secondary DC, make the new server a GC and DNS server
    7.     Move all 5 FSMO roles to the new server (See Below)
    A.    Schema
    B.    Domain Naming
    C.    RID
    D.    PDC Emulator
    E.    Infrastructure
    8.     Leave the two servers to replicate for an acceptable period.
    9.     Run DCpromo on the old server and demote from DC role.
    A.    Note that this is an important step to decommission the server properly from the network
    B.    If this step is skipped, the new server will still have all the traces of the old server in DNS and everywhere
    C.    This may cause issues down the line.
    10.  Once the server is gracefully decommissioned, take it off the domain
    11.  Shut down and remove from network.
    Further details shamelessly copied from KB 324801
    FSMO Roles
    In a forest, there are at least five FSMO roles that are assigned to one or more domain controllers. The five FSMO roles are:
    ·      Schema Master: The schema master domain controller controls all updates and modifications to the schema. To update the schema of a forest, you must have access to the schema master. There can be only one schema master in the whole forest.
    ·      Domain naming master: The domain naming master domain controller controls the addition or removal of domains in the forest. There can be only one domain naming master in the whole forest.
    ·      Infrastructure Master: The infrastructure is responsible for updating references from objects in its domain to objects in other domains. At any one time, there can be only one domain controller acting as the infrastructure master in each domain.
    ·      Relative ID (RID) Master: The RID master is responsible for processing RID pool requests from all domain controllers in a particular domain. At any one time, there can be only one domain controller acting as the RID master in the domain.
    ·      PDC Emulator: The PDC emulator is a domain controller that advertises itself as the primary domain controller (PDC) to workstations, member servers, and domain controllers that are running earlier versions of Windows. For example, if the domain contains computers that are not running Microsoft Windows XP Professional or Microsoft Windows 2000 client software, or if it contains Microsoft Windows NT backup domain controllers, the PDC emulator master acts as a Windows NT PDC. It is also the Domain Master Browser, and it handles password discrepancies. At any one time, there can be only one domain controller acting as the PDC emulator master in each domain in the forest.
    You can transfer FSMO roles by using the Ntdsutil.exe command-line utility or by using an MMC snap-in tool. Depending on the FSMO role that you want to transfer, you can use one of the following three MMC snap-in tools:
    Active Directory Schema snap-in
    Active Directory Domains and Trusts snap-in
    Active Directory Users and Computers snap-in
    If a computer no longer exists, the role must be seized. To seize a role, use the Ntdsutil.exe utility. 
    For additional information about how to use the Ntdsutil.exe utility to seize FSMO roles, click the article number below to view the article in the Microsoft Knowledge Base:
    255504 Using Ntdsutil.exe to Seize or Transfer the FSMO Roles to a Domain
    Transfer the Schema Master Role
    Use the Active Directory Schema Master snap-in to transfer the schema master role. Before you can use this snap-in, you must register the Schmmgmt.dll file. 
    Register Schmmgmt.dll
    1.    Click Start, and then click Run.
    2.    Type regsvr32 schmmgmt.dll in the Open box, and then click OK.
    3.    Click OK when you receive the message that the operation succeeded.
    Transfer the Schema Master Role
    1.    Click Start, click Run, type mmc in the Open box, and then click OK.
    2.    On the File, menu click Add/Remove Snap-in.
    3.    Click Add.
    4.    Click Active Directory Schema, click Add, click Close, and then click OK.
    5.    In the console tree, right-click Active Directory Schema, and then click Change Domain Controller.
    6.    Click Specify Name, type the name of the domain controller that will be the new role holder, and then click OK.
    7.    In the console tree, right-click Active Directory Schema, and then click Operations Master.
    8.    Click Change.
    9.    Click OK to confirm that you want to transfer the role, and then click Close.
    Transfer the Domain Naming Master Role
    1.    Click Start, point to Administrative Tools, and then click Active Directory Domains and Trusts.
    2.    Right-click Active Directory Domains and Trusts, and then click Connect to Domain Controller.

    NOTE: You must perform this step if you are not on the domain controller to which you want to transfer the role. You do not have to perform this step if you are already connected to the domain controller whose role you want to transfer.

    3.    Do one of the following:
    o  In the Enter the name of another domain controller box, type the name of the domain controller that will be the new role holder, and then click OK.

    -or-

    o  In the Or, select an available domain controller list, click the domain controller that will be the new role holder, and then click OK.
    4.    In the console tree, right-click Active Directory Domains and Trusts, and then click Operations Master.
    5.    Click Change.
    6.    Click OK to confirm that you want to transfer the role, and then click Close.
    Transfer the RID Master, PDC Emulator, and Infrastructure Master Roles
    1.    Click Start, point to Administrative Tools, and then click Active Directory Users and Computers.
    2.    Right-click Active Directory Users and Computers, and then click Connect to Domain Controller.

    NOTE: You must perform this step if you are not on the domain controller to which you want to transfer the role. You do not have to perform this step if you are already connected to the domain controller whose role you want to transfer.

    3.    Do one of the following:
    o  In the Enter the name of another domain controller box, type the name of the domain controller that will be the new role holder, and then click OK.

    -or-

    o  In the Or, select an available domain controller list, click the domain controller that will be the new role holder, and then click OK.
    4.    In the console tree, right-click Active Directory Users and Computers, point to All Tasks, and then click Operations Master.
    5.    Click the appropriate tab for the role that you want to transfer (RIDPDC, or Infrastructure), and then click Change.
    6.    Click OK to confirm that you want to transfer the role, and then click Close.