• 0

Office 2013 Performance


Question

Hey All

I have been using Office 2013 for a few days now and its got some cool animations and eye candy.

My problem though is with the Outlook performance. I have 3 email accounts, 1 POP account and 2 Exchange accounts. There are also PST folders attached to these accounts. Now, I've noticed that when i switch between the 3, it constantly come up with the error that your personal folders did not close properly and need to be checked. In some cases, it kills Outlook and I need to restart the PC to get back into the email. Before the upgrade to 2013, the PST files where in 100% condition.

Has anyone experienced this and if so is there something I could do? I remember this being an issue in 2007 and they needed a service pack to sort it out.

In the meantime, I've gone back to 2010 and its works fine.

Thanks

Link to comment
https://www.neowin.net/forum/topic/1116171-office-2013-performance/
Share on other sites

11 answers to this question

Recommended Posts

  • 0

You realize that TechNet licenses are supposed to be for evaluating the software by IT Professionals, not as your main system?

The reason I think this is because you switched back to 2010, that tells me you are not using it for testing, but rather for your production system as you are accessing email accounts you need email from.

I usually wait until a new version has been out for a while so they can release patches as there is almost always some issue with the initial RTM version.

Wait until the final version is released next year and buy a license for it. I know this because I also used to have a TechNet subscription a few years ago.

  • 0

been having issues with people not getting my emails with outlook 2013 prev. very annoying! or sometimes they send and sometimes they stay outbox.

Also word is annoying with inserting images.

  • 0

Emails with attachments containing certain file types get blocked. I always unblock my Outlook with the following regfile.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Security]
"Level1Remove"=".ade;.adp;.app;.asp;.bas;.bat;.cer;.chm;.cmd;.com;.cpl;.crt;.csh;.exe;.fxp;.hlp;.hta;.inf;.ins;.isp;.its;.js;.jse;.ksh;.lnk;.mad;.maf;.mag;.mam;.maq;.mar;.mas;.mat;.mau;.maw;.maw;.mda;.mdb;.mde;.mdt;.mdw;.mdz;.msc;.msi;.msp;.mst;.ops;.pcd;.pif;.prf;.prg;.pst;.reg;.scf;.scr;.sct;.shb;.shs;.tmp;.url;.vb;.vbe;.vbs;.vsmacros;.vss;.vst;.vsw;.ws;.wsc;.wsf;.wsh"

  • 0

Here's a VB Script to check what extensions you are able to receive.

You can also add more by separating the file extensions with a semi-colon. e.g. .bat;.cmd;.exe


'Allows attachments you specify to be opened in Outlook 2013
Option Explicit
On Error Resume Next
Dim WshShell, p1, n, errnum, statusmsg, attachments
Set WshShell = WScript.CreateObject("WScript.Shell")
p1 = "HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Security\Level1Remove"
statusmsg = "Attachments"
Err.Clear
n = WshShell.RegRead (p1)
errnum = Err.Number
Err.Clear
On Error Goto 0
If errnum <> 0 Then
statusmsg = "No attachments currently allowed" & vbCR
statusmsg = statusmsg & "Add your desired file extensions." & vbCR
statusmsg = statusmsg & "Extensions must be separated by a semi-colon. "
statusmsg = statusmsg & "Example: .bat;.com;.exe;.msi;.vbs"
Else
attachments = n
n = ""
statusmsg = "Attachments currently allowed are:" & vbCR
statusmsg = statusmsg & "Add more extensions, or remove existing ones." & vbCR
statusmsg = statusmsg & "Extensions must be separated by a semi-colon. "
statusmsg = statusmsg & "Example: .bat;.com;.exe;.msi;.vbs"
End if
n = InputBox(statusmsg, "Attachments!", attachments)
If n <> "" Then
WshShell.RegWrite p1, n, "REG_SZ"
MsgBox "The following attachments: " & vbCR & n & vbcr & "can now be opened in Outlook 2013.", 4096, "Finished"
End If
[/CODE]

  • 0

