Adobe Acrobat Reader DC: strange search results - adobe

Acrobat Reader DC has produced strange search results:
Is it a bug?
Host OS: Windows 10.
Software version: 2020.009.20067.

Related

Adobe Photoshop can't use Liquify tool & Face tool

When i've trying to use Face Tool in Liquify tool, i get an error:
The Face Tool requires hardware acceleration. Check the Perfomance Preferences and verify that "Use Graphics Processor" is enabled.
But in Perfomance settings, all these settings are On, and GPU Compatibility chek says that "Your graphics processor is compatible"
Adobe Photoshop Version: 24.1.1 20230112.r.238 4bbfa7a x64
I've tried to update my graphics driver, so now it is latest version of nvidia driver (528.49 from 02/08/2023)
I'm using the nvidia 527.56 driver, maybe it will help you, I have no problems with Liquify.
Studied this problem on the adobe forums.
Idk, but my problem was in the picture.
Picture was black and white, and this does not have sence.

Copy Paste feature on R Studio experiencing bugs on M1 Mac mini running big sur

I tried to copy code from a blog on Data-flair training. https://data-flair.training/blogs/data-science-machine-learning-project-credit-card-fraud-detection/ The R Studio seems to have a bug where in the backspace and delete do not work as required. These two actions end up deleting more characters. However typing the code on the R Studio IDE seems to have no issues as far as backspace and delete functionality is concerned. Same action has no issues on macos bug sur running on intel based mac book pro.

obtain data from remote computers using autoit

I have been maintaining a program written in batch. I want to write a replacement program using autoit.
The program is downloaded to the desktop of remote computers and prints out a log of the scan results in notepad on the desktop.
I want it to cover windows XP-vista-7-8-8.1-10. At the moment it does not cover 8-8.1 or 10.
This is the printout:
Results of my test version 001
Windows 7 x86 Service Pack 1 ---- (shows in brackets if service pack is out of date)
(UAC) --- shows if UAC is on or disabled.
Internet Explorer----(shows if out of date)
Antivirus/Firewall Check:
Windows Firewall Enabled!
Panda Free Antivirus
WMI entry may not exist for antivirus; attempting automatic update.
Anti-malware/Other Utilities Check:
CCleaner
Java 8 Update 31 (Java version out of Date!)
Adobe Flash Player 17.0.0.188
Adobe Reader XI
Mozilla Firefox (38.0.5)
Thunderbird (38)
System Health check
Total Fragmentation on Drive C: 2%
````````````````````End of Log``````````````````````
So this is possible. To get versions of files(like java and firefox) I think you can use FileGetVersion
To get if windows filewall is enabled you have to read the registry. This key might be a little bit different depending on your system but the one for me was this one
RegRead("HKLM\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\DomainProfile\", "EnableFirewall")
These two macros should be usefull to determine OS specific information that you request
#OSType
#OSVersion
UAC can also be read from the registry and as with the firewall it might depend on your system but for me this was the registry:
RegRead("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System", "EnableLUA")
Im not quite sure what the Total Fragmentation means so I am not sure how you can get this.
You should be able to compose a txt file with all this information. You should be able to find examples of autoit code that transfers text files just by searching here on stackoverflow or on google.

R for Windows RT

In a course, students have to install R on their computers. One of the students has a Windows RT (aka Windows 8.1 RT?) machine (a kind of MS Surface) and told me she cannot install R on the computer ("This app can't run on your PC" message shows up). Knowing nothing about Windows RT and after researching about it on the internet, I leaned that Windows RT does not really allow to install anything except from its own store (I don't know if this is true or not).
Are there any ways to install R on Windows RT?
From the MS website:
With Windows RT 8.1, you can install apps directly from the Windows
Store, but you can't install desktop apps that you used with previous
versions of Windows.
So the answer is no. You cannot install R on windows RT.
Searh for jailbreak windows rt, you need to follow the instructions and only perform this whenever you need to install non Microsft RT software.

Updating the Chrome NaCl SDK for a Different OS

I need to download (update) my NaCl toolchain on my Mac Mini, but I don't have internet access where I am. I'm able to get my Windows laptop to a Wifi hotspot, but I can't see any option to download a pepper version for a different operating system.
Does anyone know if this is possible?
The NaCl updater uses this file to search for downloads:
http://commondatastorage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/naclsdk_manifest2.json
If you examine the file in a text editor, you will see links to the different OS versions and you can download them using any computer.

Resources