top of page
Email Setup

365 – mydornersolutions@gmail.com

https://account.microsoft.com/services/microsoft365/details?refd=discover.microsoft365.com#billing

 

Resize Taskbar

 

Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

 

 

Clean File [ Press Win+R]

%temp%

 

C:\Users\raymo\AppData\Roaming\Microsoft\Templates

 

Ray XPS computer

C:\Users\raymo\AppData\Roaming\Microsoft\PowerPoint

C:\Users\raymo\AppData\Roaming\Microsoft\Excel

C:\Users\raymo\AppData\Roaming\Microsoft\Word

 

Delete the file copies

"C:\Windows\Temp"

"C:\Windows\System32\LogFiles"

"C:\Windows\Prefetch"

 

 

Email Signature file

C:\Users\raymo\AppData\Roaming\Microsoft\Signatures

Type [Windows PowerShell] – Run as Administrator

How to view pdf from other users in window explore,

PS C:\WINDOWS\system32> Get-ChildItem "D:\05 Quotation & PO\05-01 Quotation\03 Quote SalesCo" -Filter *.pdf | Unblock-File

 

Paste this (for each final pdf folder)

Get-ChildItem "D:\05 Quotation & PO\05-02 Invoice\01 Inv - DM" -Filter *.pdf | Unblock-File

Get-ChildItem "D:\05 Quotation & PO\05-01 Quotation\02. LYW Quo NR" -Filter *.pdf | Unblock-File

 

Get-ChildItem "D:\05 Quotation & PO\05-04 PO\01 PO - General" -Filter *.pdf | Unblock-File

Get-ChildItem "D:\05 Quotation & PO\05-04 PO\01 PO - Ms. Agnes" -Filter *.pdf | Unblock-File

Get-ChildItem "D:\05 Quotation & PO\05-04 PO\02 PO - Cv" -Filter *.pdf | Unblock-File

Get-ChildItem "D:\05 Quotation & PO\05-04 PO\03 PO - DG Leader" -Filter *.pdf | Unblock-File

Get-ChildItem "D:\05 Quotation & PO\05-04 PO\04 PO - LiMing" -Filter *.pdf | Unblock-File

Get-ChildItem "D:\05 Quotation & PO\05-04 PO\01 PO - General" -Filter *.pdf | Unblock-File

 

*** This is not accurate (Get-ChildItem "C:\Users\raymo\Downloads" -Filter *.pdf | Unblock-File)

bottom of page