Back to Top

Tech, Web, Cloud & Cabling Services

Author Archives: Website Admin

10 ways to speed up Windows 7

You don’t have to live with a Windows 7 machine that’s becoming unbearably slow. Here are 10 basic steps that will optimize system performance.

With Windows 7, Microsoft did a really good job making the system perform well. However, over time, Windows 7 systems can slow down and need some care and feeding to regain their former glory. Further, some Windows 7 features can be leveraged to improve overall system performance. In this article, we will outline 10 steps you can take to boost the performance of your Windows 7 systems.

1: Disable unnecessary services

Not every system service that is running on a stock Windows 7 machine is necessary. A number of services can either be disabled or modified to run only when needed. Once you make these changes, the service no longer has to consume system resources and the system no longer has to spend time starting the service.

2: Reduce the number of startup items

Windows 7 systems eventually begin to suffer under the weight of software that is installed in the normal course of business. Many software titles install more than is necessary and include helper applications designed solely to make the software start up more quickly or facilitate other communication (e.g., iTunes helper). And new software installations might add a permanent presence to the system tray, even if it’s not absolutely necessary for the system to function (Steam games, for example).

You could go through your system tool by tool and remove the offending software, but you might want to keep the underlying tool around and just prevent the helper from loading. This and more can be accomplished through the use of MSconfig, a tool that has long been a part of Windows. MSconfig allows you to selectively disable startup items and take other steps toward improving overall system performance.

To use MSconfig, go to Start and in the search box, type MSconfig. From the Startup tab (Figure A), you can disable items. Just be careful about what you choose.

Figure A

Disable items to improve overall system performance.

3: Remove the bloatware installed by vendors

Microsoft’s OEMs sometimes actively work against the Redmond behemoth and sully the company’s name. Nowhere is this more evident than in the case of what has become known as “bloatware.” In the never-ending race to the bottom of the PC market, lower cost PCs have had their profit margins bolstered by OEMs through the inclusion of mostly junk software – short-term trials and the like — that does nothing but add a few dollars of profit while bringing performance to a crawl. Frankly, this is one of the reasons that I believe that Microsoft’s Surface announcement, in which Microsoft noted that it would make its own device, is brilliant. The company needs to start with a clean slate in some ways (no pun intended).

If your PC shipped with a bunch of stuff you’ll never use, get rid of that software. Generally, you can go to Start | Control Panel | Programs And Features (Figure B) and remove software you no longer plan to use. If the software adds items to the startup process, getting rid of it will make the PC start faster and, ultimately, perform better overall.

Figure B

Use Programs And Features to remove unwanted software.

4: Keep viruses and spyware off your system

If you’re running Windows, you need to be running an anti-malware program to keep viruses and spyware off your system. Nothing will ruin good performance like a boatload of spyware. Our personal favorite (and free!) tool for combating malware is Microsoft Security Essentials. In my experience, it’s been successful in catching bad stuff while not significantly degrading system performance itself.

5: Check your memory

How much RAM do you have? Is your system consuming all or most of your RAM? Does the system page out to disk? If so, you’re suffering a massive performance hit, which can be solved by adding more memory to your PC.

6: Go solid state

Solid state is all the rage these days, and with good reason. It’s fast! More and more laptops and even desktops are moving to the technology because of the performance benefits. Solid state disks use memory cells from which data can be read very quickly, as opposed to the relatively plodding nature of rotational storage. By moving to SSD, you can give your Windows 7 system renewed life — and give yourself a whole new user experience.

7: Ensure that power settings favor performance

This one is easy! When you’re plugged in, configure Windows 7’s power plans to favor performance over power savings. When you choose to use Windows 7′ high performance power plan, you might increase the computer’s performance in some (but not all) circumstances. It really depends on the kind of work you’re doing and how often you allow the computer to sit idle.

To change power plans, go to Start | Control Panel | Power Options and choose your power plan settings (Figure C).

Figure C

Go to Power Options to choose Windows 7 power plan settings.

8: Keep your system defragmented (unless you’ve followed item 6)

If you’re using a traditional spinning disk in your Windows 7 system, you can keep your system operating at peak efficiency by periodically defragmenting the hard drive. If, however, you’ve opted to go with SSD-based storage, don’t do this. First, you won’t get any performance benefit and second, you’ll significantly reduce the life of that expensive SSD.

Disk defragmentation is scheduled to take place once per week, but you can change this by going to Start | Accessories | System Tools | Disk Defragmenter (Figure D). In addition to changing the schedule, you can run an on-demand defrag from here. You can also run a defrag from the command line instead of from a GUI.

Figure D

You can schedule a defrag in the Disk Defragmenter dialog box.

9: Disable or tune search indexing

Windows 7’s search is good, but it can also affect system performance. If you really need to run a tool at full tilt, you can disable indexing altogether. Or you can tune the indexer to meet your specific needs, possibly reducing its overall impact on system performance.

10: Use ReadyBoost

Perhaps you don’t want to jump into the solid-state game right away but would like some of the benefit that can be had from flash-based storage. Using nothing more than a USB stick, you can do so through a Windows 7 feature known as ReadyBoost. (Note that if you’re already using an SSD as your system drive, ReadyBoost won’t be available, since there would be no performance gain.)

