Search found 851 matches

by sjj1805
Sat May 31, 2025 1:33 am
Forum: Steve's Scratchpad
Topic: CPhoto Text Labels
Replies: 0
Views: 120

CPhoto Text Labels

Myriad Pro Regular 120pt
by sjj1805
Wed Apr 09, 2025 12:31 pm
Forum: Windows Tweaks
Topic: install php on iis windows 11
Replies: 0
Views: 2978

install php on iis windows 11

To install PHP on IIS in Windows 11, download the appropriate PHP package from the PHP for Windows website, extract it, add the PHP directory to your system's PATH environment variable, and then configure IIS to use PHP as a handler for .php files. Here's a more detailed breakdown: 1. Download and ...
by sjj1805
Tue Mar 04, 2025 1:42 am
Forum: Steve's Scratchpad
Topic: How to reset an octopus-mini
Replies: 0
Views: 9650

How to reset an octopus-mini

I received an email from Octopus telling me how to reset my octopus mini, I can now see my live DATA Make sure its connecting to a 2.4ghz band wifi signal, could you also do the following 1. Start with the Home Mini unplugged. 2. Press and hold the button on the top of your Home Mini, while holding ...
by sjj1805
Tue Feb 25, 2025 2:05 am
Forum: VideoStudio
Topic: Convert MOV to M2TS
Replies: 0
Views: 7049

Convert MOV to M2TS

Convert MOV to M2TS - Template for Videoredo - then can be inserted into VideoStudio for normal editing Size : 0.030 GB Duration : 00:00:15.08 Mux type : M2TS Stream TS mux rate : 17.987 Mbps Video: Encoding : H.264 VideoStreamID : x1011 Frame rate : 25.00 fps Encoding size : 1920 x 1080 Aspect rati...
by sjj1805
Sun Feb 09, 2025 1:25 am
Forum: Steve's Scratchpad
Topic: Sky Q Remote setup for 2 remote controls
Replies: 0
Views: 3749

Sky Q Remote setup for 2 remote controls

It is possible to have 2 Sky Q Remote controls, One in Bluetooth Mode - this one will enable voice control The other in Infared mode - this one will not have voice control To use TV volume on both remotes proceed as follows. Set the first remote (The one you do not need voice sontrol) as normal by p...
by sjj1805
Sat Jan 11, 2025 1:55 am
Forum: Windows Tweaks
Topic: PcaSvc.dll Error
Replies: 0
Views: 6052

PcaSvc.dll Error

https://www.youtube.com/watch?v=XLopUpYehKg

Task Scheduler
Microsoft
ApplicationExperience
Delete PcsWallpaperAppDetect
by sjj1805
Mon Sep 23, 2024 11:35 pm
Forum: Steve's Scratchpad
Topic: Count number of jpg files in sub-directories
Replies: 0
Views: 4648

Count number of jpg files in sub-directories

Note - Only goes one level deep and displays results in CMD shell, Could do with a modification to include more than one level and to output to TXT file Original source: https://stackoverflow.com/questions/40150480/how-do-i-count-all-files-in-all-sub-folders-in-a-directory-and-its-sub-folders-b @Ech...
by sjj1805
Sat Sep 07, 2024 9:36 am
Forum: Steve's Scratchpad
Topic: Create EXIF Title from Date Taken
Replies: 1
Views: 4088

Create EXIF Subject from Title

"-exif:xpsubject<xmp:title"
by sjj1805
Fri Sep 06, 2024 1:39 am
Forum: Steve's Scratchpad
Topic: Create EXIF Title from Date Taken
Replies: 1
Views: 4088

Create EXIF Title from Date Taken

Using the ExifTool GUI
Use the following

"-title<${DateTimeOriginal" -d "%d %m 20%y"
Or substitute %m with the actual month name
"-title<${DateTimeOriginal" -d "%d June 20%y"
by sjj1805
Mon Dec 18, 2023 10:40 am
Forum: Windows Tweaks
Topic: Permanently Turn Off Windows 10 Updates
Replies: 0
Views: 6670

Permanently Turn Off Windows 10 Updates

Open Windows Explorer and go to "C:\Windows\System32\". In the search box enter “wuau” to find the following 3 files wuaueng.dll wuauclt.exe wuaueng.dll.mui Locate each one in turn, right click on it and choose Properties. Select the Security tab and then click Advanced. Click Change Owner...
by sjj1805
Mon Dec 18, 2023 10:40 am
Forum: Windows Tweaks
Topic: Permanently Turn Off Windows 10 Updates
Replies: 0
Views: 4976

Permanently Turn Off Windows 10 Updates

Open Windows Explorer and go to "C:\Windows\System32\". In the search box enter “wuau” to find the following 3 files wuaueng.dll wuauclt.exe wuaueng.dll.mui Locate each one in turn, right click on it and choose Properties. Select the Security tab and then click Advanced. Click Change Owner...
by sjj1805
Tue Jul 25, 2023 12:02 am
Forum: Windows Tweaks
Topic: Laptop - MARS
Replies: 0
Views: 5335

Laptop - MARS

Service Tag BS6VDS1
Dell Latitude E6420
Current BIOS revision A25
by sjj1805
Thu Jul 20, 2023 10:12 am
Forum: Windows Tweaks
Topic: Template - FIND Function MS Access
Replies: 0
Views: 4875

Template - FIND Function MS Access

Function fnd() f = "": g = "" If [Text11] <> "" Then f = "EventTable.EventID like " & Chr(34) & "*" & [Text11] & "*" & Chr(34): g = " And " If [Text12] <> "" Then f = f & g & "EventTable....