Calendar
Categories
Recent Comments
Meta
Category Archives: Technical
Office Add-ins Office-js Cache location
Finally found this. I couldn't clear the cache of headers and footers applied. Therefore, all the revised template uploads weren't reflecting any changes. But delete all files/folders in: %LOCALAPPDATA%\Packages\Microsoft.Win32WebViewHost_cw5n1h2txyewy\AC\#!123\INetCache\does the trick! I wonder if I could use this on Al's … Continue reading
Reset Quick Access/Recent Files in Windows 10
This caused some files not able to be removed or added in the Recent Files/Quick Access section in File Explorer. Solution:Run cmd as admin: del /F /Q %APPDATA%\Microsoft\Windows\Recent\*del /F /Q %APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations\*rem del /F /Q %APPDATA%\Microsoft\Windows\Recent\CustomDestinations\*taskkill /f /im explorer.exestart explorer.exe
Posted in Technical
Leave a comment
Visual Studio: Code changes sometimes don't take effect
Solution (Thanks to tuxedo25 ) It sometimes happens that some files "are being used by another process". Close your solution and delete all "bin" and "obj" subfolders of all your projects that are included in the solution. Then open your … Continue reading
Posted in Technical
Leave a comment
Fell off from scooter
Last Saturday, after buying some sweet corns (mmm...they are sweet indeed) from the farm near our house, Willy (that chicken) decided to go take the inner neighborhood route home instead of the shorter, better, bigger Brodentown Ave road. So in … Continue reading
Posted in Faults, Technical
Leave a comment
Microsoft Word Javascript Add-in API
Learning this in order to replace the old 32 bit VBA macro template add-in for my company's letterheard wizard. Now I learn that the JS API doesn't import contents from a local file, but it could read from OoXML, which … Continue reading
Posted in Technical
8 Comments
Sharepoint Designer Can't save Workflows
Solution: Install SharePoint Online Management Shell, use PowerShell to connect to Sharepoint Online as global admin, run: Set-SPOSite <siteURL> -DenyAddAndCustomizePages 0
Posted in Technical
Leave a comment
Choosing Power Supply Adapter
To clear the confusion of what Amperage adapter to use, this is a good source to read: Voltage Rating If a device says it needs a particular voltage, then you have to assume it needs that voltage. Both lower and … Continue reading
Posted in Technical
Leave a comment
My Folding Floor Chair & Desk Idea
Basically, this folds into a briefcase. I don't think this idea is out there yet. But it's not very complicated. It's meant to be very portable. The hinges on the desk allows the desk board to be swivel open, to … Continue reading
Posted in Authoring, Projects, Technical
Leave a comment
How Do I Save Messages Sent From A Shared Mailbox To The Sent Items Folder Of The Shared Mailbox?
Exchange 2013/2016( https://kb.intermedia.net/Article/34469##exch )This is because when a user sends/replies as/on behalf of a shared/other mailboxes, the mails are saved under the Sent Items folder of that user's personal account instead of the shared/other mailbox's Sent Items folder. The following … Continue reading
Posted in Technical
Leave a comment
How to connect to Wifi automatically (i.e. after reboot, etc.) while still connected to ethernet
I have this problem at work when trying to have a device maintain connection to a HP Printer (Laserjet Pro M477fnw) via Wi-Fi Direct. Because it is also connected to the internet via Ethernet, the Wifi-Direct hotspot in the printer … Continue reading
Posted in Technical
Leave a comment