ReadyBoost allows the system to make use of one of these speedy storage devices as a cache, improving overall performance of the system. The flash storage device that you choose to use for ReadyBoost should meet the following specifications set by Microsoft:

  • Capacity of at least 256 MB, with at least 64 kilobytes (KB) of free space
  • At least a 2.5 MB/sec throughput for 4-KB random reads
  • At least a 1.75 MB/sec throughput for 1MB random writes

Have questions?

Get answers from Microsofts Cloud Solutions Partner!
Call us at: 856-745-9990 or visit: https://southjerseytechies.net/

South Jersey Techies, LL C is a full Managed Web and Technology Services Company providing IT Services, Website Design ServicesServer SupportNetwork ConsultingInternet PhonesCloud Solutions Provider and much more. Contact for More Information.

To read this article in its entirety click here.

 

10 Windows 7 Commands Admins Need

The command line is often the best place to resolve Windows 7 desktop problems. These basic commands will help speed your troubleshooting tasks.

PC troubleshooting is becoming less common in larger organizations, but consultants and techs in smaller shops still have to get their hands dirty identifying and fixing desktop problems. Oftentimes, troubleshooting Windows 7 means delving into the command line. Here are 10 fundamental Windows 7 commands you might find helpful.

1: System File Checker

Malicious software will often attempt to replace core system files with modified versions in an effort to take control of the system. The System File Checker can be used to verify the integrity of the Windows system files. If any of the files are found to be missing or corrupt, they will be replaced. You can run the System File Checker by using this command:

sfc /scannow

2: File Signature Verification

One way to verify the integrity of a system is to make sure that all the system files are digitally signed. You can accomplish this with the File Signature Verification tool. This tool is launched from the command line but uses a GUI interface. It will tell you which system files are signed and which aren’t. As a rule, all the system files should be digitally signed, although some hardware vendors don’t sign driver files. The command used to launch the File Signature Verification tool is:

sigverif

3: Driverquery

Incorrect device drivers can lead to any number of system problems. If you want to see which drivers are installed on a Windows 7 system, you can do so by running the driverquery tool. This simple command-line tool provides information about each driver that is being used. The command is:

driverquery

If you need a bit more information, you can append the -v switch. Another option is to append the -si switch, which causes the tool to display signature information for the drivers. Here’s how they look:

driverquery -v
driverquery -si

4: Nslookup

The nslookup tool can help you to verify that DNS name resolution is working correctly. When you run nslookup against a host name, the tool will show you how the name was resolved, as well as which DNS server was used during the lookup. This tool can be extremely helpful when troubleshooting problems related to legacy DNS records that still exist but that are no longer correct.

To use this tool, just enter the nslookup command, followed by the name of the host you want to resolve. For example:

nslookup dc1.contoso.com

5: Ping

Ping is probably the simplest of all diagnostic commands. It’s used to verify basic TCP/IP connectivity to a network host. To use it, simply enter the command, followed by the name or IP address of the host you want to test. For example:

ping 192.168.1.1

Keep in mind that this command will work only if Internet Control Message Protocol (ICMP) traffic is allowed to pass between the two machines. If at any point a firewall is blocking ICMP traffic, the ping will fail.

6: Pathping

Ping does a good job of telling you whether two machines can communicate with one another over TCP/IP, but if a ping does fail, you won’t receive any information regarding the nature of the failure. This is where the pathping utility comes in.

Pathping is designed for environments in which one or more routers exist between hosts. It sends a series of packets to each router that’s in the path to the destination host in an effort to determine whether the router is performing slowly or dropping packets. At its simplest, the syntax for pathping is identical to that of the ping command (although there are some optional switches you can use). The command looks like this:

pathping 192.168.1.1

7: Ipconfig

The ipconfig command is used to view or modify a computer’s IP addresses. For example, if you wanted to view a Windows 7 system’s full IP configuration, you could use the following command:

ipconfig /all

Assuming that the system has acquired its IP address from a DHCP server, you can use the ipconfig command to release and then renew the IP address. Doing so involves using the following commands:

ipconfig /release
ipconfig /renew

Another handy thing you can do with ipconfig is flush the DNS resolver cache. This can be helpful when a system is resolving DNS addresses incorrectly. You can flush the DNS cache by using this command:

ipconfig /flushdns

8: Repair-bde

If a drive that is encrypted with BitLocker has problems, you can sometimes recover the data using a utility called repair-bde. To use this command, you will need a destination drive to which the recovered data can be written, as well as your BitLocker recovery key or recovery password. The basic syntax for this command is:

repair-bde <source> <destination> -rk | rp <source>

You must specify the source drive, the destination drive, and either the rk (recovery key) or the rp (recovery password) switch, along with the path to the recovery key or the recovery password. Here are two examples of how to use this utility:

repair-bde c: d: -rk e:\recovery.bek
repair-bde c: d: -rp 111111-111111-111111-111111-111111-111111

9: Tasklist

The tasklist command is designed to provide information about the tasks that are running on a Windows 7 system. At its most basic, you can enter the following command:

tasklist

The tasklist command has numerous optional switches, but there are a couple I want to mention. One is the -m switch, which causes tasklist to display all the DLL modules associated with a task. The other is the -svc switch, which lists the services that support each task. Here’s how they look:

tasklist -m
tasklist -svc

10: Taskkill

The taskkill command terminates a task, either by name (which is referred to as the image name) or by process ID. The syntax for this command is simple. You must follow the taskkill command with -pid (process ID) or -im (image name) and the name or process ID of the task that you want to terminate. Here are two examples of how this command works:

