145 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for Xozz

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 …

Microsoft Windows
Member Avatar for GeordieLad
0
802
Member Avatar for enzed93

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. …

Microsoft Windows bsod
Member Avatar for rproffitt
0
355
Member Avatar for acoustic24

Hi folks, please see the attached screenshot, there is no way to create a task. and no task library, Any ideas please ![Task_scheduler.jpg](/attachments/large/3/d441b6463bab59a396db2c013da31fe0.jpg)

Microsoft Windows microsoft windows-7
Member Avatar for rproffitt
0
272
Member Avatar for JamesCherrill

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: …

Microsoft Windows windows-10
Member Avatar for Ron Peters
0
4K
Member Avatar for chuckc

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 …

Microsoft Windows tools
Member Avatar for Reverend Jim
0
380
Member Avatar for banvari

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 …

Microsoft Windows microsoft server
Member Avatar for Reverend Jim
0
355
Member Avatar for webinvest

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 …

Microsoft Windows excel
Member Avatar for Getahun_2
1
22K
Member Avatar for JwAlstrom

**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 …

Member Avatar for rproffitt
0
1K
Member Avatar for AndrewGerard

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. …

Microsoft Windows windows-10
Member Avatar for rproffitt
0
373
Member Avatar for AndrewGerard

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 …

Microsoft Windows windows-10
Member Avatar for Reverend Jim
0
335
Member Avatar for omi4u

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 …

Microsoft Windows
Member Avatar for omi4u
0
1K
Member Avatar for Steven1142

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 …

Microsoft Windows
Member Avatar for Steven1142
0
310
Member Avatar for beforerooting

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.

Microsoft Windows
Member Avatar for rproffitt
0
379
Member Avatar for Anvi9

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> …

Microsoft Windows
Member Avatar for rproffitt
0
244
Member Avatar for crazyvonzipper

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 …

Microsoft Windows server small
Member Avatar for rproffitt
0
336
Member Avatar for MickeyD

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 …

Microsoft Windows microsoft windows-10
Member Avatar for MickeyD
0
2K
Member Avatar for Siberian

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 …

Microsoft Windows command
Member Avatar for Siberian
0
431
Member Avatar for Dani

An oldie but a goodie, for you Canadians out there. I thought I'd make the solution provided within [this thread](https://www.daniweb.com/hardware-and-software/hardware/threads/94301/help-my-keyboard-does-french-instead-of-question-marks) a bit easier to discover for those still suffering from the problem. To switch between English and French keyboards, press `Shift+Control`.

Microsoft Windows keyboard
2
2K
Member Avatar for rproffitt

My workaday laptop is now an Acer Predator which while being very nice and all started to boot up with Windows Sticky Keys enabled. Now being a long time Windows user I went to the usual control panel, turned it off but it turned back on if the machine was …

Microsoft Windows
1
2K
Member Avatar for John_236

(Date Class) Create class Date with the following capabilities: a) Output the date in multiple formats, such as MM/DD/YYYY June 14, 1992 DDD YYYY b) Use overloaded constructors to create Date objects initialized with dates of the formats in part (a). In the first case the constructor should receive three …

Microsoft Windows windows-10
Member Avatar for JamesCherrill
0
267
Member Avatar for kylewalkerup

Hi, I am using Windows 10 on my Core i5 laptop. from last 1 month I am facing an issue. This issue does'nt arise every time. Sometimes I logged into windows account without any problem, but some times it takes hours to go to the logon screen. It shows "Attempting …

Microsoft Windows windows-10
Member Avatar for Steven1142
2
3K
Member Avatar for it@61@sec

I try to mark content from a web-page (with pictures, hyperlinks etc) to clipboard and then paste it into Microsoft Word (belonging to the Office 365 Home suite). Then I discover problems starting with the following warning: "A potential vulnerability has been identified in Microsoft Office. This document contains fields …

Member Avatar for rproffitt
0
2K
Member Avatar for Xozz

I made a list of applications that don't enable me to mount ISO-files. Here: PowerISO doesn't mount Virtual CloneDrive doesn't mount ISODisc doesn't mount KernSafe doesn't mount OSFMount doesn't mount Pismo File doesn't mount WinISO doens't mount Daemon Tools doesn't mount What should I do?

Microsoft Windows dvd
Member Avatar for rproffitt
0
563
Member Avatar for chuckc

What is the best/easiest way to add a directory to 'Path' when starting a CMD (MS-DOS) window? It used to be possible to do this with an AUTOEXEC.BAT file in XP.

Microsoft Windows path
Member Avatar for chuckc
1
4K
Member Avatar for MCMLXXXV

Hello everyone. Despite my boot order set to Windows Secure Boot (USB last) and UEFI, when I turn my computer on it hangs at loading until I disconnect all USB external devices. When the computer tries to go to sleep mode, the screen goes black and I can hear the …

Microsoft Windows laptop windows-10
Member Avatar for vasdrakken
0
525

The End.