One of my laptops has Windows 10.
I downloaded what I thought was a FREE Roku app. After installing, I discovered "PC App Store" installed with a full screen application requiring Credit Card info. I was unable to un install this App or get rid of this Application using a Credit Card window. Note: I regret that I never made a Restore point.
Do you know what I should try next?
One of my laptops has Windows 10.
I downloaded what I thought was a FREE Roku app. After installing, I discovered "PC App Store" installed with a full screen application
requiring Credit Card info. I was unable to un install this App or
get rid of this Application using a Credit Card window. Note: I
regret that I never made a Restore point.
Do you know what I should try next?
<jaugustine@verizon.net> wrote:
I have no idea what is "PC App Store". Sounds like some software you installed that homes a library of software, but obviously whomever runs
that store does not curate the software they proffer to ensure it is
safe. Is this it? Did you instead mean the Microsoft Store, or
something else entirely, like:
https://pcapp.store/
Did you read their FAQs?
https://pcapp.store/?p=lpd_appstore-faq
Is the PC APP STORE? Free?
You can download and install PC APP STORE?, as well as receive
recommendations for free. But PC APP STORE? is a store and to enjoy
the offers you need a valid payment method linked with your account.
So, they are NOT offering their apps for free. In fact, you have the
PAY them to use their store. Since they are SELLING apps, but their
"store" app is free, maybe you use their "store" app to get rid of any
of their payware apps you installed using their "store".
Hi,
One of my laptops has Windows 10.
I downloaded what I thought was a FREE Roku app. After installing, I discovered "PC App Store" installed with a full screen application requiring Credit Card info. I was unable to un install this App or get rid of this Application using a Credit Card window. Note: I regret that I never made a Restore point.
Do you know what I should try next?
Thank You in advance, John
On 2026-07-04 22:38, VanguardLH wrote:
<jaugustine@verizon.net> wrote:
I have no idea what is "PC App Store". Sounds like some software you
installed that homes a library of software, but obviously whomever runs
that store does not curate the software they proffer to ensure it is
safe. Is this it? Did you instead mean the Microsoft Store, or
something else entirely, like:
https://pcapp.store/
Did you read their FAQs?
https://pcapp.store/?p=lpd_appstore-faq
Is the PC APP STORE? Free?
You can download and install PC APP STORE?, as well as receive
recommendations for free. But PC APP STORE? is a store and to enjoy
the offers you need a valid payment method linked with your account.
So, they are NOT offering their apps for free. In fact, you have the
PAY them to use their store. Since they are SELLING apps, but their
"store" app is free, maybe you use their "store" app to get rid of any
of their payware apps you installed using their "store".
Maybe the rogue application is the PC app store itself. Apps require payment, so they ask for the plastic card info upfront. Just uninstall it.
On 04/07/2026 19:45, jaugustine@verizon.net wrote:
Do you know what I should try next?
Have you considered reformatting the hard disk and starting again? A
clean machine is always a safe machine. If you delete all partitions
before installing Windows 10, there's no risk of a rootkit. ESU is still available to new users who know how to access it.
On Sat, 7/4/2026 8:26 PM, Format HD wrote:Hi Paul,
On 04/07/2026 19:45, jaugustine@verizon.net wrote:
Do you know what I should try next?
Have you considered reformatting the hard disk and starting again? A
clean machine is always a safe machine. If you delete all partitions
before installing Windows 10, there's no risk of a rootkit. ESU is still
available to new users who know how to access it.
I tried this a month ago. It's mostly for show, as the scan is
running, it will claim it found things, then at the end, the
summary will say "0 detected". Some things never change :-) There is
probably some intended limitation here, that when you execute it
that it will be scanning the OS (which is X: if using a Windows Installer DVD >and Troubleshooting : Command Prompt to run it, and it would be C: if you could
manage to run it from the running OS, which won't be very often in serious >cases of exploitation). This isn't controllable enough for a variety of >scenarios of application. This is most likely to be a signature scanner,
it just doesn't have the same capabilities as a Kaspersky trial install would.
https://learn.microsoft.com/en-us/defender-endpoint/microsoft-defender-offline
Download the 64-bit version (msstool64.exe)
Download the 32-bit version (msstool32.exe)
*******
You could do a side-by-side install, but that implies you are confident there >is space to the right of the existing install to do that.
The Microsoft recipe for achieving Safe Mode, is a long road to annoyance.
F8 boot menu for Windows 10 (MSDOS partitioning maybe, several cases possible):
dir /AH C:\boot\BCD # verify it is there.
bcdedit /store C:\boot\BCD /set {bootmgr} displaybootmenu True # Run from a WinPE environment
bcdedit /set {bootmgr} displaybootmenu True # If C: was running, and Admin Terminal available
On a UEFI/GPT setup, you would be more likely to need to
assign a drive letter to the EFI System Partition (ESP).
diskpart.exe # Admin terminal, can be Troubleshooting : Command Prompt of an Installer DVD
list disk
select disk 0
list partition
DISKPART> list partition
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 System 100 MB 1024 KB <=== ESP, "near" MBR
Partition 2 Reserved 16 MB 101 MB
Partition 3 Primary 118 GB 117 MB
Partition 4 Recovery 1024 MB 118 GB
Partition 5 Primary 128 GB 119 GB
Partition 6 Recovery 1025 MB 248 GB
Partition 7 Primary 682 GB 249 GB
Partition 8 Primary 2794 GB 931 GB
select partition 1
assign letter=K
exit
dir /AH K:\EFI\Microsoft\boot\BCD # Where I expect the working BCD file, on a modern setup
bcdedit /store K:\EFI\Microsoft\boot\BCD /set {bootmgr} displaybootmenu True
And that much, will give you a boot menu on the C: real setup, that
will include an option to press F8 and select a Safe Mode (like 4 or F4).
The advantage of Safe Mode, is for cases that aren't real exploits,
you might have some leverage to run msconfig and see what is in Startup items.
Msconfig might just point you to Task Manager, to list the items.
Xbox (listed as disabled)
SecurityHealthSystray.exe
RtkAudUService64.exe RealTek Audio
ReflectUl.exe Macrium support service
ms-teams.exe Teams
msedge.exe (Browser, "warmup")
Mobile devices
Microsoft Defender
CNSLMAIN.EXE Canon printer
BJMYPRT.EXE Canon printer
Microsoft 365 Copilot (listed as disabled)
Microsoft Teams
Phone Link as if...
MSConfig, also has a tick box in Boot tab, to start in a specific
Safe Mode, and it would keep doing that, until you went back
into MSConfig and unticked the box again.
It's unlikely the pest would be in there, but
that pest has to be wired up somehow.
Paul
On Sun, 5 Jul 2026 02:55:17 -0400, Paul <nospam@needed.invalid> wrote:
On Sat, 7/4/2026 8:26 PM, Format HD wrote:Hi Paul,
On 04/07/2026 19:45, jaugustine@verizon.net wrote:
Do you know what I should try next?
Have you considered reformatting the hard disk and starting again? A
clean machine is always a safe machine. If you delete all partitions
before installing Windows 10, there's no risk of a rootkit. ESU is still >>> available to new users who know how to access it.
As a last resort, I may replace the HD (I have spares) and install Win10 64bit from an ISO (burn a DVD) I downloaded not that long ago.
I have a prepaid Visa debit card I tried to use in order to get rid of this Payment window, but it was rejected. Note: I no longer use prepaid Debit cards.
On 2026-07-05 19:41, jaugustine@verizon.net wrote:
On Sun, 5 Jul 2026 02:55:17 -0400, Paul <nospam@needed.invalid> wrote:
On Sat, 7/4/2026 8:26 PM, Format HD wrote:Hi Paul,
On 04/07/2026 19:45, jaugustine@verizon.net wrote:
Do you know what I should try next?
Have you considered reformatting the hard disk and starting again? A
clean machine is always a safe machine. If you delete all partitions
before installing Windows 10, there's no risk of a rootkit. ESU is still >>>> available to new users who know how to access it.
ÿÿÿ As a last resort, I may replace the HD (I have spares) and install Win10 >> 64bit from an ISO (burn a DVD) I downloaded not that long ago.
ÿÿÿ I have a prepaid Visa debit card I tried to use in order to get rid of >> this Payment window, but it was rejected. Note: I no longer use prepaid Debit
cards.
So you still have that window using all the display space?
Did you try ctrl-alt-del?
What about powering off via power button? On reboot, if the application is honest, it should not be running.
On Sun, 7/5/2026 1:54 PM, Carlos E. R. wrote:
On 2026-07-05 19:41, jaugustine@verizon.net wrote:
On Sun, 5 Jul 2026 02:55:17 -0400, Paul <nospam@needed.invalid> wrote:
On Sat, 7/4/2026 8:26 PM, Format HD wrote:Hi Paul,
On 04/07/2026 19:45, jaugustine@verizon.net wrote:
Do you know what I should try next?
Have you considered reformatting the hard disk and starting again? A >>>>> clean machine is always a safe machine. If you delete all partitions >>>>> before installing Windows 10, there's no risk of a rootkit. ESU is still >>>>> available to new users who know how to access it.
ÿÿÿ As a last resort, I may replace the HD (I have spares) and install Win10
64bit from an ISO (burn a DVD) I downloaded not that long ago.
ÿÿÿ I have a prepaid Visa debit card I tried to use in order to get rid of >>> this Payment window, but it was rejected. Note: I no longer use prepaid Debit
cards.
So you still have that window using all the display space?
Did you try ctrl-alt-del?
What about powering off via power button? On reboot, if the application is honest, it should not be running.
If it won't listen to alt-F4, then chances are it won't listen to anything else either.
On 04/07/2026 19:45, jaugustine@verizon.net wrote:
Do you know what I should try next?
Have you considered reformatting the hard disk and starting again? A
clean machine is always a safe machine. If you delete all partitions
before installing Windows 10, there's no risk of a rootkit. ESU is still available to new users who know how to access it.
Hi,
UPDATE, PROBLEM FIXED
I forgot about an app that is set to STARTUP after Windows boots.
Note: You can NOT un install an app while it is running.
I received a reply from support@pcappstore.com that told me
to look at bottom right corner and click the upward arrow to see hidden icons.
Click on it and look for PC App Store icon. Right click on it and select Settings.. Go to General section and toggle switch for startup to "Off"
John
On Sun, 7/5/2026 5:28 PM, jaugustine@verizon.net wrote:
Hi,
UPDATE, PROBLEM FIXED
I forgot about an app that is set to STARTUP after Windows boots.
Note: You can NOT un install an app while it is running.
I received a reply from support@pcappstore.com that told me
to look at bottom right corner and click the upward arrow to see hidden icons.
Click on it and look for PC App Store icon. Right click on it and select
Settings.. Go to General section and toggle switch for startup to "Off"
John
Which means the item has not gone from the machine entirely,
but using Startup Items as a persistence mechanism can be stopped
for the moment.
Now that you're in control of the machine again, look in the Settings wheel in the Apps section and see if a named instance is there, so you can
get rid of it from there.
It could also fashion a Scheduled Task for itself.
Paul <nospam@needed.invalid> wrote:
On Sun, 7/5/2026 5:28 PM, jaugustine@verizon.net wrote:
Hi,
UPDATE, PROBLEM FIXED
I forgot about an app that is set to STARTUP after Windows boots.
Note: You can NOT un install an app while it is running.
I received a reply from support@pcappstore.com that told me
to look at bottom right corner and click the upward arrow to see hidden icons.
Click on it and look for PC App Store icon. Right click on it and select >>> Settings.. Go to General section and toggle switch for startup to "Off"
John
Which means the item has not gone from the machine entirely,
but using Startup Items as a persistence mechanism can be stopped
for the moment.
Now that you're in control of the machine again, look in the Settings wheel >> in the Apps section and see if a named instance is there, so you can
get rid of it from there.
It could also fashion a Scheduled Task for itself.
I already mentioned they have a link on their home page on how to
uninstall their "PC App Store" app, and it's the same way you uninstall
most Windows software. However, if the app the OP actually downloaded
and installed is listed, I'd uninstall that first, and the PC App Store
last. Since the OP was flabbergasted about something asking for a
payment, the OP doesn't want to pay for any apps from them, so get rid
of them all: all apps from their store, and their store app.
As for stopping a program from auto-starting, I also mentions AutoRuns
which will expose the various locations use for startup. Besides the
Startup registry entries (both user and common), it looks in Task
Scheduler, Winlogon events, and more. You can delete the entry in
Autoruns whether the software is running, or not.
| Sysop: | Tetrazocine |
|---|---|
| Location: | Melbourne, VIC, Australia |
| Users: | 12 |
| Nodes: | 8 (0 / 8) |
| Uptime: | 129:59:43 |
| Calls: | 220 |
| Files: | 21,513 |
| Messages: | 83,383 |