taskkill -pid 4104
taskkill -im iexplore.exe

Have questions?

Get answers from Microsofts Cloud Solutions Partner!
Call us at: 856-745-9990 or visit: https://southjerseytechies.net/

South Jersey Techies, LL C is a full Managed Web and Technology Services Company providing IT Services, Website Design ServicesServer SupportNetwork ConsultingInternet PhonesCloud Solutions Provider and much more. Contact for More Information.

To read this article in its entirety click here.

10 Ways to Make Outlook Faster

Takeaway: Does Outlook’s pokey performance have you gnashing your teeth with frustration? Try these simple fixes to give it a kick in the pants.

If you’ve used Microsoft Outlook for a while, you know that it can slow down… way down. In fact, when not looked after, Outlook can become nearly useless. Fortunately, there are several things you can do to make Outlook not only usable, but significantly improved. And none of these techniques requires a single configuration change to your Exchange server (IMAP or POP3).

Of course, some of these suggestions might seem to have a bit more “‘duh” factor than others. But you never know what level of skills you’re dealing with, so we’ll cover all the bases. In the end, you should have a much faster Outlook experience.

1: Update Windows

Many people don’t realize that with Windows updates, the updates for Microsoft Office are also “hidden.” But it’s not just the Office updates that can help speed up Outlook. Make sure you allow the updates to happen. Why? There are times when Microsoft might update Exchange. In some cases, those updates can either break or cause problems with the communication between Outlook and Exchange. Or Microsoft might issue a patch to the application to resolve a speed issue or security hole.

2: Download Complete Items

When you connect Microsoft Outlook with either IMAP or POP3, you should have Outlook set up to download the complete message (instead of just the header). If you do this, Outlook won’t have to sync with the server every time you click on a new item (as it will already be in the data file.) How you do this will depend upon which version of Outlook you’re using. But basically, you’re looking for the setting Download Complete Item Including Attachments.

3: Archive your Inbox

I can’t tell you how many times I see clients with thousands upon thousands (and in some cases tens of thousands) of emails in their Inbox. This can cause serious issues, especially when using PST files. Instead of just letting those Inbox folders grow to outrageous proportions, set up auto archiving so that your Inbox retains only a portion of those emails. I like to tell clients to keep the current and previous months’ email in the Inbox and archive everything else. When you archive, you effectively create a new data file, so Outlook doesn’t have to strain against the weight of an oversize PST or OST file

4: Use Cached Exchange Mode

If you use Cached Exchange Mode in Outlook, you effectively take the data file from the server (PST) and cache it on your local machine (OST). This can go a long way toward speeding up your Outlook experience because Outlook doesn’t have to read its data file across a network. Instead, all it has to do is read the locally stored data file. This option (obviously) is available only when connecting Outlook with an Exchange server.

5: Compact your PST File

When the Outlook PST file gets out of hand, a built-in tool can keep the size of that file under control. One of the issues is that even when you delete email from your Inbox, the size of the PST file may remain the same. If you’re using Outlook 2010, you can go to Account Settings | Data Files and select the data file to be compacted. Once you’ve selected the file click Settings | Advanced | Outlook Data File Settings and click Compact Now. Depending on the size of your data file, this process can take some time.

6: Repair your PST File

Scanpst is often my go-to tool when Outlook is acting off kilter. It will scan through your data file and look for data inconsistencies and errors. Here’s the thing about Scanpst — it’s not always the easiest tool to find. Do yourself a favor and search through your C drive to locate the Scanpst.exe file. Make note of its location (usually within the Office installation folder). But be forewarned: This tool can cause PST files to become unusable. Make sure you back up that data file before you start the repair tool. Fortunately, should Scanpst find errors, it will prompt you to make a backup before it attempts to fix the errors.

7: Cut down on the published and shared calendars

Yes, it’s easy to publish and share your calendars with others. The problem is, the more you do it, the more drag you’re putting on Outlook. The more data Outlook has to share and pull down from the Internet, the slower it will perform. Sure, it’s fine to have one or two shared calendars (and even more if you have a lightning-fast data pipe). Just know that the more data you have to push and pull, the slower your connection will be.

8: Disable RSS

By default, Microsoft Outlook will sync RSS feeds from Internet Explorer to the RSS reader in Outlook. If you have a lot of RSS feeds bookmarked in Internet Explorer, that syncing could easily bring Outlook to a crawl. Disable this feature (if you don’t use Outlook as an RSS reader) from within Outlook 2010 by going to Options | Advanced and then unchecking both options under RSS Feeds.

9: Disable add-ins

How many times have you installed some program only to find it installed something else behind your back? This can happen to Outlook as well as Internet Explorer. Sometimes those add-ins can cause major Outlook slowdowns. To find out what add-ins you have installed in Outlook 2010, go to Options | Add-ins. Select COM Add-ins from the drop-down and click the Go button. The resultant window will list all add-ins available to Outlook. Search through this list and uncheck any that might seem suspect.

10: Fix ShoreTel Windows 7 Integration

If you use the ShoreTel Communicator, you might notice some issues when trying to open and use Outlook. The problem lies in an incompatibility issue between ShoreTel and Windows 7. The fix is simple. Open up the Task Manager and look for a process called Agent.exe. Right-click that entry and click Properties |Compatibility. Choose the Run This Program In Compatibility Mode For option and then select Windows XP (Service Pack 3).

Other Tricks?

