Choose Your Own Netflix Categories
article #915, updated 2454 days ago

Netflix has a lot of categories, and its automatic machines have been given far too much ability to prevent us from seeing our interests. Here is a better way. Try the links here:

http://whatsonnetflix.com/netflix-hacks/the-netflix-id-bible-every-category-on-netflix/2/

Categories:      

==============

Package key signing issues in Manjaro Linux
article #1157, updated 2456 days ago

Per the Forum as of this writing, try each of these twice if needed:

sudo pacman -Sy archlinux-keyring manjaro-keyring
sudo pacman-key --populate archlinux manjaro
sudo pacman-key --refresh-keys

Categories:      

==============

How to download package source code in Arch Linux
article #499, updated 2456 days ago

Here’s the scoop:

http://stackoverflow.com/questions/4468447/how-to-download-source-code-with-pacman-on-arch-linux

Categories:      

==============

Download DevNodeClean for further VSS cleanup
article #1156, updated 2459 days ago

‘vssadmin delete shadows /all’ gets a lot of gunk out, but DevNodeClean:

https://www.microsoft.com/en-us/download/confirmation.aspx?id=42286

eliminates related registry entries, including Device Manager grayed-out items, for even more improvement. This has existed for a while, but not available in public download very long.

Categories:      

==============

Reset Windows update system
article #897, updated 2477 days ago

Here is a reset procedure.

net stop wuauserv
cd %systemroot%\SoftwareDistribution
ren Download Download.old
net start wuauserv
net stop bits
net start bits
net stop cryptsvc
cd %systemroot%\system32
ren catroot2 catroot2old
net start cryptsvc

Categories:      

==============

Make offline or static site copy of any web site
article #1153, updated 2482 days ago

Wonderful tool, cross-platform:

http://www.httrack.com

Categories:      

==============

Citrix Receiver for Chrome
article #1152, updated 2484 days ago

This was tough to find, but it appears current:

https://chrome.google.com/webstore/detail/citrix-receiver/haiffjcadagjlijoggckpgfnoeiflnem

Categories:      

==============

Delete Windows user profiles by command line: DELPROF2
article #1151, updated 2485 days ago

This seems a very nice tool.

https://helgeklein.com/free-tools/delprof2-user-profile-deletion-tool/

Categories:      

==============

Windows printer management using built-in VBS scripts at the command line
article #837, updated 2487 days ago

From Windows 7 on, Microsoft has thoughtfully provided us with VBS scripts for command-line printer management, here:

C:\Windows\System32\Printing_Admin_Scripts

In this dot on the globe, we go to the following system folder to see them all, there are several:

C:\Windows\System32\Printing_Admin_Scripts\en-US

To delete printer named ASDF:

cscript C:\Windows\System32\Printing_Admin_Scripts\en-US\prnmngr.vbs -d -p "ASDF"

Categories:      

==============

Image browser/viewer, cross-platform
article #1149, updated 2491 days ago

This looked interesting:

https://nomacs.org/

Categories: