fcbd.bat is usually located in the 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\' folder.
None of the anti-virus scanners at VirusTotal reports anything malicious about fcbd.bat.
If you have additional information about the file, please share it with the FreeFixer users by posting a comment at the bottom of this page.
fcbd.bat is not signed.
None of the 53 anti-virus programs at VirusTotal detected the fcbd.bat file.
Property | Value |
---|---|
MD5 | 84b15137f3d604970865f0840069b425 |
SHA256 | 95a20d235dc2e6f8fe3aff3dffd785d42e54b36256dad8fcea10ae869e0593d8 |
To help other users, please let us know what you will do with fcbd.bat:
The poll result listed below shows what users chose to do with fcbd.bat. 80% have voted for removal. Based on votes from 56 users.
NOTE: Please do not use this poll as the only source of input to determine what you will do with fcbd.bat.
If you feel that you need more information to determine if your should keep this file or remove it, please read this guide.
Hi, my name is Roger Karlsson. I've been running this website since 2006. I want to let you know about the FreeFixer program. FreeFixer is a freeware tool that analyzes your system and let you manually identify unwanted programs. Once you've identified some malware files, FreeFixer is pretty good at removing them. You can download FreeFixer here. It runs on Windows 2000/XP/2003/2008/2016/2019/Vista/7/8/8.1/10. Supports both 32- and 64-bit Windows.
If you have questions, feedback on FreeFixer or the freefixer.com website, need help analyzing FreeFixer's scan result or just want to say hello, please contact me. You can find my email address at the contact page.
Please share with the other users what you think about this file. What does this file do? Is it legitimate or something that your computer is better without? Do you know how it was installed on your system? Did you install it yourself or did it come bundled with some other software? Is it running smoothly or do you get some error message? Any information that will help to document this file is welcome. Thank you for your contributions.
I'm reading all new comments so don't hesitate to post a question about the file. If I don't have the answer perhaps another user can help you.
i'ts a batch file related to the game Far Cry 3: Blood Dragon. It seems that it does something to the registry values related to the game.
here's the script:
SET PATH_FCBD=NU
for /f "skip=2 tokens=3 delims= " %%R in ('REG QUERY "HKEY_CURRENT_USER\Software\ubisoft\Far Cry 3 Blood Dragon" /v ExecutableName') do (
SET PATH_FCBD=%%R
)
IF "%PATH_FCBD%" NEQ "NU" (
goto:eof
)
regedit.exe /S "C:\Program Files (x86)\Ubisoft\Ubisoft Game Launcher\games\Far Cry 3 Blood Dragon\Support\inst\add_regs.reg"
# 27 Nov 2016, 14:02
m1st is right, and the reg file add_regs.reg contains the following:
[HKEY_CURRENT_USER\Software\ubisoft\Far Cry 3 Blood Dragon] "ExecutableName"="bin\\fc3_blooddragon_d3d11.exe" "StartArguments"=" -language=English"
# 1 Oct 2021, 13:33
m1st writes