There’s no reason why anyone should have to struggle with a bogged down Outlook that will have you pulling your hair out strand by strand. These tips should help you enjoy a much speedier and reliable Outlook experience.

What other methods have you found for improving Outlook performance? Share your suggestions with fellow TechRepublic members.

Top 10 Cybersecurity Tips from the FCC

Cybersecurity is of paramount importance in today’s digital age as it plays a crucial role in safeguarding sensitive information, ensuring the privacy of individuals, and maintaining the integrity of critical systems and infrastructure. The Federal Communications Commission (FCC) in the United States recognizes the significance of cybersecurity and has provided recommendations and guidelines to help individuals, businesses, and organizations protect themselves from cyber threats. Here are some key points highlighting the importance of cybersecurity along with recommendations from the FCC:

 

  • Train employees in security principles – Establish basic security practices and policies for employees, such as requiring strong passwords, and establish appropriate Internet use guidelines that detail penalties for violating company cybersecurity policies. Establish rules of behavior describing how to handle and protect customer information and other vital data. We offer Security Awareness Training as an option for continuous security training for staff.
  • Protect information, computers, and networks from cyber attacks – Keep clean machines: having the latest security software, web browser, and operating system are the best defenses against viruses, malware, and other online threats. Set antivirus software to run a scan after each update. Install other key software updates as soon as they are available. We offer Managed Services & Support as an option for preventing cyber-attacks.
  • Provide firewall security for your Internet connection – A firewall is a set of related programs that prevent outsiders from accessing data on a private network. Make sure the operating system’s firewall is enabled or install free firewall software available online. If employees work from home, ensure that their home system(s) are protected by a firewall. We offer a Managed Network Services & Support as an option for firewall security.
  • Create a mobile device action plan – Mobile devices can create significant security and management challenges, especially if they hold confidential information or can access the corporate network. Require users to password-protect their devices, encrypt their data, and install security apps to prevent criminals from stealing information while the phone is on public networks. Be sure to set reporting procedures for lost or stolen equipment. We offer Mobile Device Management as an option for a mobile device action plan.
  • Make backup copies of important business data and information – Regularly backup the data on all computers. Critical data includes word processing documents, electronic spreadsheets, databases, financial files, human resources files, and accounts receivable/payable files. Backup data automatically if possible, or at least weekly and store the copies either offsite or in the cloud. We offer various Backup & Recovery Solutions as an option for business continuity & disaster.
  • Control physical access to your computers and create user accounts for each employee – Prevent access or use of business computers by unauthorized individuals. Laptops can be particularly easy targets for theft or can be lost, so lock them up when unattended. Make sure a separate user account is created for each employee and require strong passwords. Administrative privileges should only be given to trusted IT staff and key personnel. We offer Multi-Form Authentication Solutions as an option for computer login security.
  • Secure your Wi-Fi networks – If you have a Wi-Fi network for your workplace, make sure it is secure, encrypted, and hidden. To hide your Wi-Fi network, set up your wireless access point or router, so it does not broadcast the network name, known as the Service Set Identifier (SSID). Password protect access to the router. We offer Managed Network Services & Support is an option for Wi-Fi security.
  • Employ best practices on payment cards – Work with banks or processors to ensure the most trusted and validated tools and anti-fraud services are being used. You may also have additional security obligations pursuant to agreements with your bank or processor. Isolate payment systems from other, less secure programs and don’t use the same computer to process payments and surf the Internet. Risk Intelligence is an option we offer to identify potential vulnerabilities.
  • Limit employee access to data and information, limit authority to install software – Do not provide any one employee with access to all data systems. Employees should only be given access to the specific data systems that they need for their jobs, and should not be able to install any software without permission. We offer Network & Security Assessments that can scan data repositories for user permissions, security and much more.
  • Passwords & authentication – Require employees to use unique passwords and change passwords every three months. Consider implementing multi-factor authentication that requires additional information beyond a password to gain entry. Check with your vendors that handle sensitive data to see if they offer multi-factor authentication for your account. We offer Cloud Security Assessments which are used to ensure proper password & security practices are in place.

Download the 10 Tips Below

SJT-QR-CyberSecurity-10 Tips

If you have any questions, please email us at support@sjtechies.com or call us at (856) 745-9990.

Top 10 Things to Love About Google Plus

Takeaway: Google+ includes several attention-grabbing items — like Circles, Google Takeout, and Sparks — but there are some great subtle features you should know about as well.

Have you heard about all the nifty things the new Google Plus social network can do? Of course you have. But have you dug around to see what’s really good beyond the headline items? Well we have, and we’ve brought back some small yet superb details to crow about.

1: Automatic photo uploading from your phone

At first, the Android app for Google+ seems like a nice way to check activity, post about how awesome it is to skip work for a ball game, and so on. But head into the app’s settings, enable Instant Upload, and the way you use your phone, and Google+, changes entirely. Everything you shoot is almost instantaneously synced to a private album in Google+. From there, it’s just one click to sharing the photo, but you’ll want to type out a sentence. Even if you don’t share your stuff, Google+ is basically freeing you from the need to find a cord, fire up a program, and monkey around with your phone storage — everything you shoot is in Google+, too. But you decide whether to put it out there.

2: Unlimited photo storage (pretty much) in Picasa

To make Google+ a place where people want to share their photos, among many, many competitors, Google had to pull out the big guns. In this case, those guns are server storage, something Google has more of than anybody else, by a good long shot. Google can offer almost unlimited photo storage in Picasa, so that photos smaller than 2048 by 2048 in pixels and videos less than 15 minutes long don’t “count” against your storage space. Shoot and shoot and share and shoot again, and Google just keeps smiling at your feeble attempts to take up space.

3: Quick, easy, undo-able photo editing, with I’m Feeling Lucky

Photo presentation in Google+ is a nice, content-forward experience, with a black backdrop and easy sharing or deletion. Even nicer is that Google threw a few of the most helpful photo filters and editing tools in there, too. Click the Actions button just underneath a photo, and you’ll get rotation tools — and more important, Edit Photo. A right-hand sidebar pops up with some Instagram-like filters: cross-process, Orton, and black-and-white. There’s auto-color and auto-contrast and the ever-helpful I’m Feeling Lucky button, which helps non-photo-nerds by applying the most common light and color corrections to your shots.

4: Profiles for better Google search results

Sensing some need to let actual people have a say over the machine math that produces search results, Google previously offered Google Profiles as a dedicated spot where you, the person, could have a say and show up in searches. But like the best advice about vegetables and tax receipts, Profiles weren’t widely adopted by the general user. As Google+ gains users, it’s making the Profile an essential tool in connecting to others and discovering interests, which in turn is causing users to more accurately and fully fill out their Profile. It’s a sweet syrup that helps us swallow the bitter bill of self-promotion, with the healthy result of having a say in what Google says about us.

5: Keyboard shortcuts, both built-in and add-on

Like most Google products, Google+ has a good built-in list of keyboard shortcuts that let you run through stream items, start a new post, and generally navigate the social realm without reaching for your mouse or moving your fingers onto the trackpad. If you want even more no-pointer-needed functionality, try the Google+ Manager for Firefox or Goo Plus Manager in Chrome.

6: Simultaneous YouTube video watching for groups

The group video chat Hangouts inside Google+ have received lots of attention and rave reviews, and for good reason. Hangouts are like group Skype chats, just with Google helping on the server side and with a more polite single-focus video window. But the part that gets less play is how everyone in the Hangout can see the same YouTube video at once, watching it in real time and commenting on specific moments (in text by default, but by voice if you’d like). That’s handy for training, presentation critiques, and other moments when you can’t all be around the same screen.

7: Drag-and-drop sharing

Technically, yes, you can grab links from other Web pages and drop them into Facebook or Twitter for sharing. But Google+ lets you snag photos, links, YouTube videos, and other items and just drag them into the sharing panel. You can even drag Web items into the Share box on that black Google toolbar we mentioned above for truly lazy content making.

8: The universal Google toolbar

Once you’ve activated Google+, nearly every Google Web service shows a kind of universal toolbar, black and seemingly bolted to the top of your viewing window. It provides universal notifications about new Google+ happenings in a little red number square, quick posting to your Google+ stream, and a quick click to see your profile. But it also somewhat normalizes the links to other Google services you’ll see (Gmail, Calendar, Documents, etc.) and provides a consistent feeling to Google’s Web services, a win/win for both the search giant and its most dedicated users.

9: Handy chat client to unburden Gmail

Google+ has the same kind of built-in Gmail/AIM chat window in its lower-left corner that Gmail offers. Gmail, which now does far more than it was originally built for (including free phone calls), could use some help lightening its loading time and memory bulk. So consider keeping Gmail for email and opening Google+ when you are available to be social.

10: Post-publish editing… Enough said

Inspiration comes a lot faster than clean, conscientious copy. On most social networks, that’s just too bad. Twitter and Facebook don’t let you clean up your words or remove photos — you have to delete your post entirely and destroy the comment or reply chain. Google+ provides a little arrow in the upper-right corner of all your posts that drops down to offer editing — as well as comment striking, turning off comments, and yes, post deletion if things really went the wrong way.

10 Reasons Windows 10 May Not Be Right

The end of Microsoft’s free Windows 10 upgrade offer is right around the corner. But while Windows 10 is great, there are valid reasons to reject it.

windows-7-to-windows-10

An offer you can refuse

The clock is ticking, folks. If you want to upgrade to Windows 10 for free, you only have until July 29, 2016 to do so. And most people should! Windows 10 is the best Windows yet, chock full of handy new features, sleek under-the-hood improvements, andheadache-killing extras.

But it’s not for everybody. There are some very real, very valid reasons not to upgrade to Windows 10.

If you’re on the fence about whether to accept or reject Microsoft’s freebie, read on for some concrete justifications for staying put.

windows-media-center

No Windows Media Center or DVD support

Before we dig into the meatier stuff, let’s take a look at what you’ll potentially give up if you upgrade to Windows 10, starting with some robust media playback options.

Windows 10 kills Windows Media Center off completely, after Windows 8 pushed it into a dark corner. There’s a reason for that: Windows Media Center is fairly niche, and not a lot of people use it. But if you do, you won’t want to upgrade to Windows 10 unless you’re prepared to dive into alternatives like Kodi, Plex, and DVR workarounds.

Oh, and if you’re on Windows 7, be aware that Windows 10 doesn’t offer native DVD playback, though there are no-cost alternatives you can use.

windows-gadgets

No desktop gadgets or widgets

Likewise, if you’re a big fan of Windows 7’s gadgets and widgets for the desktop, they aren’t available in Windows 10. Which is good, because they’re horribly insecure. Whether you choose to stay on Windows 7 or upgrade to Windows 10, you’d probably be better off using Rainmeter’s seriously slick interactive desktop software.

