[Shell Patcher] Tango Icons for Windows


Recommended Posts

niceeeeee

BTW

any tango thunderbird icon?

I haven't tweaked one up yet... the icon included in Tango-materia is just the normal one, you don't need to bother with that unless you want it as a PNG, and it'd almost be simpler (at least, from the perspective of a guy with no bandwidth who already has the tool for doing it) just to convert Thunderbird's normal icon to PNGs. Hylke's looks like it'd be a nice start, but they seem somewhat oversimplified to me as well (he claims that the guidelines made him do it), but he's afraid of Mozilla's army of fire-breathing lawyers and declares his for private use only, so I'm not touching it. I'm not going to drop my own logo edit unless I either hear from Mozilla's army of fire-breathing lawyers, or stumble across a mailing list / forum / etc post from someone more official to Mozilla policy stating that sort of thing. Edited by vertigosity

Here's my "mockup." And by "mockup," I mean, "finished product."

^ I've needed to do that for a nice long while.

I like this a lot. I'm just wondering. How would the standby icon look like; if it was just the moon and stars, and not the computer monitor around it.

I like this a lot. I'm just wondering. How would the standby icon look like; if it was just the moon and stars, and not the computer monitor around it.
The background's too light for it, really... I'd have to at least reverse the colors. I think it works pretty well the way I've got it right now, honestly. I think the drawing looks too simple to be used on its own, as well.
please make the turn off icon like the log off on log off dialog

this white one looks not that cool imo

Yeah, it's not that great, but it IS authentic. If I were going to replace it, I'd borrow the icon from gnome-icon-theme2.

The background's too light for it, really... I'd have to at least reverse the colors. I think it works pretty well the way I've got it right now, honestly. I think the drawing looks too simple to be used on its own, as well.Yeah, it's not that great, but it IS authentic. If I were going to replace it, I'd borrow the icon from gnome-icon-theme2.

i actually kinda like the turn off icon, its very practical and somehow links the computer work back to the basics of functionality.

Best.Icon.Set.Ever

The only thing i think should be put as high priority is a new installer with the option of picking say Firefox/Thunderbird and so on icons.

I know this has been said a million times, but i just thought id say thanks and know that ive done all i can do :)

Keep up the excellent work man

i actually kinda like the turn off icon, its very practical and somehow links the computer work back to the basics of functionality.
Yep - lightswitch. It sorta takes a second to figure out - viewed straight-on, there's not really enough perspective.
Anyone got a a Hi-Res Internet Explorer tango icon?
SVG available here. How high-res do ya want it?
The only thing i think should be put as high priority is a new installer
Yeah, work on my own installer's pretty much on hold for a while - time contraints, real life getting in the way. I can piddle with icons and vectors in my free time, but coding in a real language sorta requires a nice big block of time. I might have a few creative ideas for wrapping batch scripts, environment variables, and a simple VB app up in a box, though :wacko: Edited by vertigosity
ever since i installed this program this has been happening to my computer

i tried the un hack program or whatever but it did nothing. please help me out here, its getting pretty annoying

What's happening? You're getting notifications that the firewall has been disabled, and it won't turn on, or you're getting notifications and you have turned the firewall off intentionally? If it's the latter, simply turn the notifications off. If it's the former, I suspect the cause to be related to something else; I've seen this kind of behavior on machines that've never even seen a reference to my shell patcher, and I don't have any good leads on the cause. The shell patcher does not modify the registry in any way, so if it is a result of the patcher, the original file restoration script should have reversed it, and if it failed to, then having Windows restore its files from the original copies (using the sfc /scannow command that I never can seem to shut up about) should fix it.

I'm not doing any GUI/native-coded stuff, and that's final. Working with VB6 to do ANYTHING makes me feel as if I'm smashing my forehead into a brick wall repeatedly, and VB6 is the only native-Windows language I am familiar with and have development tools for. I can do magic in Java, but that's really not appropriate as it isn't native code, and requires massive runtimes that not everyone has. It's pretty much an explicit requirement for this project of mine that any external dependency not included with the OS is assumed to be absent. I'm keeping the batch scripts, as I've said several times before less authoritatively, and if that bugs anybody, I'll just make more and scarier disclaimers for the problems they have. Yeah, I'm getting kinda Bant-y, but working with VB puts me in that sort of mood.

What's happening? You're getting notifications that the firewall has been disabled, and it won't turn on, or you're getting notifications and you have turned the firewall off intentionally? If it's the latter, simply turn the notifications off. If it's the former, I suspect the cause to be related to something else; I've seen this kind of behavior on machines that've never even seen a reference to my shell patcher, and I don't have any good leads on the cause. The shell patcher does not modify the registry in any way, so if it is a result of the patcher, the original file restoration script should have reversed it, and if it failed to, then having Windows restore its files from the original copies (using the sfc /scannow command that I never can seem to shut up about) should fix it.

