Wednesday, April 22, 2015

Deltek Vision Error - Method Not Found



If you've received this error, you need to delete your Vision Apps folder. Below are instructions on how to do so.


First, close Vision and Internet Explorer. Then, Navigate to your C: Drive, then click on your user Directory. Once you are in your User Directory Click the AppData folder.


















If you Cannot See the AppData Folder, click Organize/Folder Options/View. Tick the "Show hidden files, folders, and drives" check box. Click OK.

Once inside the AppData folder, you will see a folder called "Local". Inside that folder is a folder called "Apps". Delete the folder inside "Apps", called "2.0". After this, restart Vision. If done properly, you should not receive this error anymore.

Monday, April 13, 2015

Missing Junk Mail Folder

First, if your Junk Mail folder is missing, close Outlook. From the Start Menu Run bar, run the following 

“Outlook /resetfolders”.  When Outlook reopens, check to see if the Folder has re-appeared. If not, 

continue.

1, Download MFCMAPI using the following link:

http://mfcmapi.codeplex.com/

2, Launch MFCMAPI tool on the user’s client. 

3, Go to Session -> Logon and Display Store Table

4, Select the outlook profile of the user and double-click “Mailbox - your user name”

5, Expand "Root Container"

6, Expand "Top of Information Store" 

Note: if the user has configured the outlook profile to use cached mode, we need to expand 

“IPM_subtree” under root container

7, Is Junk Mail Folder there?

If it is not look through the other folders. Once you can find it follow the below instructions to move it 

back to the correct Folder tree.

Process to recovery will be as following.

1. Access MFCMAPI Tool.

2. Expand the IPM_SubTree

3. Expand the Journaling folder

4. Highlight the Junk Email folder

5. Click on actions and select Copy.

6. Highlight the IPM-Subtree

7. Click on action and select Paste

8. Select the box for folder move and ok the change.

9. This will move the Junk Email folder back to the correct location.

Wednesday, January 14, 2015

Dialog Screens or Windows Appear Off-Screen

Sometimes (mostly after resolution or display changes) dialog boxes or windows will appear off screen. The solution to this is relatively simple.

First hit Alt and the Space bar at the same time (Alt+Space).

Then hit the M key (M).

Then tap any of your directional keys a few times.

After this, move your mouse cursor to the center of your screen. Your missing window should follow it. If this does not work, continue using the directional keys to "blindly" move it back to visibility.

Good luck.

Removing K9 Web Protection

If you've found yourself on a machine running K9 Web Protection that no one has a password to, there is a way to remove it.

Create a text file and copy the below batch script into it.

Script to Copy/Paste Below:

@echo off

set keys=^
 "HKLM\SOFTWARE\Blue Coat Systems"^
 "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\k9filter.exe"^
 "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Blue Coat K9 Web Protection"^
 "HKLM\SYSTEM\CurrentControlSet\Services\bckd"^
 "HKLM\SYSTEM\CurrentControlSet\Services\bckwfs"

REM remove registry keys
for %%G in (%keys%) do reg delete "%%~G" /f >nul

set folders=^
 "%programfiles%\Blue Coat K9 Web Protection"^
 "%programdata%\Microsoft\Windows\Start Menu\Programs\Blue Coat K9 Web Protection"

REM remove folders
for %%G in (%folders%) do rd /s /q "%%~G"

set files=^
 "%windir%\System32\drivers\bckd.sys"

REM remove files
for %%G in (%files%) do del "%%~G"

pause
exit /b

Make sure, after saving the text file, that you rename it so it has a ".cmd" extension.

Reboot and run Windows in Safe Mode.

Find your .cmd file, right-click it, and run it as an administrator. 

Upon .cmd completion, start RegEdit - Start/regedit.exe - and navigate to the below key:
     HKEY_LOCAL_MACHINE\SYSTEM\CurrentContrlSet\Enum\Root\LEGACY_BCKD

Right-click the LEGACY_BCKD and select Permissions. Then click Advanced and select the Owner tab. Then select Adminsitrators from the owner list, check the Replace owner on subcontainers and objects checkbox, and then click OK. Then, select Everyone and check the Allow checkbox for the Full Control permission. Click OK, right-click the key and finally chose Delete.

Reboot.

Monday, December 22, 2014

Cisco AnyConnect - Untrusted VPN Server Blocked

If you are recieving the below error, you're using the (default) self-signed certificate. The below instructions will solve you problem.



From the Warning Screen (Red 'Untrusted' Window) select "Change Settings...". Here you should untick the "Block connections to untrusted servers" option. After completing this task and attempting to reconnect, you should receive a white "Untrusted VPN" window. On this one, tick the "Always trust this VPN server". This should fix your problem.

Emailing Phone Numbers as SMS

I've compiled a list of all the ways to message people's phones from your email client. Bellow is a list of ways to contact 414.555.1212:

To send an email to 414.867.5309:

4148675309@mms.att.net - AT&T MMS
4148675309@txt.att.net - AT&T SMS
4148675309@myboostmobile.com - Boost Mobile
4148675309@mms.mycricket.com - Cricket Picture
4148675309@sms.mycricket.com - Cricket SMS
4148675309@pm.sprint.com - Sprint MMS
4148675309@messaging.sprintpcs.com - Sprint SMS
4148675309@tmomail.net - T-Mobile SMS
4148675309@email.uscc.net - US Cellular
4148675309@vzwpix.com - Verizon MMS
4148675309@vtext.com - Verizon SMS
4148675309@vmobl.com - Virgin Mobile SMS

Deleting Google Blogger Blog


If you're looking to delete a Blogger blog from Google, start with the blog in question's settings page.

Then, go to Settings/Other.



Then click "Delete



You'll be confronted by a "Are You Sure?" window.


After you do this, you have about 30 days before it's gone forever. I'd recommend donwloading the blog into text format before you do anything.