onedrive

No OneDrive placeholders

Windows 8.1 offered a handy feature for hardcore OneDrive users: placeholders. Placeholders showed everything stored in your OneDrive account in the Windows 8.1 file system, but only downloaded files to your PC when you opened them. It was a wonderful way to stay on top of your cloud-stored files without downloading all of them to every Windows device you logged into with your Microsoft account, especially if you’ve stashed dozens of gigabytes’ worth of stuff into OneDrive.

Unfortunately, users found it confusing, and Microsoft ripped placeholders out of Windows 10. There are hints that a similar feature may make an appearance someday, but it hasn’t yet, so if placeholders are a must-have feature for you, you’ll want to avoid upgrading to Windows 10. The new operating system’s less granular selective sync options just aren’t the same.

windows-10-updates

No control over Windows Updates

Aaaaaand here’s the biggie. Windows 10 utterly eradicates the ability to manually control your system updates. Windows 10 Pro will let you defer updates for a few months, but that’s the extent of it. If Microsoft pushes out an update, your system willinstall it eventually (though identifying your Wi-Fi connection as “metered” lets youchoose when updates download, at least).

This isn’t a big deal for people who stuck with Windows 7 and 8’s default Windows Update options, which downloaded patches automatically. But if you like to control your own update destiny, this could be a showstopper.

privacy

Privacy concerns

That segues nicely into another controversial Windows 10 “feature.” Microsoft’s new operating system tracks you far more closely than previous versions of Windows, especially if you use the express settings during the initial setup. The search bar utilizes Cortana, Windows 10’s digital assistant, and sends all your queries to Microsoft servers. Your Windows Store app usage is tracked for ad targeting. Windows 10 tracks your typing, location, Edge browser behavior, program installations and more.

It’s a lot. To be fair, a lot of the concern roaring around this is overblown; most of Windows 10’s potential privacy concerns can be disabled. But there’s no way to turn off some of the telemetry data Windows 10 collects about your system and beams back to the mothership. Microsoft executives don’t consider this a privacy issue. If you do, Windows 10 isn’t for you.

get-office-windows-10-pop-up

Ads and more ads

Windows 10 doesn’t only track your Windows Store app usage for improved ad targeting; it frequently pushes ads of its own at you. By default, you’ll see pop-up notification ads imploring you to get Skype or Office (even if you have Office), ads for suggested Windows Store apps slipped into your Start menu, and even occasional full-screen lockscreen ads for high-profile Windows Store releases.

I loathe the idea that my paid-for operating system—and yes, Windows 10 isn’t truly free—is pushing ads in my face. Fortunately, all of the offenders can be disabled. But doing so requires diving into arcane system settings located in different far-flung corners of the operating system.

 windows-10-full-screen-prompt

Microsoft’s aggressive upgrade tactics

Microsoft’s been acting pretty shady in its aggressive quest to push Windows 7 and 8 users to Windows 10, employing unstoppable pop-ups, malware-like tactics, forced upgrades, intrusive full-screen takeovers, and nasty tricks to coax—and sometimes outright deceive—people into adopting the new OS. It eventually became so heavy-handed that some users have disabled Windows Updates entirely rather than suffer the barrage.

But you know that. If you’re still considering upgrading to Windows 10, you’ve lived through it.

None of that detracts from Windows 10’s underlying awesomeness. But it may have detracted from your desire to upgrade to Windows 10—and rightfully so. If you’re unhappy with Microsoft’s ethics and tactics in handling Windows 10 upgrades, you’re well within your rights to stay put where you’re at.

windows-xp-mode-windows-7

Software compatibility

In the wake of those forced upgrades, dozens and dozens of readers reached out to me with tales of woe, many revolving around software that simply doesn’t work with Windows 10. As my colleague Glenn Fleishman recently pointed out at Macworld, old software isn’t inherently bad software—but some of it won’t work in Windows 10.

If you rely on particular pieces of software, do a quick Google search to make sure they’ll work in Windows 10 before you upgrade. Office 2003—the last pre-Ribbon UI Office—isn’t compatible, for instance, nor is software that requires the use of Windows 7’s “XP Mode” compatibility, which isn’t available in Windows 10. Microsoft’s upgrade advisor is supposed to let you know if any software won’t work with Windows 10, but users report that it isn’t very reliable. Doing some homework now could save you some big headaches in the future.

printers

Hardware compatibility

Similarly, you’ll want to make sure Windows 10 works with your PC, too. No matter whether you’re running Windows 7 or Windows 8.1, I’d recommend running Microsoft’s hardware compatibility tool to scan your system. To do so, open the Get Windows 10 app—the taskbar icon that’s been tossing out all the upgrade pop-ups—and click on the compatibility report option.

But wait! That’s not all. The tool only checks your core PC reliably. Some people who upgrade to Windows 10 discover that their hardware peripherals won’t work, particularly older printers and scanners. If you have any aging peripherals connected to your PC, be it a printer or a beloved keyboard, I’d again suggest conducting some quick Google searches to ensure your gear won’t become paperweights if you decide to upgrade.

 windows-10-samsung-laptop

Ain’t broke, don’t fix it

This final reason applies more to people who resist change or aren’t very technically savvy. Yes, Windows 10 is stellar and absolved Windows 8’s worst sins. Getting used to the new operating system shouldn’t be too difficult for many PC users—but the transition isn’t entirely seamless. From Cortana to the introduction of the Edge browser to the radically new-look Start menu, and Windows 10’s evolution into being a more cloud-centric operating system, there are some big changes you’ll need to wrap your head around.

Do Windows 10’s new features and under-the-hood improvements make upgrading worthwhile? I think so. But if you aren’t comfortable dealing with changes on your computer, you might want to stay put. I know several less technically inclined people who paid technicians to revert their PCs to Windows 7 after they couldn’t wrap their heads around Windows 10.

Conversely, if you’ve perfected your workflow on your current operating system and don’t see much benefit in marquee Windows 10 features such as Cortana, the Windows Store, DirectX 12, and virtual desktops, it may not be worth the hassle to switch over to Windows 10.

Have questions?

Get answers from Microsofts Cloud Solutions Partner!
Call us at: 856-745-9990 or visit: https://southjerseytechies.net/

South Jersey Techies, LL C is a full Managed Web and Technology Services Company providing IT Services, Website Design ServicesServer SupportNetwork ConsultingInternet PhonesCloud Solutions Provider and much more. Contact for More Information.

To read this article in its entirety click here.

 

Top 10 Benefits of Windows SBS 2011

Protect Your Data. Stay Connected. Save Time and Money.

Get ready to take your business to the next level. With Windows Small Business Server 2011 Standard (SBS 2011 Standard) you can get business done faster, be more productive, and stay better connected. For a greater business capacity and a new competitive edge, the time for upgrading to Windows Small Business Server 2011 Standard is now.

Top Ten Reasons to Upgrade

Enjoy updated component technologies, increased data protection, and new tools to help you grow your business capacity.

1. Get a Comprehensive, All-in-One Solution:

Get the newest releases of all the SBS 2011 Standard technology components that are designed to deliver an optimal experience for small businesses in an affordable all-in-one solution. The solution suite includes Windows Server® 2008 R2 technologies, Microsoft® Exchange Server 2010 SP1, Microsoft SharePoint® Foundation 2010, and Windows Software Update Services. Also, Premium Add-on includes Windows Server 2008 R2 Standard and Microsoft SQL Server 2008 R2 for Small Business.

2. Simplify IT Management:

Manage common IT tasks and address technology issues before they occur with a unified view of the health and security of your computers and servers in the network from one administrative console.

3. Run Line of Business Applications:

Get access to the large Windows Server 2008 R2 ecosystem of applications as the SBS 2011 Standard is built on Windows Server 2008 R2 code base.

4. Stay Connected to the Business:

Provide your users the freedom to securely access all of their communications—e-mail, voice mail, instant messaging, and more—from virtually any platform, Web-browser, or device to get more done wherever they are with the integrated Exchange Server 2010 and Microsoft Outlook® Web Access (OWA) capabilities.

5. Access Business Information from Virtually Anywhere, Anytime:

Get direct, secure access to your files, calendars, tasks, and contacts through any common browser, from virtually anywhere.

6. Built-in document collaboration:

SBS 2011 Standard features Microsoft SharePoint® Foundation Services 2010 – the newest version of Microsoft Windows SharePoint Services. It powers exciting new features and capabilities that help you collaborate securely online—no matter where you are.

7. Simplify IT Management:

Reduce the cost of deploying and maintaining your network with streamlined setup and deployment for both the server and clients

8. Easy Migration:

Easily migrate to the new platform with enhanced migration tools, extensive pre-migration checks, and prescriptive guidance.

9. Simplified Back-up for Business Data:

Help protect your vital business information from loss with automatic backups and recover accidentally deleted files in the event of disaster. With easy-to-use interfaces and backup capabilities, you or your IT consultant can gain better control of your data, PCs, and network.

10. Keep your Network Healthy and Up-to-Date:

Help ensure the health of your network and keep your PCs and servers current with easy-to-read “green check” reports that give you a quick view of PC and server status, antivirus status, Microsoft software updates, and backup progress.

10 Must-Have Purchases for SMBs

Saving-Money

Small and Medium-Size Businesses (SMBs) will often take shortcuts to cut costs when purchasing.  To avoid disasters such as a loss of data or work, SMBs are strongly suggested to focus on the ten points below.

Hardware

Considering the rapid change of technology requirements, a pro-active approach for replacing desktops, laptops, servers, and networking hardware is to look five years into the future.

Backup Software

Although built-in backup software and Windows Server backup are adequate, purchasing a third-party backup solution will have the ability to recover from an image.

Internet Connection

Providing your SMB with a consumer-grade DSL line would not be an efficient business plan. Setting up a network that provides your business with more bandwidth than required will prevent a network bottleneck from occuring.

Firewall

Securing your business with only Windows built-in firewall is not ideal.  Configuring a Cisco, Fortinet, or Sonicwall is more secure, reliable and flexible in a SMB environment.

Cloud Storage

Cloud storage provides scalability, reliability and portability.  Cloud storage is divided into three categories:  Infrastructure-as-a-Service (IaaS), Platform-as-a-Service (PaaS) and Software-as-a-Service (SaaS).  Many companies are transferring to Cloud services for access to data outside the network.

Website

Online presence has become an important key for all businesses.  A solid solution is to have a strong website, blogging and effectively using social media.

Redundancy

Redundancy is an appropriate investment towards ensuring that your SMBs network does not go down.  Similar to backups, redundancy does not affect everyday business but should an incident arise, you’ll be glad it’s there.

Support

