I have some questions about the structure and dependencies of Registry branches.
When I inspect (on 64bit Win 7) all entries of a certain program then I found two identical branches of it in
HKEY_CLASSES_ROOT\
and
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\
Is the second a replication of the...
So, I decided to spend today dedicated to just optimizing my apps. Like shortening them, etc.
So, I went through my older apps and oh my goodness thousands of lines of codes that were unnecessary. I managed to put all the common subroutines into a class and voila I shortened the codes by...
class ShapeClass
{
public unsafe Shape* Polygon;
}
struct Shape
{
public unsafe Shape(char* name, int numsides)
{
Sides = numsides;
Name = name;
}
public unsafe char* Name;
public int Sides;
}
private unsafe void MainMethod()
{
char[] name =...
This is driving me crazy. Whenever I try to remove 'read only' status from a file or folder, basically NOTHING HAPPENS. I click apply and it acts like it worked. But once I look at the properties for that same folder it's still READ ONLY. I need to edit metadata on multiple files for class...
access rights
administrator
classes
details
editing
file management
file permissions
functionality
metadata
office files
properties
read only
recent changes
support
tags
tech help
troubleshooting
user issues
windows 10
windows 11
So, I just got Windows 7, and I love it more than I love Linux. I think it was the ads for it. -.-
When I had XP, I learned how to make simple batch files. nothing major, just something to bid my time while in class.
I just mastered the "IF" command, and now I want to try and see if I...
ads
batch files
boredom
classes
commands
computer basics
errorlevel
file management
if command
learning
linux
mechanical engineering
notepad
programming
scripting
tech support
user guide
windows 7
windows xp
*Here are some very practical tips on Abyss PVP for those who have no experience of it in Aion, the information is given by MidnightTempest . Please have a look and have a good time here!
1. Items Needed for Abyss PVP: HP pots, mana pots, resurrection stones, the yellow potion which cancells...