no look at the text, its all some kind of gibberish (or another language :D ) i dont know what to make of it. the file restoration script does nothing. when i run it there are still some icons chnged, and the wierd text is still there. the other day i system restored and it was gone but had to un restore for some reason. i tried doing that again today but it didnt work, what is this sfc /scannow command? im sorry if im being a bit of trouble. i love the look of the icons and everything but im just frustrated with this unwanted effect its having on my computer.

thanks for the help so far

no look at the text, its all some kind of gibberish (or another language :D ) i dont know what to make of it. the file restoration script does nothing. when i run it there are still some icons chnged, and the wierd text is still there. the other day i system restored and it was gone but had to un restore for some reason. i tried doing that again today but it didnt work, what is this sfc /scannow command? im sorry if im being a bit of trouble. i love the look of the icons and everything but im just frustrated with this unwanted effect its having on my computer.

thanks for the help so far

Wow... yeah, I noticed that, but assumed it was actually the correct language. It looks like it could be Polish, or maybe one of the Cyrillic languages (ie, Russian), except mis-printed in the Latin character set. I have to say, this is the first time I've seen... anything like this ... AT ALL! New bug, I'm impressed.

Give sfc /scannow a shot - if you feed your machine a proper Windows CD, and run "sfc /scannow" from say, the run dialog, it'll recopy the original Windows files. It's incredibly useful for situations when you need to recover the original set of system files when they've been mangled for one reason or another, such as, if say, some idiot's shell patcher didn't uninstall properly :whistle: but don't want/don't need/can't use the full-system treatment of System Restore. One caveat: It does restore to the version of the file from the CD, so you'd need to redownload any interim hotfixes.

I'm not doing any GUI/native-coded stuff, and that's final. Working with VB6 to do ANYTHING makes me feel as if I'm smashing my forehead into a brick wall repeatedly, and VB6 is the only native-Windows language I am familiar with and have development tools for. I can do magic in Java, but that's really not appropriate as it isn't native code, and requires massive runtimes that not everyone has. It's pretty much an explicit requirement for this project of mine that any external dependency not included with the OS is assumed to be absent. I'm keeping the batch scripts, as I've said several times before less authoritatively, and if that bugs anybody, I'll just make more and scarier disclaimers for the problems they have. Yeah, I'm getting kinda Bant-y, but working with VB puts me in that sort of mood.

What about some kind of 'reload' script to apply after Windows updates? Is it possible to identify the files which have changed since the original patch was done?

I really liked this when I was using XPize.

Go to the run box and type:

sfc /scannow

And let it go. If that's happening because of modified system files, this utility will find it and replace it. It may ask for you XP disk.

Also, what VS are you using?

What about some kind of 'reload' script to apply after Windows updates? Is it possible to identify the files which have changed since the original patch was done?

I really liked this when I was using XPize.

That was almost all of the point behind porting the patcher to a full programming language - It'd need to be able to compare modified file dates. If I had a small tool that read a the file modification date and dropped it into an environment variable in a format with no sorting required (YYYYMMDDHHMMSS), it'd almost be trivial to implement in my perverse language of choice (NT batch scripts), but I haven't found such a tool, and haven't tried to learn enough C and get a C compiler set up to say it's something I could make.

If you don't want to make your own: post-108441-1150252844.png :alien:

Yeah, but don't forget the low-res icons in that. Attachment has it done right :shifty: As an aside, the mass-renaming I did a while back was done partly with the idea of maybe doing a "hi-res" fork later on, when I have SVGs for everything. I'm actually getting pretty close to being there, although I honestly think having all those high resolution icons in system files is just begging for trouble. Edited by vertigosity

That was almost all of the point behind porting the patcher to a full programming language - It'd need to be able to compare modified file dates. If I had a small tool that read a the file modification date and dropped it into an environment variable in a format with no sorting required (YYYYMMDDHHMMSS), it'd almost be trivial to implement in my perverse language of choice (NT batch scripts), but I haven't found such a tool, and haven't tried to learn enough C and get a C compiler set up to say it's something I could make.

I will see what I can do. That shouldn't be so hard to realize in C.

Just to make it clear:

A guiless (DOS) program which reads the file modification date and time of a given file, converts the date and time to "YYYYMMDDHHMMSS" and writes this value to an env variable called for example TANGOMODIFIED?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Win11Debloat 2026.06.14 by Razvan Serea Win11Debloat is a lightweight, easy to use PowerShell script that allows you to quickly declutter and customize your Windows experience. It can remove pre-installed bloatware apps, disable telemetry, remove intrusive interface elements and much more. The script also includes many features that system administrators and power users will enjoy. Such as a powerful command-line interface, support for Windows Audit mode and the option to make changes to other Windows users. All changes made by Win11Debloat can be easily reversed, and most removed apps can be restored via the Microsoft Store. A full guide on how to undo the changes is available here. Win11Debloat features: Below is an overview of the key features and functionality offered by Win11Debloat. Please refer to the wiki for more information about the default settings preset. Remove a wide variety of preinstalled apps. Click here for more info. Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads. Disable tips, tricks, suggestions & ads across Windows. Disable Windows location services & app location access. Disable Find My Device location tracking. Disable 'Windows Spotlight' and tips & tricks on the lock screen. Disable 'Windows Spotlight' desktop background option. Disable ads, suggestions and the MSN news feed in Microsoft Edge. Hide Microsoft 365 ads on the Settings 'Home' page, or hide the 'Home' page entirely. Disable & remove Microsoft Copilot. Disable Windows Recall. Disable Click to Do, AI text & image analysis tool. Prevent AI service (WSAIFabricSvc) from starting automatically. Disable AI Features in Edge. Disable AI Features in Paint. Disable AI Features in Notepad. Disable the Drag Tray for sharing & moving files. Restore the old Windows 10 style context menu. Turn off Enhance Pointer Precision, also known as mouse acceleration. Disable the Sticky Keys keyboard shortcut. Disable Storage Sense automatic disk cleanup. Disable fast start-up to ensure a full shutdown. ...and more. Once you’ve downloaded the Win11Debloat file (Get.ps1), just follow these quick steps: Locate the Get.ps1 script file. Right-click the file and select Run with PowerShell from the context menu. If prompted by User Account Control (UAC), select Yes to grant the script the necessary administrative permissions. Win11Debloat 2026.06.14 changes: This is a minor release that hopefully addresses the false positives in Windows Defender and Bitdefender that prevented users from downloading and/or running Win11Debloat. Refactor Get-RegFileOperations.ps1 to address false positives by @Raphire in #626 Add logging around WinGet app retrieval and increase timeout to 20s by @Raphire Download: Win11Debloat 2026.06.14 | Open Source View: Win11Debloat Home Page | Screenshots 1| 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Still using Microsoft Money 2005 in 2026 here!
    • I have a couple to mention, and they still run great on Windows 11 Adobe Lightroom Version 2 Alcohol 120% CLZ Book, Comic, Game, Movie, & Music Collector (PC - No longer sold / Grandfathered in - now mobile apps/online only) DVDDecrypter ISO Buster Pro version 1.9.1 (Still supports HD-DVD too) Nero Burning Rom 8 (Only the burning software, no backup, media converter, etc)   OpenAL (Runtime) - GuildWars 1 Reforged still uses it for 3d headphone audio PowerDVD 12 Ultra SPTD (SCSI Pass through Direct Driver) UltraISO Windows Media Encoder 9 WinImage You can tell I still sport an optical drive    
    • Linux 7.1 arrives with an NTFS overhaul and major hardware performance boosts by Paul Hill The founder of the Linux kernel has just announced the availability of Linux 7.1. This is a stable version of the kernel that will now be tested by various Linux distributions before it is shipped to users through update managers. Some users, like those on Debian, for example, might not get it for a long time, if at all, while Fedora users can expect it in the near future. With Linux 7.1 out on time, the merge window for Linux 7.2 is now open, giving contributors the opportunity to send in major new features that have been waiting for the last two months. Torvalds warned that he is currently travelling and will be in another timezone, so timing for the merge window may be irregular due to timezone differences and limited internet access. Torvalds said that he has already fetched early pull requests to allow him to do some offline work, but the travel could still cause disruption. Right now, he is not planning to extend the release, but did consider it. He said he might later regret not extending, though. In terms of this last week of development for Linux 7.1, Torvalds said there were no major or alarming changes. This week consisted mostly of smaller driver updates to GPU, networking, and sound, networking fixes, trace tooling fixes, and misc minor fixes. The shortlog this week lists fixes for driver bugs, memory leaks, I/O and USB fixes, networking and RDMA fixes, DRM/graphics fixes, and tooling and verification improvements. Specific fixes include USB series heap-overflow and buffer overflow fixes, and multiple use-after-free, memory-leak, and refcount corrections across subsystems such as i2c, zram, gpio, and net. There are fixes for graphics drivers, including amdgpu, i915, and virtio, as well as hypervisor and virtualization tweaks affecting mshv, vmbus, and hyperv. According to Phoronix, anyone running Linux 7.1 should look out for the new NTFS driver, Intel FRED for improved performance on Panther Lake and future CPUs, faster graphics with Intel Arc Battlemage, and improvements for older AMD Radeon GPUs. If you are running Linux on your computer and everything is fine, then you don’t need to worry about updating to Linux 7.1 as a priority; just wait for it to be pushed to you. If you have tried Linux on hardware but it didn’t work properly, trying again with a distro that uses Linux 7.1 could cause Linux to work on your machine, thanks to the new hardware support.
  • Recent Achievements

    • Week One Done
      Jeroen Wilms earned a badge
      Week One Done
    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      508
    2. 2
      +Edouard
      197
    3. 3
      PsYcHoKiLLa
      139
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!