RISHMAYA Posted September 9, 2019 Posted September 9, 2019 I am getting this error in every boot up in windows 8.1. Please help me to resolve it.
Earthshine Posted September 9, 2019 Posted September 9, 2019 You have some kind of virus My resources are limited. You must ask the right questions
RISHMAYA Posted September 9, 2019 Author Posted September 9, 2019 should I delete that SysWOW64 folder? I am not getting any file named ooo
BrewManNH Posted September 9, 2019 Posted September 9, 2019 Definitely do NOT delete that folder, or try to, you probably can't anyways. It is vital to the operating system. Look for any programs that are starting at log in that you don't recognize and rename/delete those. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
Earthshine Posted September 9, 2019 Posted September 9, 2019 (edited) lol, no. that is the base system itself use Autoruns to find out what is starting that, and DELETE it, delete the file it runs too. https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns Edited September 9, 2019 by Earthshine My resources are limited. You must ask the right questions
RISHMAYA Posted September 9, 2019 Author Posted September 9, 2019 i refresh the pc..now it is working fine. No error
RISHMAYA Posted September 9, 2019 Author Posted September 9, 2019 Just now, RISHMAYA said: i refreshed the pc..now it is working fine. No error
Earthshine Posted September 9, 2019 Posted September 9, 2019 it's not so much you had an error, you had some malware installed that was trying to run an autoit script that probably had malicious intent. your refresh install set you back to normal but that stupid exe may still be on your system I would do full virus and malware scans too My resources are limited. You must ask the right questions
Arfan Posted February 17, 2021 Posted February 17, 2021 autolt error Line 0 (file "c:\User\User/AppData\Local\Disk\autolt3\Settings.au3"): How to fix this problem ?
Burgaud Posted February 17, 2021 Posted February 17, 2021 (edited) THIS is not an Autoit issue. THIS is due to some screw ups by Antivirus definition. I recently have that too when I try to compile scripts, run compiled scripts. But no problem if not in exe. Edited February 17, 2021 by Burgaud
caramen Posted February 17, 2021 Posted February 17, 2021 On 9/9/2019 at 2:55 PM, RISHMAYA said: should I delete that SysWOW64 folder? I am not getting any file named ooo rofl lol. 1 hour ago, Arfan said: How to fix this problem ? Does the code run without problem when you do not compile it ? 30 minutes ago, Burgaud said: THIS is not an Autoit issue. THIS is due to some screw ups by Antivirus definition. You can't be sure of that until you see the code. My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki
Zedna Posted February 17, 2021 Posted February 17, 2021 1 hour ago, Arfan said: (file "c:\User\User/AppData\Local\Disk\autolt3\Settings.au3"): There are mixed two types of slashes (back and forth) \ / inside full path. Use only \ Resources UDF ResourcesEx UDF AutoIt Forum Search
Burgaud Posted February 17, 2021 Posted February 17, 2021 (edited) This is the complete au3 file I tried to compile to exe. #cs ---------------------------------------------------------------------------- AutoIt Version: 3.3.14.5 Author: myName Script Function: Template AutoIt script. #ce ---------------------------------------------------------------------------- ; Script Start - Add your code below here It is a blank template, and Windows10 antivirus flagged it as a virus. This started this over the weekend for me and still happening today. PS. AU3 scripts no problem; only the compiled ones I am having problem. Edited February 17, 2021 by Burgaud
caramen Posted February 18, 2021 Posted February 18, 2021 (edited) Try to compile an exemple script from the help file. If it do the same read the pined topic about antivirus and false positive Edited February 18, 2021 by caramen My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki
Zedna Posted February 18, 2021 Posted February 18, 2021 Add (all) directories containing your AutoIt's EXE files to exclude list of your antivirus software. Resources UDF ResourcesEx UDF AutoIt Forum Search
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now