Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
Developing an office 365, outlook add-in. Changed the add-in icon (Basically just replaced the old icons with new one. Icons have the same name.). Icon comes up fine on OWA but on Outlook 2016 add-in still, shows the old icon.
Troubleshooting steps till now :
Uninstall reinstall add-in => no effect.
Uninstall add-in, restart Outlook 2016, reinstall add-in => no effect.
Reset customizations from 'Customize Ribbon' option inside 'Outlook Options' => no effect.
Restarted server => no effect
validate-office-addin shows 'manifest.xml' as valid.
You need to delete the local cache. Delete the contents of %LOCALAPPDATA%\Microsoft\Office\16.0\Wef\
I resolved it by simply renaming the icon files and updating the manifest files accordingly.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
Microsoft released Windows terminal as a Microsoft Store app. How to add it to the context menu or replace 'Open Powershell window here' with it ?
There might have been several approaches discussed everywhere, but none of them is up-to-date nor offers flexibility. So I started a new open source project and provided two PowerShell scripts to help.
https://github.com/lextm/windowsterminal-shell
You can run install.ps1 as administrator in PowerShell 7 to easily add the default layout.
There are other layouts (mini and flat at this moment).
Uninstall the menu items are also easy with uninstall.ps1.
The Win-X Menu shortcuts are stored in %LOCALAPPDATA%\Microsoft\Windows\WinX and in the Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ShellCompatibility\InboxApp part of the registry, but the file explorer option is the one that really dictates what happens in the Win-X menu. I do not suggest just adding and changing stuff in the WinX folder because you could mess things up, however, the winaero.com/comment.php?comment.news.30 app in the link provides a way in which you wouldn't mess it up. Either way, you should put "%programfiles%\WindowsApps\Microsoft.WindowsTerminal_0.11.1121.0_x64__8wekyb3d8bbwe\WindowsTerminal.exe" in either a shortcut in the WinX folder, or in the app named accordingly.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
For Outlook on Mac, on every Outlook startup, my add-in disappears, even though it is visible on OWA. To make the add-ins visible again, i go to managed add-ins in OWA and turn them off and on again. They immediately appear on Outlook, but they disappear again at the next startup.
This issue started a few weeks ago and works fine on windows.
Does anyone have any suggestions on how to fix this or why is this happening?
You need to allow Optional Connected Experience in your Privacy Preferences.
Restart Outlook. It should work now.
I am using office 365 for business (I think it's the enterprise edition). We have some add-ins automatically deployed by the admins to all users, and users can choose whether to install some additional ones.
My pain was that I couldn't use Jira for Outlook on mac (add-in worked fine in iPhone, windows client and web).
I needed to do two things to enable the add-ins in outlook for mac. I had to quit any office application, not just outlook for the below to function.
As mentioned in another answer, you need to enable the "optional connected experiences" from Preferences -> Privacy. This will enable the store icon to appear again after you restart outlook, but add-ins were still unusable for me.
After I quit the application, I reset my outlook preferences with the OutlookResetPreferences tool, downloaded from here.
Voila, add-ins reappeared (both admin and user managed).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I have a dummy question because I nothing understand in OSX.
I use Visual Studio for Windows and build Xamarin iOS app. Visual Studio uses Mac as build server. After the build process I need to upload *.ipa file to iTunesConnect through ApplicationLoader on OSX. And I encountered a problem, I cannot find my file from ApplicationLoader.
I found that file is placed in 'Untitled/Users/alexey/Library/...etc'. But I haven't see Library folder. What does it mean?
In macOS the Library folder of the user domain is hidden by default.
To show it temporarily
In Finder open the Go menu and press the ⌥(option)-key. Choose the Library menu item.
In Finder press ⇧⌘G, type ~/Library and press return
To show it permanently
Select your home folder, press ⌘J to show the View Options and check the checkbox at the bottom.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
Does anyone know what this Outlook 2013 icon means? My Google skills are failing me this morning
I found this
Although I do not use Outlook 2013, this other forum appears to say that the icon is for drafts/edited emails in the "outbox". For some reason, it prevents you from sending that email, and disabling add-ins should fix it (they mention iCloud was the add-in which created the issue in that case).
By the way, I searched "outlook 2013 paper and pencil icon" haha.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Now that I've finnaly moved to doing some development/support work for Windows 2008 I find myself annoyed by the lack of one feature I just can't enable: the desktop shortcut to "My Computer" I've grown used to. I know how to enable this on XP and 2003, but I just can't find the setting on 2008.
How can a user configure which desktop icons (My Computer, My Documents, Recycling Bin etc) on Windows 2008 Server?
Right click on the Computer menu item on the start menu, and select 'Show on Desktop' from the context menu that pops up.
Create a Registry Editor file (.reg file) with the following content, and import it into the Registry:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000000
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000
"{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000000