I'm using the MSDN version with an exchange account and two hotmail accounts and I haven't experienced this issue so I don't think it's a bug with the RTM version.

As of today, volume licensing is RTW (via all volume licensing programs, including Dreamspark Premium), so it's quite possible he could indeed have legal access.

I have three accounts as well - POP3 (ISP), IMAP (GMail) and EAS (Outlook.com), and this is easily the most pain-free, and best-performing, Outlook yet. In fact, it outperforms Outlook 2010 with just POP3 and IMAP configured on the same hardware. If you're running Windows 7 or 8, *this* is the Outlook you should be using.

This topic is now closed to further replies.
  • Posts

    • Audacious 4.6.1 by Razvan Serea Audacious is a lightweight, open-source audio player that emphasizes simplicity, performance, and sound quality. Designed for Linux, Windows, and macOS, it supports a wide range of audio formats, internet radio streaming, and playlist management. Users can customize the interface with Winamp-style skins or modern themes, making it flexible for different preferences. Audacious also includes an equalizer, advanced audio effects, and a plugin system for extending functionality. Its low resource usage makes it especially suitable for older computers or users who value efficiency without sacrificing playback quality. Audacious key features: High audio quality – delivers clean, gapless playback with minimal distortion. Wide format support – plays MP3, FLAC, Ogg Vorbis, AAC, WAV, WMA, and more. Internet radio streaming – supports Shoutcast, Icecast, and other online streams. Winamp skin support – classic, nostalgic look for users who prefer the old-school style. Modern GTK-based interface – clean, simple UI with a more modern feel. Customizable themes – change appearance through skins and themes. Advanced playlist management – organize, save, and edit playlists with ease. Equalizer – fine-tune audio output with a built-in graphical equalizer. Audio effects – built-in DSP options like crossfade, replay gain, and more. Plugin system – extend functionality with additional components. File metadata support – displays and organizes music based on tags. Drag-and-drop support – quickly add songs or playlists. Global hotkey support – control playback without switching windows. Bit-perfect output modes – bypass system mixers for pure audio output. ReplayGain support – normalizes track loudness automatically. Cue sheet support – play entire albums from a single audio file with .cue. MPRIS2 integration – integrates with Linux desktop environments for media controls. Advanced resampling options – adjust playback quality with different resampler settings. Gapless playback – seamless transition between tracks encoded properly. Crossfade plugin – blend one song into the next smoothly. Last.fm scrobbling plugin – track listening history online. Remote control support – control Audacious via command-line or scripts. Lyrics plugin – display song lyrics if available. Alarm / timer plugin – start or stop playback at set times. SOX resampler plugin – high-quality resampling for audiophiles. Spectrum analyzer / visualization plugins – visual feedback while playing music. Headphone crossfeed effect – simulates speaker listening for headphones. Customizable buffer size – tweak latency and playback smoothness. Audacious 4.6.1 changelog: Use XDG cache dir to store temporary files (#1817) Accept embedded lyrics in more cases (#1818) Bump .so and plugin ABI versions retrospectively (#1819) Include Georgian translation (#1820) Fix build on systems using musl instead of glibc (#1823) Download: Audacious 4.6.1 | 48.2 MB (Open Source) Download: Portable Audacious 4.6.1 | 69.8 MB View: Audacious Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I really wonder if this has to do with the built in VPN or "private DNS" of browsers that trip up legal requirements like cookie consent and Cloudflare (to avoid all the botnet attacks we get). And BTW some botnets still manage to get past Cloudflare, we are constantly having to tweak it to block malicious traffic that ultimately cause a DDoS.
    • CPPC states can also be messed around with in most UEFI settings but aren't as robust as the ones that the Windows Scheduler can provide! Make sure you look into what your motherboard also has before customizing for the Windows Scheduler.
  • Recent Achievements

    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      518
    2. 2
      +Edouard
      199
    3. 3
      PsYcHoKiLLa
      147
    4. 4
      ATLien_0
      93
    5. 5
      Steven P.
      79
  • Tell a friend

    Love Neowin? Tell a friend!