Jeff Schrembs Blog (thanks Google). Priorities are: God, Family. Health, Country for everything else is...fleeting. Cancer survivor (thus far thank God) Elvis Presley Historian, Expert and Collector for (approximatley) six decades {which is amazing as I am only 27....psyche....humor attempt} .
Monday, May 2, 2016
Friday, March 18, 2016
How to Setup Epson Workforce 520 WIRELESS Internet by Jeff Schrembs March 2016
How
to Setup Epson Workforce 520
WIRELESS
Internet
1. Make sure your printer is installed either
with the software disk or by doing an internet search for “Epson Workforce 520
software”.
You can easily check this
by accessing your “hardware” setting and it should show your Epson Workforce
520 printer.
2. Turn on your printer.
3. On the physical printer push the “menu”
button
4. On the physical printer push the “up” OR “down”
arrows (which surround the “OK” button) until you get to “Network Setting”
(which is # 9 option FYI)
· For
the next step you will need the NAME of your Wi-Fi and/or Internet name AND the password
5. On the physical printer it will show “Wireless
Lan” then “Wireless Lan Setup Wizard”.
6. On the physical printer you just push “ok”
when you find your Wi-Fi and/or Internet Network
7. On the physical printer you will use the “keypad”
(where it shows in large numbers 1,2,3,4,5,6,7,8,9 and 0 AND on each number
button you will see the corresponding alphabet letters. This is where you will
press the corresponding button to enter your PASSWORD.
· Note
– your password must be entered CASE sensitive. When you press the corresponding
button, on the physical printer, it will show lower case letters first then capitalized
letters next.
· After
you have the first number or letter, depending on your password, press the “RIGHT
arrow” button so you can enter the second number or letter of your password. **
Take your time and check to make sure your password is entered correctly (it
shows on the screen display on the physical printer) in its entirety.
· After
you have entered your password correctly push the “ok” button on the physical printer.
** note – on the display on the physical printer it will show you the status.
If you entered the information correctly it will confirm so on the display.
· 8.
Once the display, on the physical printer, confirms “success” (i.e. your Wi-Fi
and/or Internet Network is now setup/finished) Then press “menu” button on the physical
printer
· 9. CELEBRATE as you are one step away from being
done!
· 10.
On your computer go to “Devices and Printers” and you will see “Epson 520
Workforce Network”. Right click on this and verify, or click on to activate,
this is your default printer.
THANK YOU for reading this and I hope it helps.
Please tell others about this solution on Epson forums
and social media.
Take care.
Jeff Schrembs
Thursday, January 21, 2016
Prayers to those in the path of the winter storm & in need 1/21/2016
January 21, 2016 they tell us that in the Washington DC area, where I reside, we can expect between 12 - 24 inches of snow.
Since it has been my experience, since 1991 in this area, that if there is one snowflake falling traffic, which is already the worst in the nation, comes to a halt as the world's worst drivers flood the streets and highways.
Fortunatley, unlike Washington DC which had to apologize for NOT being ready for a winter snowstorm even though it has been predicted from the Farmers Almanac to Weather.com to the local news for weeks/months, there are many hard working profesionals who are prepared to not only clear the streets but to help those in need (i.e. food, shelter, clothing, etc.) but there are also good people/neighbors who go above and beyond to help.
My prayers go out to the sick, elderly, and poor not only in this area but across this nation and beyond.
As is the case every moment of everyday I think of, love, miss, pray for, want the best for, etc. my beloved children. No matter where you are, or where you go, I love you....always. Dad.
Since it has been my experience, since 1991 in this area, that if there is one snowflake falling traffic, which is already the worst in the nation, comes to a halt as the world's worst drivers flood the streets and highways.
Fortunatley, unlike Washington DC which had to apologize for NOT being ready for a winter snowstorm even though it has been predicted from the Farmers Almanac to Weather.com to the local news for weeks/months, there are many hard working profesionals who are prepared to not only clear the streets but to help those in need (i.e. food, shelter, clothing, etc.) but there are also good people/neighbors who go above and beyond to help.
My prayers go out to the sick, elderly, and poor not only in this area but across this nation and beyond.
As is the case every moment of everyday I think of, love, miss, pray for, want the best for, etc. my beloved children. No matter where you are, or where you go, I love you....always. Dad.
Take care and may God bless you.
Jeff Schrembs
Friday, December 4, 2015
Wednesday, November 25, 2015
Sunday, November 1, 2015
Microsoft Edge not working or showing up Windows 10 SOLUTION FIXED
Please use the following steps:
Open an Administrator CMD window. If you can't find a way, use these steps:
Press CTRL+Shift+ESC to open Task Manager.
Click File > Run New Task
Make sure you have a check mark beside "Create this task with administrative privileges"
Type CMD
Type the following commands at the CMD prompt:
dism /online /cleanup-image /restorehealth
sfc /scannnow
This step worked for me and I had been trying for months to find a solution and it was frustrating x 1,000,000. Let me know if it works for you.
Run these commands:
1) Type in "powershell"
2) Cut and paste this EXACTLY and include the { & the }
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Check to be sure this command ran, showed a blue progress indicator and then returns to the prompt.
If you see a red error, then the command may have been typed or pasted incorrectly, or there may be an larger problem with Windows 10. Try again.
Check to see if the issue is resolved.
If not, restart the PC.In this case try as a new administrator user account.
If the new user also fails, go up to the steps for "3. If EITHER command does not show." above. We need to repair Windows.
Open an Administrator CMD window. If you can't find a way, use these steps:
Press CTRL+Shift+ESC to open Task Manager.
Click File > Run New Task
Make sure you have a check mark beside "Create this task with administrative privileges"
Type CMD
Type the following commands at the CMD prompt:
dism /online /cleanup-image /restorehealth
sfc /scannnow
This step worked for me and I had been trying for months to find a solution and it was frustrating x 1,000,000. Let me know if it works for you.
Run these commands:
1) Type in "powershell"
2) Cut and paste this EXACTLY and include the { & the }
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Check to be sure this command ran, showed a blue progress indicator and then returns to the prompt.
If you see a red error, then the command may have been typed or pasted incorrectly, or there may be an larger problem with Windows 10. Try again.
Check to see if the issue is resolved.
If not, restart the PC.In this case try as a new administrator user account.
If the new user also fails, go up to the steps for "3. If EITHER command does not show." above. We need to repair Windows.
Subscribe to:
Posts (Atom)