Calgary Computer Services | IT Consulatant | Dental Clinics | Dentists | Insurance Brokers
  • Home
  • Industries
    • Dental Clinics
    • Insurance Brokers
    • Hotels
  • Services
  • Download

How to find event id 7 BAD SECTOR on  \Device\Harddisk0\DR1

4/9/2023

0 Comments

 
Go to this website and follow the instruction to find out the device id and run chkdsk

https://community.spiceworks.com/topic/1950013-event-id-7-the-device-device-harddisk1-dr1-has-a-bad-block

community.spiceworks.com/topic/1950013-event-id-7-the-device-device-harddisk1-dr1-has-a-bad-block

0 Comments

Outlook 2013 or 2016 keeps prompting for password

18/10/2022

0 Comments

 
https://learn.microsoft.com/en-us/outlook/troubleshoot/authentication/continually-prompts-password-office-365

For newer versions of Outlook
Run a self-diagnostics tool

You may be a Microsoft 365 customer who is experiencing the error that is described in the "Symptoms" section when you try to connect to an Exchange Online mailbox. You may also already be running newer versions of Outlook 2013 or Outlook 2016. If both conditions are true, you can run diagnostics to determine the issue that might cause the error. The diagnostics will perform automated checks and provide possible solutions to fix the detected issue.

Select Diag: Outlook keeps asking for my password to launch the diagnostic or click the link below
https://aka.ms/SaRA-OutlookPwdPrompt

0 Comments

How to hide specific user accounts from the sign-in screen on Windows 10

13/1/2022

0 Comments

 
1. Go to Registry
2. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
3. Create a new key - SpeicalAccounts
4. Create a new key - UserList
5. Create a new DWORD(32-bit) entry - SysAdmin
6. Leave the value as 0 to hide it.
0 Comments

Microsoft FixIt Tools

13/1/2022

0 Comments

 
What it fixes
The troubleshooter helps fix problems that:
  • Corrupt registry keys on 64-bit operating systems.
  • Corrupt registry keys that control the update data.
  • Prevent new programs from being installed.
  • Prevent existing programs from being completely uninstalled or updated.
  • Block you from uninstalling a program through Add or Remove Programs (or Programs and Features) in Control Panel.

Go to Microsoft Download Page

0 Comments

How to delete long file name

1/8/2020

0 Comments

 
Using Robocopy to delete files that have a path and filename that is too long:
  1. Notate the folder directory path that needs its contents to be deleted.
    • Example: C:\FolderToBeCleaned
  2. From Windows File Explorer, create an empty folder anywhere on the hard drive:
    • Example: C:\EmptyFolder
  3. Open a Windows Command Prompt as an Administrator.
  4. Type the following command, replacing the example paths with yours:
    • Robocopy C:\EmptyFolder C:\FolderToBeCleaned /purge and ENTER
  5. Now you may delete the FolderToBeCleaned folder
0 Comments

How to find out Office 2010 and 2013 product key

14/6/2017

2 Comments

 
  1. Open a command prompt. For instance via:
    • Start-> All Programs-> Accessories-> Command Prompt
    • Windows XP 
      Start-> Run: cmd
    • Windows Vista, Windows 7 and Windows 8
      Start-> type: cmd
  2. In the command prompt, type the following:
    • Office 2010 (32-bit) on a 32-bit version of Windows 
      cscript "C:\Program Files\Microsoft Office\Office14\OSPP.VBS" /dstatus
    • Office 2010 (32-bit) on a 64-bit version of Windows 
      cscript "C:\Program Files (x86)\Microsoft Office\Office14\OSPP.VBS" /dstatus
    • Office 2010 (64-bit) on a 64-bit version of Windows 
      cscript "C:\Program Files\Microsoft Office\Office14\OSPP.VBS" /dstatus
    • Office 2013 (32-bit) on a 32-bit version of Windows 
      cscript "C:\Program Files\Microsoft Office\Office15\OSPP.VBS" /dstatus
    • Office 2013 (32-bit) on a 64-bit version of Windows 
      cscript "C:\Program Files (x86)\Microsoft Office\Office15\OSPP.VBS" /dstatus
    • Office 2013 (64-bit) on a 64-bit version of Windows 
      cscript "C:\Program Files\Microsoft Office\Office15\OSPP.VBS" /dstatus
  3. You should now get a screen with some license details such as the license name, type and the last 5 characters of the Product Key.
Picture
2 Comments

Windows 7 Update stuck forever after fresh installation

24/12/2016

1 Comment

 
You might have installed Windows 7 from scatch. Since then, you notice that Windows Update will take hours or even days while checking for updates, It can also occcur if you have not checked for updates for an extensive period of time or you installed Windows 7 system long ago without checking for updates. Even you have you may have Windows 7 SP1 installed.

According to Microsoft website, this issue occurs because Windows Update itself nees two updates, creating a bit of a catch-22. As soon as you these two updates are installed. all other updates should work without any problem.

Here is the instruction from Microsoft about how to fix the Windows Update Stuck

1. Go to Windows Update page
2. Change Setting to "Never Check for Updates (Not recommended)"
3. Restart computer
4. After the computer restarts, download the following update manually and install them one by one.
5. Install KB3020369 first
6. Install KB3172605 second, then restarts the computer
7. After the computer starts, wait for 10-15 minutes before going to next step
8. Go back to Windows Update page
9. Change Setting back to "Automatic"
10. Check Windows Update, it may take about 15 to 30 minutes to find the update.

For 64-bit editions of Windows 7, download these updates:

KB3020369, April 2015 servicing stack update for Windows 7 (64-bit version)
KB3172605, July 2016 update rollup for Windows 7 SP1 (64-bit version)

For 32-bit editions of Windows 7:, download these updates:

KB3020369, April 2015 servicing stack update for Windows 7 (32-bit version)
KB3172605, July 2016 update rollup for Windows 7 SP1 (32-bit version)


1 Comment

MacOS not able to install software and error of "your app is damaged and can’t be opened. You should eject the disk image."

5/11/2016

0 Comments

 
Issue: 
You may get an error message similar to below when you install software
“Photoshop Update” is damaged and can’t be opened. You should eject the disk image.“Photoshop Update” is on the disk image “Photoshop_Update.dmg”. Safari downloaded this disk image today at 6:51 PM from www.adobe.com.

Reason:
This is due to the GateKeeper security feature added in OS X 10.8 (Mountain Lion). In MacOS Sierra, it is a compulsory that all applications have to be identified developer or downloaded directly from AppStore. 

Workaround:
We need to remove the attributes added by MacOS when the application is downloaded from the internet.

​Open Application>Utilities>Terminal.app, and type the following.
xattr -c /Users/******/Downloads/*******.dmg   (make sure that is the correct path to the correct installation file you are having problems with.)

If you get no error, you may run the software again.

0 Comments

Office 365 - How send email using Office 365 smtp server

18/11/2015

1 Comment

 
Do you want to connect your photocopier to scan document directly to email through Microsoft Office 365 server?
  1. You need to have Microsoft Office 365 administrator account
  2. Find out your IP address by going to http://whatismyip.com
  3. Log on to Microsoft Office 365 and go to Admin page
  4. Go to Exchange admin center
  5. Select Mail Flow>Connectors
  6. Click the "plus" sign
  7. From: Your organization's email server
  8. To: Office 365 and click Next
  9. Put in a friendly name and Next
  10. Select By verifying that the IP.....
  11. Click the "plus" sign
  12. Add your office public IP address
  13. Now, from your photocopier
  14. Under STMP server: put domain-com.mail.protection.outlook.com
  15. Port number is 25
  16. No username nor password needed.
  17. Try to scan something to your email

1 Comment

Windows 2012 Standard Domain - How to remove password complexity

9/9/2015

2 Comments

 
The password does not meet the password policy requirements, just follow these steps to Disable Password complexity in Windows Server 2012

  1. In the Server Manager click on Tools and from the drop down click Group Policy Management
  2. Expand Forrest >> Domains >> Your Domain Controller.
  3. Right click on the Default Domain Policy and click on the Edit from the context menu.
  4. Now Expand Computer Configuration -> Policies -> Windows Settings -> Security Settings -> Account Policies -> Password Policy
  5. Double-click on the Passwords Must Meet Complexity Requirements option in the right pane.
  6. Select Disabled  under define this policy setting:
  7. Click Apply then OK all the way out and close the GPO window.
  8. In order to refresh the policy type the following command: “gpupdate /force”  in the CMD window and click ENTER.
Note: This only apply to Domain Controller


2 Comments
<<Previous

    Archives

    October 2022
    January 2022
    August 2020
    June 2017
    December 2016
    November 2016
    November 2015
    September 2015
    October 2014
    February 2014

    Categories

    All
    Antivirus
    Malwarebytes
    Networking

    RSS Feed

6 Varsity Estates Close NW
Calgary, AB
​T3B 5J2
Tel: (403) 462-9277
Copyright© 2004-2021 SysReady Ltd
  • Home
  • Industries
    • Dental Clinics
    • Insurance Brokers
    • Hotels
  • Services
  • Download