People are always moaning about junk email and yet never do anything about it...
You got time to send poker chips, hammers, nails and gold on random games..
Plenty of time to share posts & tweets.. SO WHY NOT SHARE THE EMAIL ?
ALL YOU HAVE TO DO IS FORWARD THE EMAIL TO THE ACTUAL COMPANY
Got a bogus email from Amazon?.. Simply click on FORWARD and send it to
stop-spoofing@amazon.com
Got a bogus email from PayPal?... Simply click on FORWARD and send it to
spoof@paypal.com
Got a bogus email from eBay?... Simply click on FORWARD and send it to
spoof@ebay.com
Got a bogus email from FedX?... Simply click on FORWARD and send it to
abuse@fedex.com
Got a bogus email from UPS?... Simply click on FORWARD and send it to
fraud@ups.com
Got a bogus email from Facebook?... Simply click on FORWARD and send it to
phish@fb.com
Got a bogus email from Netflix?... Simply click on FORWARD and send it to
phishing@netflix.com
once you have these email addresses in your address book, just hit forward, select the company and SEND :D
Its a real shame ALL company's just don't use a simple PHISHING @ THEIR DOMAIN
BUT All you need to do (to get an email address you need) is to Google the phrase
"Report Phishing" and the "Name of the company"
JUST REMEMBER Most websites used for these phishing scams are paid for with stolen credit cards
its time to SHARE JUNK EMAIL WITH THE COMPANIES THEY RELATE TO..
GET PEOPLE CAUGHT, GET SERVERS SHUT DOWN.. MAKE IT NONE COST EFFECTIVE BY SIMPLY CLICKING FORWARD... AND PICKING THE COMPANY FROM YOUR ADDRESS BOOK...
IMAGINE THE FACES WHEN A SERVER DIES OR IS TAKEN AWAY BY THE POLICE
DO YOUR BIT!!
WANT A NIGHT OF FUN?, GO INTO YOUR JUNK FOLDER & DO THE SAME FROM THEIR, WHO CARES IF THEIR JUNKED ALREADY? WE ALL DO SO REPORT THEM!!!
FASTER YOU ALL NIP THIS IN THE BUD THE FASTER THEY MOVE ON, WE'VE ALREADY HELPED WITH INFO THATS STOPPED 1000's OF BOGUS CALLS FROM SIM CARDS BOUGHT WITH STOLEN CREDIT CARDS.. NOW LETS CLAMP DOWN ON THE EMAIL SPAMMERS TOO!
SHARE ME, STOP THEM!
YOU CAN ALSO FORWARD SPAM MAIL TO spam@uce.gov AND reportphishing@apwg.org
Thursday, 21 March 2019
Monday, 16 July 2018
KB4340558 Won't Install
So you can't install KB4340558 ?
First you need to view Update History (use the search on the top right of the update history box)
Search for KB4229727 and Uninstall it
Search for KB4096417 and Uninstall it
Then REBOOT
Then open the command prompt as an admin and type
(or copy this then click the top left corner of cmd box, select edit then paste)
Dism /Online /NoRestart /Cleanup-Image /StartComponentCleanup
after that Reboot..
Then try and install just KB4340558 on its own
Reboot twice after that then check for updates....
COMMON PROBLEMS ?
Error: 14098
The component store has been corrupted.
RUN this at the command prompt
DISM /Online /Cleanup-Image /RestoreHealth
Still having problems ? (maybe your antivirus)
Add an exclusion for C:\Windows\WinSxS
Also add an exclusion for process dism.exe
in your antivirus.. just remember to remove the exclusions when your done.
Monday, 7 May 2018
Lets Fight Bogus Calls and Texts Together
So you keep getting phone calls from numbers that begin with 020, or your getting phone calls from another number or even an Unknown number ? been involved in an accident that didn't happen in the first place?
Or your getting Spammy texts.. frankly your sick of looking at your phone to see its just trash ?
Its time to help the whole of the UK stop this now!!
If you register with TPS (telephone preference service) then that cuts down on all of legal call centres that run legally via a register.... IF your still receiving calls 28 days after registering with tps then REPORT THE CALL!!.. help us put a stop to it by simply taking 60 seconds to report it HERE
ALL YOU NEED IS THE TIME AND DATE...
granted a number speeds things up... but its not actually needed!!!
Most illegal cold calling is done on pay & go sims funded by stolen bank card details.. the more that REPORT THEM CALLS the faster their will be no worth in doing it!!
WHAT ABOUT SPAMMY TEXTS?
that's even easier.. you just FORWARD THE TEXT MESSAGE to 7726 ,
notice how 7726 spells out the word SPAM on your keypad... so its easy to remember!!!
DO US ALL A FAVOUR AND GET REPORTING NUISANCE CALLS AND TXT'S NOW!
share this round!!! get it out there!!! make it not worth the effort to harass people!!!
by helping to kill the sim cards they use!!!
How to block nuisance calls
How to stop nuisance calls
How to prevent nuisance calls
How to block spam texts
How to stop spam texts
How to prevent spam texts
Or your getting Spammy texts.. frankly your sick of looking at your phone to see its just trash ?
Its time to help the whole of the UK stop this now!!
If you register with TPS (telephone preference service) then that cuts down on all of legal call centres that run legally via a register.... IF your still receiving calls 28 days after registering with tps then REPORT THE CALL!!.. help us put a stop to it by simply taking 60 seconds to report it HERE
ALL YOU NEED IS THE TIME AND DATE...
granted a number speeds things up... but its not actually needed!!!
Most illegal cold calling is done on pay & go sims funded by stolen bank card details.. the more that REPORT THEM CALLS the faster their will be no worth in doing it!!
WHAT ABOUT SPAMMY TEXTS?
that's even easier.. you just FORWARD THE TEXT MESSAGE to 7726 ,
notice how 7726 spells out the word SPAM on your keypad... so its easy to remember!!!
DO US ALL A FAVOUR AND GET REPORTING NUISANCE CALLS AND TXT'S NOW!
share this round!!! get it out there!!! make it not worth the effort to harass people!!!
by helping to kill the sim cards they use!!!
How to block nuisance calls
How to stop nuisance calls
How to prevent nuisance calls
How to block spam texts
How to stop spam texts
How to prevent spam texts
Sunday, 14 May 2017
Disable Telemetry Tracking AKA Location Services in Windows 7
Right Click, select New, Create a Text File (us ethe menu at the top to turn OFF word wrap)
and paste this into it
sc config DiagTrack start= disabled
sc stop DiagTrack
reg delete HKLM\SYSTEM\ControlSet001\Control\WMI\AutoLogger\AutoLogger-Diagtrack-Listener /f
reg delete HKLM\SYSTEM\ControlSet001\Control\WMI\AutoLogger\Diagtrack-Listener /f
reg delete HKLM\SYSTEM\ControlSet001\Control\WMI\AutoLogger\SQMLogger /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack /f
reg delete HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection /f
takeown /f %ProgramData%\Microsoft\Diagnosis /A /r /d y
icacls %ProgramData%\Microsoft\Diagnosis /grant:r *S-1-5-32-544:F /T /C
del /f /q %ProgramData%\Microsoft\Diagnosis\*.rbs
del /f /q /s %ProgramData%\Microsoft\Diagnosis\ETLLogs\*
exit
Save it, then rename it to either .BAT or .CMD
right click and run as admin.
and paste this into it
sc config DiagTrack start= disabled
sc stop DiagTrack
reg delete HKLM\SYSTEM\ControlSet001\Control\WMI\AutoLogger\AutoLogger-Diagtrack-Listener /f
reg delete HKLM\SYSTEM\ControlSet001\Control\WMI\AutoLogger\Diagtrack-Listener /f
reg delete HKLM\SYSTEM\ControlSet001\Control\WMI\AutoLogger\SQMLogger /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack /f
reg delete HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection /f
takeown /f %ProgramData%\Microsoft\Diagnosis /A /r /d y
icacls %ProgramData%\Microsoft\Diagnosis /grant:r *S-1-5-32-544:F /T /C
del /f /q %ProgramData%\Microsoft\Diagnosis\*.rbs
del /f /q /s %ProgramData%\Microsoft\Diagnosis\ETLLogs\*
exit
Save it, then rename it to either .BAT or .CMD
right click and run as admin.
Disable Telemetry Tracking AKA Location Services in Windows 8.1
Right Click, select New, Create a Text File (us ethe menu at the top to turn OFF word wrap)
and paste this into it
sc config DiagTrack start= disabled
sc stop DiagTrack
reg delete HKLM\SYSTEM\ControlSet001\Control\WMI\AutoLogger\AutoLogger-Diagtrack-Listener /f
reg delete HKLM\SYSTEM\ControlSet001\Control\WMI\AutoLogger\Diagtrack-Listener /f
reg delete HKLM\SYSTEM\ControlSet001\Control\WMI\AutoLogger\SQMLogger /f
reg delete HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack /f
reg delete HKLM\SOFTWARE\Policies\Microsoft\Windows\DataCollection /f
takeown /f %ProgramData%\Microsoft\Diagnosis /A /r /d y
icacls %ProgramData%\Microsoft\Diagnosis /grant:r *S-1-5-32-544:F /T /C
del /f /q %ProgramData%\Microsoft\Diagnosis\*.rbs
del /f /q /s %ProgramData%\Microsoft\Diagnosis\ETLLogs\*
exit
Save it, then rename it to either .BAT or .CMD
right click and run as admin.
Subscribe to:
Posts (Atom)


