topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 26, 2024, 2:29 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ConstanceJill [ switch to compact view ]

Pages: [1]
1
Hello there :)

As some of you may be aware, Windows' "C:\Windows\Installer" folder tends to grow increasingly larger as time passes and more updates get applied to programs which rely on Windows Installer — especially if you've had the same version of Microsoft Office for a few years and let Windows Update do its thing automatically.
There are various solutions to this problem such as:

  • reinstalling the system from scratch: huh, overkill much?
  • completely uninstalling the big programs/software suites that had multiple updates in the past, and reinstalling them (if still needed) with only the latest, current patches: while less overkill than a complete system reinstall, it's still not a very practical solution
  • moving the folder to a different drive and making a hard link to it: may not always be feasible, especially if you have a laptop with no room to add another internal storage drive… also, while that's kind of clever, it's only a workaround that doesn't really address the main problem
  • using a dedicated cleaning tool such as PatchCleaner: IMHO, that appears to be the best option

However, some people may have trust issues with PatchCleaner because it is closed source.

So, since I was curious about how that worked, I tried to figure out how to identify superseded patches and started to script my own, open source (it's a .bat file, not obfuscated) solution that should give similar results — albeit with a much less sexy interface and less options, but the more suspicious people can actually inspect the code!

A few words of caution, though:
  • I've only tested it on a few computers so far, all running the same version of Windows (7)
  • while I've not noticed any issue after using my script to "clean up" those (again very few) computers I did test it on, and had no problem applying the august 2019 security updates for MS Office 2010/2013 on them, I cannot tell for sure if there won't be issues later on
  • I'm not even a programmer, which I guess increases the probability for this script to not be extremely reliable ^^'

This is why I need testers, preferably technically inclined ones for now, so that if my script causes an issue, they're more likely to be able to clearly explain it and maybe even solve it by themselves.

With that being said, the script is in the attachment.

Feel free to reply with any constructive criticism!

2
General Software Discussion / Image editor with a zoom reticle?
« on: July 25, 2019, 05:46 AM »
Hey there,

I've been wondering if there is any image editor out there (or maybe a plug-in for an existing image editor), preferably freeware, where the user can press or hold a key to activate a zoom reticle over a very localized area.

The point being: while helping my users via remote control, I often want to take screenshots of a specific window to document the issues they're having, however I can't exactly do that with Alt+Printscreen due to the active window on my end being the remote control software's.
So what I do is take screenshots of my whole monitor, which I then have to crop as I want to show only the relevant window(s).

However, I'm a bit of a maniac when it comes to cropping, and as much as possible, I want to avoid having a few lines of pixels that aren't part of the window showing on the edges, or the window's picture to have missing pixels — yeah, I should probably take some kind of medication for that ^^'.

So I use the zoom feature from whichever picture editor I have at hand, so I can see the individual pixels while making my rectangular selection, but then the whole picture is zoomed in and unless it's actually quite small, I can't see both the top left and bottom right corner at the same time, which is annoying.

Thus the idea of a zoom reticle which could be activated and deactivated with a keypress (or by holding a key).

I did try using Windows' magnifying glass, but its zoom is blurry and not "pixel perfect" — I guess they wanted it to have some kind of antialiasing.

Does anyone know of an image editor which includes that feature, or has/could have a plug-in which does that?

Failing that, maybe an alternate magnifying glass software which could be enabled and disabled from the keyboard (so I don't need to move the mouse to disable it), and if possible would even allow slowing the mouse movement when it's active? Obviously, it should allow to see exactly where the mouse cursor is.

If not, then I guess that could be a coding snack…

3
Hello there .o/

Intro (to skip, go to the next bold text)
One of my colleagues has been working lately on making and documenting a procedure to automatically install an OS on a specific model of computer using SCCM.

While his process works fine, his documentation looks awful, mostly due to the quality of his pictures, which he made by taking photos of the screen with a phone while performing the procedure :(

I can easily take better quality pictures of most of the process by performing it in a virtual machine, however as far as I know, I can't have the VM's BIOS be identical to that of our real hardware (?)

I've already tried to decrease the color depth of his photos to 16 or 256 with IrfanView, with or without dithering, but the results always look pretty bad :/

Another option would be for me to re-type *everything* that appears on the screen and maybe add ANSI escape codes for color, but that would be very time consuming and could cause adding typos...

And this is why I would like … End of Intro
… a program that would take a picture, and decrease the color depth of each pixel to the nearest one that specifically exists in the palette that text mode DOS/Windows console can use (see color /? from the command line if needed).

I've seen that there is a program here: https://www.codeproj...520306/ASCII-Imaging which does something kind of similar, however from what I understand, there would be a few issues with trying to use that one for my needs:
- it would most likely try to replace every colored area with characters of its own choice
- it "works best" with 80 pixels wide pictures, which would obviously would make the pictures I want to "convert" unreadable, at 1 only pixel per character

Does someone know of such a program? Or does one of you want to give a try to making it?

4
Skwire Empire / Spews : about the automatic switch delay
« on: April 05, 2018, 08:47 AM »
Hi there .o/

I've noticed something: I recently set the automatic wallpaper switching delay to 240 hours, but after exiting the program and starting it again, I see it has been set to 100 hours instead of the 240 I had chosen.

I guess it's a limit that has been set on purpose (?)
Anyway, would it be possible to let the user also choose "days" for the time delay unit?

Also, I just tested (with version 1.0.8) and setting the delay to 0 seconds just makes it switch wallpapers very quickly (as fast as it can, I guess). Would it be possible to make it so that when set to 0 seconds, it disables automatic switching (while still letting the user manually switch with the previous/next wallpaper hotkeys, and/or keeping the switch at startup)?


Note: made a new thread because of the message about the original thread's last reply being more than 360 days old.

5
Hello there .o/

I've been looking for a while but didn't find any way to force programs under Windows 7 to use the "Common File Dialog" (as shown here: http://msdn.microsof...60%28v=vs.85%29.aspx ) instead of the newer "Common item Dialog" ( illlustrated there: http://msdn.microsof...13%28v=vs.85%29.aspx ).

Would anyone here know of some way, or perhaps be able to create some sort of "hack"/utility which would do that?
I really hate the newer dialog that shows that whole tree filled with folders I don't usually need to access, while the older dialog and its customizable "Places bar" was just fine.

Thanks for your replies :}

6
Hello there .o/

I'm looking for a program which does the following :
- can run on both 32 and 64 bit versions of Windows
- lets the user specify several binary patterns and associated file extensions (either within the program's interface or via a simple editable text configuration file), a source file to "scan", and a destination folder
- looks for the binary patterns in the source file to "cut" it into new files: each output file being a slice of the "source" file, starting where a matching pattern was found. The extension for each slice should be the one the user associated to the corresponding binary pattern.

The main point of the thing is to easily "extract" some files which are actually uncompressed concatenated binary resources such as pictures or sounds, which quite a few video games use, based on their file format headers.

The good news is it actually already exists as free and open source software — see http://trollz1.free.fr/?p=deconcat and http://trollz1.free....cat.c/0.3-r1/_README — however :
- I've had it fail to work unexpectedly several times, so I guess a more stable version would be a great improvement ^^'
- it would also be nice if it didn't have that 4 GB file limitation
- it could be much more user friendly as it's console driven (I guess a GUI would help)

I've also found a while ago a program named ripper5 which seems to do a similar job but it was made for DOS and, as such, can't run natively on 64 bit Windows.


Can someone please either have a look at deconcat to make it work better, or make a new similar program (the choice is yours ^^) ?
I would be very grateful :}

7
Post New Requests Here / So, about wallpaper changers...
« on: December 24, 2013, 03:54 PM »
Hey there .o/

I have a kinda specific request, for after trying various wallpaper changers I can't find the one that perfectly meets my needs.
It seems simple (at least from a user's point of view) yet from all the programs I've tried, all miss at least two of the following features :
- randomly chooses a picture from a folder (and its subfolders) to set as wallpaper and repeats the process after a user definable delay
- provides good quality picture resampling¹, keeping aspect ratio no matter what, including support of PNG files ; I don't mind if that requires another freeware (such as IrfanView) to be installed
- can be told to suspend its action if some specific process (in fact any one from a user definable list) is running²
- stay "simple": I don't need such things as automatically get the pictures from social networks, rating pictures or dozens of options...
- be freeware? :D

I took a look at several threads around here (such as https://www.donation...ndex.php?topic=210.0 and https://www.donation...dex.php?topic=1008.0 ) and it seemed that probably could be done by modifying aCkRiTe's AutoHotKey script (which unfortunately I don't feel able to do).

So, does anyone know of a program that does what I want, or can make one? Please? ^^'


¹: because Windows 7's method, as well as many freewares out there, make very ugly artefacts on smaller pictures that didn't have any before upscaling them to the monitor's size, even though it would seem to be common sense to resize before converting to jpeg
²: because some older games such as the first Diablo (and most likely the first StarCraft, though I don't play this one) don't seem to like the wallpaper changing at all when using Windows 7, and I think killing explorer.exe before playing is not an acceptable option :p

8
Hello there :}

I work in some sort of help desk and have been "dreaming" lately of some GUI program which I (and maybe my co-workers) could use as a customizable remote administration console.
I looked for various types of launchers or other "parameterizers", but couldn't find what I need.

Selector first seemed close to that, but still, somehow lacks some things for my needs.

So, without further ado, I guess I should explain how I see the thing…


Main features / requirements :

* A GUI driven program, to be run under Windows (32/64 bits), which would have :
 - a text field where the user would type or paste a "target" : for the usage I have in mind, we would enter there either a networked machine's hostname or IP address
 - a zone with user-definable action triggering buttons (from now on, let's call them "button")

* For each of those buttons, the user should be able to define :
 - a caption (displayed either on the button or near it, up to you and depending on whether or not some of the optional features —see further below— are implemented)
 - a command with optional prefix parameters string (let's call that whole string "prefixcmd" from here on)
 - additional parameter "suffixes" : the user would not be required to enter some, but it is necessary that he would be able to
 - it must be possible for the command to be a .bat/.cmd file, it must NOT be restricted to .exe files (like Selector seems to be, from what I've seen)

* The user should be able to create more, modify or remove individual "buttons", if possible from within the GUI itself (for example by clicking a dedicated button, or by means of a right click/context menu from the empty space in the window) ; if not, by editing a human readable config file

* The buttons list should be saved in a portable config file anyway (please, not in the registry)

* When the user clicks the action button, the program concatenates prefixcmd+target+suffix (without "+" or anything) and starts the resulting command line


Optional Features that would be pretty nice if you have enough time for it :

* let the user chose an optional custom icon for each button

* while the mouse cursor is over a button, display the concatenation of the command that clicking that button would send, either as a tooltip or in a status bar

* ability for the user, when editing an action trigger button, to add some flag for the program to ask confirmation before running that command (useful for "shutdown-like" commands ^^'

* a most recent targets list

* a "favorites" list ; the user should be able to easily add the "current target" to his favorites or load a target from his favorites list


In case you'd need a name for the program, well I've been thinking about it… though I could not settle on something definitive, I suppose something around the lines of "Customizable Remote Administration Panel" (or in short "CRAP") would do ? xD

Of course, don't hesitate to ask if you need me to rephrase something, give more precisions, if you have suggestions etc. :)

9
Activation/License/Language Help / Use in work environment ?
« on: August 23, 2012, 10:49 AM »
Hello there .o/

I've seen on the Keys page that the programs (or is it only some of them ?) are declared to be "free for personal use".
While the "free" word is written in bold, I am more concerned about the "for personal use" part. So my question is : can we use (some of) them in a company ? (Which ones ?)

More specifically, I was thinking of requesting for a specific program which, I think, would be pretty useful for my job… but if, when it's made, it is only free "for personal use", I wouldn't know for sure whether or not I'm allowed to use it at my workplace and share it with my co-workers — while I probably would have no use for it at home.

Can someone please clarify this for me ?

Have a nice day :]

Pages: [1]