1,186 Recommended Topics
Remove Filter ![]() | |
I'm new to Linux and the first thing I did was right clicking to find refresh as always I did in windows. .... but then I was disappointed to find nothing, no refresh , but why and it just amazed me how better linux is !!! Linux distro Kali linux … | |
Can you tell me how to do a differntial image using Windows 10 and with the what free software? | |
After months of waiting, I am ready to invest in a gaming laptop with all the features included. Looking for something with great graphics and performance, possibly 16GB Ram. My budget is under $2000 and brand is not a priority. Hardware and Software laptop motherboards-cpu-ram | |
I have been using the 2018 edition of QuickBooks Desktop pro for the last 6 months. This morning, when I tried to open up my QuickBooks file, I was denied access and received the QuickBooks Error 6143 message on my system. I have tried restarting my computer to get rid … | |
Hi Guys. We are seeking to create a wireless wide area network in an area that is saturated in wireless ubiquiti antennas. We have tried our own ubiquity antennas and have discovered that there is way too much noise in the area for the equipment to function properly. The areas … | |
Dear all I'm trying to track down the name/existence of software that I used in 1999 to 'write' a financial reporting system - it was a curious mix of spreadsheet with programming capability... Would any of you know about this? Its name was similar (-ish) to Visual Basic, but it … | |
I am forgot my Windows 10 password, so how to recover that. | |
I am using iPhone 6S for last 1 year. It was running properly but from last 1 week it is showing some verification error. I have verified all these properly it is showing [iTunes verification failed](https://itunessupport.org/blog/fix-verification-failed-itunes-error/). I am looking for the proper solution. Is there anyone who has faced this? | |
Can anyone suggest a script that will rename a file with the existing filename appended with date stamp? Something that can be used in a .bat file? | |
In keeping with tradition, Microsoft has released the latest update before resolving a number of outstanding issues. But at least they now provide a more centralized location for getting update information. The home page (dashboard) can be found [here](https://docs.microsoft.com/en-us/windows/release-information/) and the specific page for the latest update can be found … | |
If you like to use Sticky Notes, do yourself a huge favour and stop using the Windows 10 Sticky Notes tool. Instead, go to [Zhorn Software](https://www.zhornsoftware.co.uk/stickies/) and download Stickies by Tom Revell. It works much better, has more features, is very well documented and is very intuitive. You can also … Hardware and Software | |
Hey i'm looking for a laptop for my daily work which specifically includes surfing the internet, streaming videos and movies, and a bit of word processing. What components should the laptop have so that it lasts for 5 years without any upgardes. I don't have any specific budget but confused … | |
Can you tell me how to burn a DVD DL using Windows 10 and Cyberlink Media Suite, IMGBurn, Express Burn, Winx DVD Author, Wondershare or Windows 10 own burning software. Since I installed the Windows 10 update in April it stoppped working. | |
I want to create a bootable USB-stick. I have a MS-DOS 6.22 image file. I used Rufus but that didn't work. Do you know a better program for the job? If you think a Linux stick would be better... well, I decided to use a MS-DOS 6.22 and put Ghost … | |
I wonder if anyone could assist with an intermittent BSOD... Initially it was a driver power state failure, lately its been watchdog. Event viewer shows the DCOM error 10016. I followed the article help on the CLSID error, which didn't change anything. w10 home on a toshiba satellite i7 5500u. … | |
Hi Guys , I need guidence on how to approach this problem . I have string of ones and zeros ( input ) and output has to be optimized following below rules 1) total number of one's have to minimum 2) zero from the string cannot be moved from their … Hardware and Software | |
Hi folks, please see the attached screenshot, there is no way to create a task. and no task library, Any ideas please  | |
My question is there are thousands of websites which are pursuing candidates that they have 100% real guaranteed exam questions and dumps like; * [ExamsTrainer](https://www.examstrainer.com/) * [DumpsAcademy](https://www.dumpsacademy.com/) If they are true in this regard, these certifications have lost their worth? Hardware and Software cybersecurity | |
I'm asking this question in the context of a satellite internet service with expensive download limits... If you just accept all the recommended updates for Windows 10 (creator's update, security etc) for a single Home Edition machine how many Gigabytes will that represent in a typical 12 month period? Eg: … | |
i just bought a microsoft wireless keyboard and the question mark and coma are both È how do i swap it back to the english version of the keyboard. its driving me insane not being able to use question marks. thanks | |
Excluding freeware, what would be the best reasonably priced software tools (i.e. compiler, database, erc.) to buy for a new Windows computer in order to develop financial apps that could easily be distributed to one's own Windows computers as .exe files? Programing language either C or something like VB. It … | |
Can Microsoft Azure be used as a cloud hosting platform for QuickBooks Desktop? | |
![]() | I have an auxillary optical drive. It has been plugged in for a long time, but I almost never use it. I just noticed it has a DVD in it. Apparently, I downloaded an ISO of Linux Mint 19.1 with plans of learning the OS. But just what 'type' of … ![]() |
Logfile of HijackThis v1.97.3 Scan saved at 19:54:12, on 14/10/2003 Platform: Windows XP (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP1 (6.00.2600.0000) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\System32\cisvc.exe C:\Archivos de programa\Archivos comunes\Microsoft Shared\VS7Debug\mdm.exe C:\Archivos de programa\Norton AntiVirus\navapsvc.exe C:\WINDOWS\System32\cidaemon.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\System32\RunDll32.exe C:\Archivos de programa\Iomega HotBurn\Autolaunch.exe C:\Archivos de … Hardware and Software | |
What is the significance of options like "Share" and "More" in document library command bar ? | |
how am i supposed to find the best internet services in my area since i have recently shifted to california. im lookin for networking sites. please leme know if anyone can help me with it.?? | |
private void OnCaptured(CaptureResult captureResult) { try { // Check capture quality and throw an error if bad. if (!_sender.CheckCaptureResult(captureResult)) return; count++; DataResult<Fmd> resultConversion = FeatureExtraction.CreateFmdFromFid(captureResult.Data, Constants.Formats.Fmd.ANSI); SendMessage(Action.SendMessage, "A finger was captured. \r\nCount: " + (count)); if (resultConversion.ResultCode != Constants.ResultCode.DP_SUCCESS) { _sender.Reset = true; throw new Exception(resultConversion.ResultCode.ToString()); } preenrollmentFmds.Add(resultConversion.Data); if (count … | |
Hi all, Now I have no programing experience, I know very little about this, so please bear in mind. I am trying to turn a particular excel spreadsheet I have made (the user inputs information and it creates a final answer(result)) and I want to be able to turn this … | |
**Windows7 - UpGrade ???? I have Win7 Home Premium 32 bit - ordered by mistake - I want the 64 bit version** - or - **Professional 64 bit** - - for more memory use - Is there an **"UpGrade"** for Win7 I can purchase **without** starting over and **paying the … | |
Just got a HP Pavilion x360. When the screen is rotated round to turn the laptop into a tablet, the keyboard and trackpad don't auto-lock, so it still gets inputs. Obviously this makes it useless as a tablet. Windows' tablet mode settings don't seem to include a setting for this. … | |
I have Android studio on me USB drive so I can use it on any windows computer without having to install it every time, and I've specified the paths to reference files on the drive itself. the problem is, I wrote the paths using the drive letter (E:/example/path) and then … | |
I have a problem- and I don't know if this is the place to post for help, but I've found good info on here before. I haven't been able to find an answer after looking through several dozen forums and chats and help sites. Maybe someone here can give me … | |
Hello, Everytime I connect my 1920x1080p monitor to my pc I always get a blurry display, the colors are washed out and look fake, I've tried different cables (DVI and HDMI) but I get the same results. When I look at my 1080p monitor It doesn't feel like it's a … | |
dear community working with Micropython - which ecosystem to choose - ESP 8266 or ESP 32? I work with Kids. I'm always looking for economical platforms to build intriguing projects. there are systematical decisions: in earlier times i use Arduino and Raspberry Pi for the projects because the eco-sytems of … | |
Technology is evolving every single day, and both the Software and hardware are striking towards each other. Due to the massive competition, it is essential to come up with extended mobility and future rich apps for expanding and promoting businesses to stay long in this competitive business market. Some of … | |
Let me share how I began to understand Microsoft: A long time back when I went to Microsoft Redmond's campus for a seminar. I had two things I wanted to share since I thought Microsoft would want to look into this. 1. A CD that when put into the PC … | |
I am working on my company's ledger and my accounts department need a search ledger by COA id with from date to date. I am able to find the record from date to date but when I write the code for COA ID, then it ignore the date formula. Below … | |
I started my first stream to learn how to use OBS and Twitch. After some time, everything worked pretty good for a first stream. However, I have one question. I use a gaming PC and a streaming PC. I tried to preview my stream on my streaming pc before I … | |
![]() | I need some help with the below please! After installation of **[Fedora]** is completed, write a script called your LastName_StudentID.sh to obtain following options information: * Get information about your operating system, * Get information about hosts * Network interface and routing information * Display a list of users currently … |
A pulling technique does fine for one Android [things to do before rooting Android](https://techiezlounge.com/things-to-do-before-rooting-android/) gadget, which doesn't mean it works for you. You should think unmistakably about your gadget explicit. As indicated by the gadget explicit, discover a suite establishing technique. | |
Hi, I'm a Perl program in Windows 7 32-bit using ActivePerl. I have created a registration form using HTML and saved this file as Details.html <!DOCTYPE html> <html> <body> <form name="myform" METHOD="POST" ACTION="D:\Application\perl\cgi-bin\app.pl" onsubmit= "return validation_form()"> <p> <label for="employee name">Employee Name</label> <input type="text" id="employee name" name="employee name" /><br> </p> <p> … | |
![]() | Write a shell script to create a directory called “page1” and ask the user if he/she wants to copy a file to TESTING directory. You should find out that the file has read, write and execute permission. If the file has write permission then copy the file to the directory; … |
Good Morning All, I am looking to develope a new product and I am needing software, hardware and an app developed. I have no idea where to start and I thought I would reach out for advice. | |
Team, Hope you all are doing fine I have one admin server which is being used dedicately to run cron jobs on hourly basis, fetching the details from Database which is in a different server.These cronjob are run on every hourly/5 minutes basis depending as per end user requirement. The … | |
My Java Sir told me to install MySQL-server, workbench, and connector. I did that somehow after spending 30+ hours reading different posts. After launching Workbench, I went to Tools > Start Shell for MySQL Utilities. Which gave me this popup: https://imgur.com/GQvHKsI Pressing Download option redirected me to this website: https://imgur.com/ETr2nrY … | |
Hi DaniWeb People. I am not really a network guy so please excuse me if this is a silly question. I want to find out if it is possible for me to set up one server that allows me to create various user profiles and let employees log into the … | |
[ATTACH=RIGHT]16368[/ATTACH]Users of multiple Google accounts have found it inconvenient in the past to have to log in and out of the individual accounts in order to access a particular one. [URL="http://www.google.com/support/accounts/bin/answer.py?answer=181602"]Now you can access all of them from a single browser window[/URL]. The functionality, which is in the process of … | |
My dad has an older laptop that I intalled Linux Mint on a long time ago and he loves his Linux Mint. For Father's Day I got him an SSD but when I would get to the part of the installation where it needs to format the drive it would … | |
![]() | I bought two refurbished (?) HP SFF computers from Amazon. They were older computers fitted with Win10 Pro. I have been pleased with my purchases. I developed a problem with one of the computers that I could not correct. A system restore would have corrected the problem, but I could … ![]() |
mklink can be run from any command path, therefore I'm trying to run mklink though runas by means of runas /noprofile /users:AdminUser mklink but I can get error that The system cannot find the file specified ? How can I tell runas to run the command mklink as I would … |
The End.