Drivers/Hardware :: How To Make Pop Up Appear
Aug 20, 2015How to make the Pop UP appear in Windows 10?
View 1 RepliesHow to make the Pop UP appear in Windows 10?
View 1 Replieshow to make my Nikon D50 camera work on Windows 10? It worked fine on XP and 7, but not at all since upgrading to 10. The windows 10 help page has a link to Nikon, but the D50 driver is not available from there.
View 1 RepliesNeed to make a ext4 logical partition but it is allowing only primary:
View 9 RepliesWhenever I boot up the num lock is off. I would like for it to stay on. Is there a way to fix this?
View 9 RepliesI hate the windows key. How can I remap it to run a program instead? I want it to run a "show desktop" shortcut I got.
View 1 RepliesIs there anyway to make tiles for Win10? Pinning apps to the start menu looks horrible..
View 1 RepliesI cannot get the Taskbar to "hide" in Win 10...Have followed all the directions and checked the correct box but it just won't disappear!
View 3 RepliesI have downloaded all ISO images of Windows 10 through Media Creation Tool. Each ISO image is consisted on both versions (x86 and x64) of respective windows.
Now, I want to convert all Windows 10 ISO images in a single bootable USB in a way which will give me the list of selection of installation windows 10 at the time of installation.
Whenever I try to create a system image or run recimg I get error 12289 and the backup fails. System protection is turned on and maximum space used is set to 20%. I have no third party backup software installed and this is a real not virtual machine.
PHP Code:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="VSS" />
<EventID Qualifiers="0">12289</EventID>
<Level>2</Level>
<Task>0</Task>
[code]...
Stop and start VSS servicesDelete old snapshots using vssadmin delete shadows /for=c: /all (there aren't any)Re-register VSS DLLsRe-install 9926.
Upgraded to 10 yesterday. Any way to make a Windows 10 recovery CD?
View 8 RepliesMy gamer Laptop (ASUS G55VW ROG) is now upgrated from Windows 7 SP1. It went smooth and without errors.Before fiddle around too much I want to make a bootable USB-key with Windows 10 installaion to make a clean install possible if I mess windows up so it can't boot.But how do I make this bootable USB-key? I know I can "reset" the PC from "settings", but that only works if it can boot .I had the understanding, that it would be possible to make a DVD or an USB-pen to make a clean install? And what about cd-key when cleaninstalling from that bootdevice?
View 4 RepliesIs there any way to make an installation disk for Windows 10?
I have my backups and such, but I want a disk where I can scrub the hard disk and reinstall from the beginning.
I would like to make my PC more secure. Windows 10.
View 3 RepliesSo I finally upgraded to windows 10 pro....... but here's the thing the updates are automatic.
Is there any way to make selections and then update like we did in win7 or win8.1?
Click on the video to see the tutorial [URL] ....
View 12 RepliesIt won't let me mark as active in the disk manager. And I need to make it bootable so I can dual boot. Do I need special permissions to make the other partition bootable?
View 3 RepliesI just built my first computer for gaming last night. Everything is perfect and up to date and things are running smoothly. I have a 250gb ssd as my primary drive and i would like to use my 2nd drive which is a 1tb hdd as my storage. I only want to use the ssd for my os.
The 2 drives are Samsung 850 EVO 250gb
Western Digital Black 1tb.
after activating windows 10 upgrade, how do you make the install disk so no key is needed and that you can do a clean install
View 1 RepliesI'd like to have an icon or shortcut to Windows Update, preferably in the Start Window.
Currently I have to type "Update" in search to get there. 3 steps, very clunky.
In Windows 7 we had a link in the Start > Programs Menu. Something like that.
Is there a way to make certain programs only open up on a certain monitor in Windows 10? Right now I am using 2 monitors for programs and a TV to run Netflix app, etc.
View 3 RepliesHow to make super hidden folder?(and super hidden contents,too).... I hope its unsearchable.
View 5 RepliesShort version: Can I make a shortcut that restarts a program?
Long version: I absolutely love Windows 10 and am so glad I upgraded! The only bad thing about it that I can find so far is that every once in a while the start menu and Cortana will stop working. Well, I did some research and found out that if you go into the task manager and restart "explorer.exe" that it reloads the start menu and Cortana so I tried it and it worked! The only problem now is that I don't want to have to go into the task manager and restart explorer.exe every time so I was wondering... is it possible to make a shortcut that restarts explorer.exe?
I was going to make a USB Flash Drive to install windows 10 as described in tutorial by Brink. But I find that ISO has been removed?? Can I still make Flash Drive / How?:
View 2 RepliesAt my college we login to our accounts at the school using our email address and passwords. The domain suffix on the email points to which server we are logging into. So typing "*@domainhere.com" will login to the server paired with "domainhere.com". Windows 10 prompts you at login to provide this email and password. When you login, there are 2 drives mounted, one local and one which is on the server so you can login on any computer and have your files accessible, somewhat like a VPN or FTP storage server.
I run a small team of look developers and have a series of render an storage servers. I am interested in setting something like this up but my knowledge of systems management is limited to what I need as a look developer. This is a system often implemented into pipeline systems and version control systems in look development.
I would like to do a clean install I have downloaded windows10 .iso free version file from creation tool to DVD is the file bootable. If not how do I make a bootable DVD or USB from the downloaded.
View 9 RepliesI've been trying to make a PE image and it is working fine. I can add programs (Macrium, PaleMoon, Explorer++) and it works fine in VM (through virtual Ethernet). It also works booting it from USB.
What I can't do is make WiFi work when booting from USB. I need this as I don't have Ethernet at all on my laptop.
I've tried adding the various drivers but can't get it to work.
This is what I have done so far for WiFi:
Code:
# Add any device drivers (.inf files) - this folder contains BroadcomWirelessWin8x64
Dism /Add-Driver /Image:"$WorkDirmount" /Driver:"$HomeDirDrivers" /recurse
# For Wifi - http://www.msfn.org/board/topic/162453-winpe-40-enable-wireless-support/
Dism /Add-Driver /Image:"$WorkDirmount" /Driver:"$env:SystemRootInf
etnwifi.inf"
Dism /Add-Driver /Image:"$WorkDirmount" /Driver:"$env:SystemRootInf
[code]....