IT Support is a necessity, whether it’s an in-house department, third-party service provider, or support for software.

Mobile Devices

The ability to work from outside the office and accessing data from anywhere  is now an important key for businesses.  Setting up a virtual private network enables laptops, tablets and smartphones to connect and work from anywhere.

Printers

Supply your SMB with a printer that has the sustainability and features required for business use.

 

10 New Security Products to Check Out

1. IBM z13s mainframeIBM z13s mainframe

Image: IBM

Security standards are constantly changing. Here are some of the latest software and hardware products to help keep your organization secure.

In February 2016, IBM announced the IBM z13s, a mainframe with cryptographic features built directly into the hardware. According to IBM it can decrypt at twice the speed of the generations before it.

2. Cisco Firepower NGFW

Cisco Firepower NGFW

Image: Cisco

Cisco recently announced its Firepower series appliances with its next-generation firewall (NGFW) technology. There are 16 models in the series that include integrated NGIPS and advanced malware protection.

3. Illumio

Illumio

Image: Illumio

Illumio is a startup that provides adaptive security for the data center and cloud environments. The company recently achieved unicorn status as its value topped $1 billion, and it is consistently named a top enterprise security provider.

4. GOTPass

GOTPass

Image: University of Plymouth, H. Alsaiari, M. Papadaki, P. Dowland, and S. Furnell

GOTPass is a graphical authentication system developed by researchers at the University of Plymouth. It uses images to authenticate instead of traditional passwords.

5. Skyport Systems SkySecure

Skyport Systems SkySecure

Image: Skyport Systems

SkySecure is an out-of-the-box enterprise security solution to protect application workloads. The systems includes hardware, software, and management tools.

6. Spikes Security Isla

Spikes Security Isla

Image: Spikes Security

The Isla is an enterprise appliance that “isolates and eliminates all browser-borne malware.” It was launched in mid-2015, but it was independently certified as invulnerable to web malware exploits in early 2016.

7. Blackphone 2

Blackphone 2

Image: Zack Whittaker/CNET

The Blackphone by Silent Circle is an Android-powered smartphone with a built-in security center to lock down your data. The most recent iteration, the Blackphone 2, released late last year.

8. Imation IronKey Enterprise H350

Imation IronKey Enterprise H350

Image: Imation

The IronKey Enterprise H350 is a rugged, military-grade encrypted hard drive. It is available in multiple capacities and is FIPS 140-2 Level 3 certified.

9. Bitdefender Total Security 2016

Bitdefender Total Security 2016

Image: Bitdefender

For home users and small businesses, the Total Security 2016 by Bitdefender is a great option. It stacks up well against key competitors and includes device anti-theft features.

10. Qubes OS 3.1 rc2

Qubes OS 3.1 rc2

Image: Qubes

Qubes OS is a Linux-based, security-oriented OS that is focused on compartmentalization using VMs. It’s been around for a few years, but the latest version released in January 2016.

Have questions?

Get answers from Microsofts Cloud Solutions Partner!
Call us at: 856-745-9990 or visit: https://southjerseytechies.net/

South Jersey Techies, LL C is a full Managed Web and Technology Services Company providing IT Services, Website Design ServicesServer SupportNetwork ConsultingInternet PhonesCloud Solutions Provider and much more. Contact for More Information.

To read this article in its entirety click here.

10 Missing Features from Outlook 2013

Takeaway:  Ten popular features that are missing from Outlook 2013.
outlook

Right-click Lookup

Outlook 2013 does not include ‘Lookup’ when right-clicking a word.  This feature is still available:

            1. Open a new e-mail message.
            2. Click inside the message body.
            3. Select the Review tab.
            4. Select ‘Research’ in the Proofing section.
            5. Press [ALT] and select the word or phrase that you would like to look up.  Also, you can type the word or phrase in the ‘Search For:’ box.

Right-click AutoCorrect

Outlook 2013 does not include ‘AutoCorrect’ when right-clicking a word. This feature is still available but will have to be entered manually.  (Right-click Add to Dictionary is still available using a right-click.)

Import/Export Formats

Outlook 2013 only allows .pst (Outlook’s data file format) and comma-delimited data as import formats.  Previous versions allowed many file formats to be imported and exported.

Meeting Workspace

Outlook 2013 does not include Meeting Workplace.  Also, this feature cannot be added to the Quick Acces Toolbar.  Meeting Workplace was a website that supplied Attendees, Date, Time and Location for meetings.

Outlook Mobile Service

Outlook 2013 does not support Outlook Mobile Service (OMS).  OMS let you create and send text/multimedia messages to a mobile device from Outlook, similar to e-mail(s).

Windows Search

Windows 8 does not support using Windows Search to search Outlook e-mail. Previously, you could using Windows Search without opening Outlook to search for e-mail(s).

Calendar Publishing

Outlook 2013 does not support Calendar Publishing; the replacement is Office.com.  Microsoft cut service for previous versions on April 5, 2014.

Drag-and-Drop

Office 2013 does not support “dragging-and-dropping” e-mail(s) in the To-Do bar to create a calendar entry.  You can “drag-and-drop” an e-mail to a shortcut to create a calendar or task entry.

Notes and Journal

Office 2013 supports ‘Notes’ but ‘Journal’ is no longer available.

Suggested Contacts

Office 2013 does not support Suggested Contacts.  Suggested contacts gathers contacts that are not in your list and suggests them.

 

CALL US NOW!