Showing posts with label Microsoft. Show all posts
Showing posts with label Microsoft. Show all posts

28 August 2025

Can not Print Documents from MS OneDrive on MacBooks to Sharp Printers

On the screen of the physical printer, enable 'MS OneDrive'.

On user's MacBook. Open a document from MS OneDrive. File > Print.

'More Settings' > 'Printe using system dialog' > 'Printer Options' > 'Job Handling' > 'Authentication' > 'User Number'. Re-enter your password. (Password for cloud and password for local are different)

'More Settings' > 'Print Using Syetem Dialog' > 'Presets'. Choose 'SharpBP70C45 1'. 'Save Current Settings as Preset...'.

... 'Presets' > 'Edit Preset List...'. Select 'SharpBP70C45' > '-' > 'OK'.

09 January 2017

Where can I download the media / ISO for Microsoft Office 2010 Home and Business?

Where can I download the media / ISO for Microsoft Office 2010 Home and Business?

https://answers.microsoft.com/en-us/msoffice/forum/msoffice_install-mso_other/where-can-i-download-the-media-iso-for-microsoft/2ef035a8-8b45-e011-9577-d485645a8348

Follow the instructions (you'll need your product key)
Don't select DVD media (only select this if you want to pay and have a backup DVD shipped to you from Microsoft)
Continue to the download screen.
Done!

19 February 2014

Flash drive partition tool - only part of disk is shown

Download software - Microsoft DiskPart - from

http://www.softpedia.com/progDownload/DiskPart-Download-207653.html

1) Type "DISKPART" from the Command Prompt (accessible by clicking on Start and then typing "cmd" into the open field); you will then see the following prompt: DISKPART>
2) Type "LIST DISK" to see what number your USB drive is listed as.
3) Type "SELECT DISK 2" (if your USB is disk 2; replace # with your disk #); Diskpart will confirm that "Disk 2 is now the select disk."
4) Type "SELECT PARTITION 1" (this command selects what should be the only partition on your USB drive, the small one that you want to delete to get back the larger, full partition size). Diskpart will confirm with "Partition 1 is now the selected partition."
5) Type "DELETE PARTITION". This will delete the old partition. There are no warning prompts if you have existing data - make sure you have copied everything off before doing this!
6) Type "CREATE PARTITION PRIMARY" to create a new, full-size partition. Diskpart will confirm with message of "Diskpart succeeded in creating the specified partition." You can type in "LIST PARTITION" to confirm the new, full-size.
7) Type "EXIT" to leave Diskpart. You can now format your USB drive by using the standard Windows formatting process.

  1. DiskPart
  2. List Disk
  3. Select Disk #
  4. Clean
  5. Create Partition Primary
  6. Select Partition 1
  7. Active
  8. Format fs=FAT32 quick
  9. Assign