-
Content Count
935 -
Joined
-
Last visited
About Joshua
-
Title
Recovering Grammar Nazi
- Birthday Oct 09, 1998
Contact Methods
-
Steam
joshua_1128
Profile Information
-
Location
London, United Kingdom
-
Gender
Male
-
Occupation
Sysadmin/Support
System
-
CPU
AMD Ryzen 5 1500x
-
Motherboard
Gigabyte AB350N
-
RAM
8GB Corsair Vengeance 1600Mhz & 8GB Kingston
-
GPU
EVGA GTX 970
-
Case
Fractal Design Core 2300
-
Storage
960 Evo, 840 Evo, WD Green, Seagate Barracuda
-
PSU
OCZ ZX 650w
-
Display(s)
LG IPS234V-PN, Acer CB241HQK
-
Cooling
Corsair Hydro 100i
-
Keyboard
Anne Pro Browns & DKY Shine Zero all blue & Steelseries Apex Pro
-
Mouse
Perixx MX200II
-
Sound
Razer Kraken USB
-
Operating System
Windows 10
-
Phone
OnePlus 6T
Recent Profile Visitors
3,769 profile views
-
Adding date to the name of files and folders
Joshua replied to Jacques Cartier's topic in Programs, Apps and Websites
Hi Jacques, we had a similar conversation a few days ago regarding searching a filename. I am going to ignore your preference of using total commander here. As we mentioned before, you can add whatever you like to your context menu via the following reg edit: [HKEY_CLASSES_ROOT\Directory\shell\Run Batch script] @="&Run Batch script" [HKEY_CLASSES_ROOT\Directory\shell\Run Batch script\command] @="\"H:\\BATCH_FILE_PATH\\context-batch.bat\" \"%1\"" You can use the existing %date% and %time% environment variables to get date/time in batch. You can concatenate them or format them howeve -
I find many of the responses in this thread confusing. I have a TV, a monitor, pair of speakers, USB headset and 3.5mm headphones that can all be used as output/input devices. I have spent that last 5 minutes plugging and unplugging all of these devices, and not once did the device change except for when my default device was unplugged. As soon as I plug my default device back in, the output device gets set back to it. My chosen output device is a set of 3.5mm speakers & subwoofer that have no attached software. I have my built-in sound card drivers installed but no utility.
-
Despite your original request of It cannot be done period. Third party virtual desktop applications have been mostly abandoned as Windows 10 handles them so well. The suggested workaround: Create two (or more) folders called desktop1, desktop2 .... etc Fill each folder with the icons you'd like on each virtual desktop Make a batch script that is tied to a macro/shortcut that will switch between desktops (by outputting Win + Ctrl + Left / Win + Ctrl + Right) that moves all current desktop icons to the desktop1 folder, then moves contents of desktop2 to desk
-
The contents of desktop.ini you have just described is typical. The file itself is nothing to worry about. I can confirm that having that box ticked, the "Hide protected operating system files" is what hides desktop.ini You're saying that "Hide protected operating system files (recommended)" is ticked but you still see the file?
-
For future reference, error 0x800700d can almost always be fixed by booting to installation media and running sfc /scannow on the problematic installation. That error usually means one of the system files relied upon for upgrade is corrupt. I can assure you sfc /scannow will resolve as I run all the updates at my workplace!
-
Yep easy - go to change the owner and in the search box put "NT Service\TrustedInstaller" then check names. This will set it back. Don't forget to add yourself as having r/w ability so you don't lose access to the folder.
-
This is only possible on Windows 10 Professional/Enterprise. You cannot do it on Home Premium or Standard. When on Professional/Enterprise, it is a menu option on the screen that is asking for Microsoft Account. Ctrl + Shift + F3 also does this for you on Pro/Ent
-
For a network location to appear under "My Computer", it will have had to have been mapped by the user. When a user does this, by default Windows will store their username and password for this mapping in the Credential Manager. Each time they go to access the location, it queries the server with the saved credentials and the server decides if the user should be granted access to this location. If the server is appearing under "Network", turn off Network Discovery for all users or disable the "Function Discovery Provider Host" service on the server. There should be no reason why an
-
Automatically copy a filename and launch a web search about the file
Joshua replied to Jacques Cartier's topic in Programming
You can add a batch file to your context menu via the following registry edit: [HKEY_CLASSES_ROOT\Directory\shell\Run Batch script] @="&Run Batch script" [HKEY_CLASSES_ROOT\Directory\shell\Run Batch script\command] @="\"H:\\BATCH_FILE_PATH\\context-batch.bat\" \"%1\"" Where "&Run Batch Script" is the what you would like to appear in the menu and the second part is the location of the script. To get a .bat file to google something is to just have it open "https://www.google.com/search?q=YOUR SEARCH HERE" in your choice of web browser, so bang this into .bat to googl -
I second this; you certainly are showing hidden/system files. Untick this box in file explorer: If still there, until this box:
-
See the OP for resolution!
-
I had an issue where all audio was accompanied by a clicking sound and audio with videos would gradually become more and more out of sync. I updated all drivers, used multiple different output devices with different cables etc, I ran system file checker and refreshed windows. Today, I noticed that when I got a MalwareBytes notification (I have only had malwarebytes for about 2 weeks, the same length of time I've had the issue) that my audio severly slowed down along with mouse movements. I immediately uninstalled malwarebytes and everything is back to normal. No audio clicki
-
Have you right-clicked the LiteTouchPE boot image within WDS and and added drivers to it?
-
What are the temperatures like? Does it remain at 0.39GHz when under full load?
-
Just Built New PC and it's not recognizing HDD or Ethernet cable
Joshua replied to Alexb770's topic in Troubleshooting
When you go to the Network and Sharing center within Control panel, what connections are shown? If your HDD is not in bios then either of the cables are faulty. Is the HDD powering on? Is SATA cable correctly inserted to both Mobo and Hdd?