Folder names with scaling

I am developing a windows store app for 8.1. I have included various resources in the application and want to use different resources for each resolution. So I followed Microsoft
documentation link which states the usage of scaled images. I put all my images in Images folder and named them as
Images.scale-120 for 480x800
Images.scale-160 for 720x1280
Images.scale-240 for 1080x1920
devices. But after I deleted my initial Folder and used only these folders no images were shown. So my question is how to name folders as per scaling and use these in windows store app.

Hi Rohit,
It looks like you're using the qualified files syntax to try to create qualified folders. This won't work: the syntax is different. See
How to name resources using qualifiers for details.
The standard naming convention is
foldername/qualifiername-value_qualifiername-value/filename.qualifiername-value_qualifiername-value.ext
For your Image folders, create a subfolder named for the qualifier rather than appending the qualifier to the folder name:
Images/scale-100/foo.png
Images/scale-140/foo.png
Images/scale-180/foo.png 
Images/scale-240/foo.png
or
Images/foo.scale-100.png
Images/foo.scale-140.png
Images/foo.scale-180.png 
Images/foo.scale-240.png
Also note that the valid scales are slightly different for Windows Phone and for Windows Store apps, and they are based on the DPI not the raw resolution (1080x1920 could be low DPI on a large monitor or high DPI on a small one). See the scaling plateaus
at
Scaling to pixel density and
Choosing your app images . The specific values you had don't match either.

Similar Messages

  • Windows 2003 - create folder name with yesterday's date

    Hello friends..
    please advise,
    I want to create folder name with yesterday's date and then move yesterday's date files to this folder...so for example;
    if today is 2014_07_17 then create folder as below (2014_07_16)
    d:\test\214_07_16
    then move all files extension .txt from d:\test\*.txt to d:\test\2014_07_17
    thanks in advance...

    These ones may help.
    Use PowerShell to Create a Bunch of Folders Based upon the
    Date
    Using the Move-Item Cmdlet
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Folder names with diacritics & NFS shares

    OK; sometimes things appear simple but are not. Sharing files with an OSX client has been, and is a nightmare in a Linux environment.
    We have a mostly Ubuntu environment and have tried Samba, and NFS. After a significant amount of work the Mac can do stable NFS Mounts provided the following unconventional settings are implemented:
    In the /etc/exports file on the Ubuntu server:
    /some/catalog/to/export 192.168.0.0/24(rw,sync,nosubtree_check,allsquash,anonuid=1000,anongid=1000,insecure)
    - anonuid needs to be user ID of the user on the server that is the owner of the catalog
    - anongid needs to be group ID of the group on the server that is the primary group for of the catalog
    On the Mac in Disk Utility/File/NFS Mounts:
    - Enter the correct paths
    - click "Advanced" and fill in: resvport,nolocks,locallocks,intr,soft,wsize=32768,rsize=32768
    This finally let's you mount the share
    However, after using the share for a while we discovered that folder names on the share that contains diacritic characters, including characters å,ä,ö and Å,Ä,Ö did not display in the file listing in Finder (In Path Finder Folder names are replaced with " -- "), nor could the folder be opened. However, right-clicking the " -- " in Path Finder and selecting "Get info" did display the correct path to the folder and did display the diacritic characters in the path correctly.
    In a catalog containing 264 folders that all had the same owner and the same group & permissions, 94 did not display properly in OSX/Finder and none could be opened. All 94 contained one or more diacritic characters (åäö or ÅÄÖ). None of the 170 others did contain any diacritics. Spaces, and e.g. "&" does not cause problems.
    With an Ubuntu client I can NFS mount the same server, and I do get the folder names displayed correctly and I can open the folders. It appears likely there is a bug in OSX - likely in Finder/Path Finder, since the correct path name is displayed in "Get Info".
    Message was edited by: TheSnowGirl
    Message was edited by: TheSnowGirl

    Gave up on this and downloaded Interarchy (RBrowser seems similar). This is not NFS and not Samba; rather FTP over SSH (SFTP). Secure, even for remote access and works out of the box, like breeze. All access rights intact . And there is a preview of file, rather that open on remote server...

  • XL Reporter - folder name with funny character

    Hi experts,
    I'm using SAP B12007A PL:30 and XL Reporter Version 8.0.13.
    When I try to start my xl reporter, all predefined folder names in Report Organizer change
    to funny character. For example, the predefined folder name of "Inventory" display as "B1_11_2304".
    Please advice. Thanks

    Hi,
    Kait Chong.
    once again you disconnect XL Report Add on in Add on Manager then you Connect XL Report. B1_11_2304".  this is Inventory ID. try to Uninstall XL Report and install XL Report Add on then it will show
    Dimensions are transaction data that has underlying tables (master data) in the SAP Business One database. For instance, if you have a transaction with the name of a sales person recorded, you can have an underlying Sales Employee table that holds more information about the sales person. Other examples of dimensions are: Financial Period, G/L Accounts, Business Partner, Warehouses, Items, Vendor and many more.

  • Smart collection and folder names with "_"

    I have problems when making Smart Collections based on folder names
    My folder name is 2009_11_20 Mist
    When I make a Smart collection with "Folder" Stars with 2009
    I get a lot of files
    When I change the  2009 to 2009_11 I get no files. Even when I make 2009_ I get no files
    When I change the 2009 to Mist and the "Starts with" to "Contains" again I get the desired files.
    When I change the 2009 to 2009_11 and the "Starts with" to "Contains" again I get no files.
    It seems that LR with Smart Collections cannot handle the "_" character???
    Who can help?

    It's a bug. The usual workaround is to use hyphen as the separator in your folder names instead of an underscore.

  • Site Index Portlet and Folder names with quotes

    Hi,
    I don't know if anyone else has hit this problem with the site index portlet, but it fails to render when the page group contains a page with a quote >'< in the page name.
    This is an issue particularly using O Drive and 10.1.4 portal, as the page name and page display name both get set to the folder name & windows alows quotes in folder names.
    The portlet code escapes the display name, but not the page URL. In 10.1.4 the URL has the page name in it, including any quotes, so the URL needs to be escaped too.
    This is achieved by modifying the code in site_index_tree.process_tree. Have a look how l_title_enc is set & do the same for the l_link value. l_link_enc := replace(l_link, '''', '\''');
    Comments and suggestions welcome.
    Cheers,
    David

    Hi
    to avoid this problem I'm afraid that you have to avoid quotes from your pages names.
    Quotes in URL are not supported by navigators so you can't use them for pages names (but,as you said you can use for display names).
    A possible workaround is to modify the render_tree method, replacing URL by permanent links.
    Your url http://myportal/page/portal/page/apage/anotherpage/namewithquote will be replaced by something like :
    http://myportal/page/portal/page/54564F654SD5F4SD56F4SD564FS
    Hope this will help

  • Creating folder names with variables in applescript?

    im trying to make folders and name them with structured names but im getting an error and im not sure what im doing wrong.
    the error i get is:
    Finder got an error: Can’t make "/Users/USERNAME/Desktop/Fake Server/Project Name" into type item.
    ----------------------these variables are just used for my example, the actual script asks for input and makes that into the variables -------------------
    set the_folder to "Macintosh HD:Users:USERNAME:Desktop:Fake Server"
    set theChosenOne to "Selected"
    set Code to "ABCD"
    set Number1 to "12345"
    set projLocation to (POSIX path of the_folder & "/" & theChosenOne)
    set folderTags to Code & " " & Number1
    tell application "Finder"
    make new folder at projLocation with properties {name:folderTags & " artfile"}
    end tell

    The following should work:
    set the_folder to "/Users/USERNAME/Desktop/Fake Server"
    set theChosenOne to "Selected"
    set Code to "ABCD"
    set Number1 to "12345"
    set projLocation to POSIX file (the_folder & "/" & theChosenOne)
    set folderTags to Code & " " & Number1
    tell application "Finder"
        make new folder at projLocation with properties {name:folderTags & " artfile"}
    end tell
    Message was edited by: Pierre L.

  • AppleScript Folder names with spaces

    Hello,
    I have been working on somethings in AppleScript and came accross one problem.
    How do I remove folders that have spaces in their name.
    The method I use is by using a terminal command as shown below.
    do shell script "rm ~/Desktop/This is the folder/"
    I would have come into an error saying
    error "rm: /Desktop/This: No such file or directory
    rm: is: No such file or directory
    rm: the: No such file or directory
    rm: folder: No such file or directory" number 1
    I have tried Googling and found this.
    do shell script "rm ~/Desktop/This\ is\ the\ folder/"
    but have came up with this syntax error.
    Expected “"” but found unknown token.
    Please help me with this issue. If there is another method, without using the do shell script command, maybe telling Finder to delete the folder?, please suggest.

    Neil gave the correct answer (though I would have used System Events to do the same thing).  But to address the problem you're having with the rm command...  In applescript the backslash character is an escape character.  It's used when you want to have literal quotes in a text string, e.g.
    set txt to "Senator McCain said \"Nerf Balls!\" in a press conference yesterday."
    Since the backslash is an escape character in applescript, you need to escape it as well if you want a literal backslash:
    do shell script "rm ~/Desktop/This\\ is\\ the\\ folder/"
    personally, I always single quotes where I can in do shell scripts because the double backslash looks weird, but...

  • INX file has trouble linking to folder names with certain characters?

    Hi!
    For technical reasons we have two folders and they have ”%0” at the end of their names.
    This seems to case problems for InDesign files that are saved using the interchange (INX) format – upon opening they complain about links to pictures that are in these folders. I can see that the links point to ”Logotypes” and ”Illustrations” when they should point to ”Logotypes%0” and ”Illustrations%0”.
    Anything that can be done?
    The links work fine when opening a ”normal” InDesign document that point to these folders.

    Hey Bob and thanks for your reply!
    Sounds like a good ideas, but what shall I change it to? In the .inx file I opened the path is ”correct” with the ”%0” at the end.
    I noticed now the problem is when opening the .inx file in InDesign 6 (CS4).
    The .inx file is created in InDesign 5 (CS3) and when opening it in InDesign CS4 the link problem with these folders occurs.
    If I open the .inx files in InDesign CS3 there's no problem with the links.

  • Changing a folder name

    I need to change my folder name with the home icon.. this can be changed by the user icon..... but when i change it it says i might lose information.... could someone please help

    Here it is again but I didn't do anything different, and it works for Rudegar. http://support.apple.com/kb/HT1428
    Here's a copy and paste in case you still can get to it:
    OS X: How to change user account name or home directory name
    Summary Learn how to change your user account name and home directory name (which should match) by using the advanced procedure described below.  
    Products Affected
    Mac OS X 10.4, Mac OS X 10.5, Mac OS X 10.6, OS X Lion, Mac OS X 10.0, Mac OS X 10.1, Mac OS X 10.2, Mac OS X 10.3, Mac OS X 10.4
    About the account name
    Each user in Mac OS X has a "Full Name" (referred to as "Name" in Mac OS X v10.5.8 or earlier) and an "Account name" (referred to as "Short Name" in Mac OS X v10.5.8 or earlier) as defined in the Users & Groups pane of System Preferences (referred to as Accounts pane or Users pane in Mac OS X v10.6.8 or earlier). The account name can contain up to 255 lowercase characters with no spaces. This is the name used to create a user's home directory (also known as the user's Home or Home folder) in the Users folder. Once the user has been created, the account name (or short name) cannot be changed in the Users & Groups pane of System Preferences.
    Changing the account name
    Though there are other methods by which an advanced user may change the short name and related information, the easier and safer workaround is described below.
    Before following these steps, you may wish to back up your important data.
    For Mac OS X v10.5 or later
    Enable the root user.
    Log in as root.
    Navigate to the /Users folder.
    Select the Home folder with the short name you want to change, and rename it just like you would rename any folder. Keep in mind that the shortname must be  all lowercase, with no spaces, and only contain letters.
    Use the Users & Groups pane (Accounts pane in Mac OS X v10.6.8 or earlier) in System Preferences to create a new user with the Account name or Short Name that you used in the previous step.
    Click OK when "A folder in the Users folder already has the name 'account name'. Would you like to use that folder as the Home folder for this user account?" appears. Note: This will correct the ownership of all files in the Home folder, and avoid  permissions issues with the contents.
    Choose Log Out from the Apple menu.
    Log in as the newly created user. You should be able to access all of your original files (on the desktop, in Documents, and in the other folders of this Home).
    After verifying that your data is as expected, you can delete the original user account via the Users & Groups pane (Accounts pane in Mac OS X v10.6.8 or earlier).
    Disable the root user.
    For Mac OS X v10.4.11 and earlier
    Optional step: As a precaution, you may disable automatic login prior to performing this procedure.  You might want to back up important data, too. In the event that you restart the computer for any reason before completing the procedure, this would prevent complications from having displaced the user selected for automatic login. (For Mac OS X v10.1.5 or earlier, automatic login is found in the Login preference pane. For Mac OS X v10.2 and v10.3, it is found in the Accounts preference pane.)
    Mac OS X v10.3 or later: If FileVault is enabled, temporarily turn it off, which will log you out.
    Enable the root user and log in as root.
    For Mac OS X v10.2 or later: Open the Accounts pane of  System Preferences.
    For Mac OS X v10.1.5 or earlier: Open the Users pane of System Preferences.
    In the Name list, locate the user account with the short name that you want to replace. This will be referred to as the "original user".
    Note whether or not the original user is identified as an administrator, which appears in the Kind column to the right.
    Click New User. For Mac OS X v10.3 or later, this is the plus button.
    Complete the Name and Short Name fields as desired. Be sure that the Short Name is exactly as you want it to appear.
    For Mac OS X v10.2: Fill in the New Password and Verify fields.
    For Mac OS X v10.1.5. or earlier: Click the password tab, then fill in the Password and Verify fields.
    If the user you are replacing is an Admin user, then select the checkbox for "Allow user to administer this computer". For Mac OS X 10.3, click the Security tab to locate this setting.
    Note: This checkbox is dimmed and already selected if there is not another Admin user. Mac OS X requires at least one Admin user.
    Click Save. (Skip this step for Mac OS X v10.3.)
    Quit System Preferences.
    Click the Finder icon in the Dock.
    Choose Computer from the Go menu.
    Open the Users folder in the Mac OS X disk.
    Open the folder with the short name of the new user that you just created.
    Drag the contents of this folder to the Trash.
    Important: Do not empty the Trash yet. In the event that you accidentally move contents of the wrong folder, you may recover them from the Trash after discovering your mistake.
    Choose New Finder Window from the File menu. Be sure to position the new window so that you can see both Finder windows.
    In the new window, open the folder of the original user.
    Press the Option key as you drag the contents of the original user's folder into the new user's folder (that you emptied in Step 16). This makes a copy of the contents.
    Close one of the Finder windows.
    Open the Terminal application (located at /Applications/Utilities/).
    Type: chown -R <new_name> /Users/<new_name>
    Important: Replace "<new_name>" with the actual short name of the new user you just created. For example, if the new user had the short name "jacques", you would type:
    chown -R jacques /Users/jacques
    Press Return
    Quit Terminal.
    Choose Log Out from the Apple menu.
    Log in as the new user. You should be able to access all of your original files on the desktop and in the folders of the Home directory.
    Important: If you do not have access to your original items, log out and log back in as root, then repeat Step 22. Also, be sure that you did not place the wrong files in the Trash in Step 16.
    Choose Home from the Go menu.
    Open the Library folder, then the Keychains folder inside it.
    Select the keychain, which should still have the short name of the original user.
    Choose Show Info from the File menu.
    In the Info window that appears, choose Name & Extension from the pop-up menu.
    Change the name to match the new user's short name.
    Close the Info window.
    Open the Keychain Access application, located in the Utilities folder.
    From the Edit menu, choose "<new_name> Settings". For the user Jacques, this would appear as: "jacques Settings".
    Click Change Passphrase.
    Enter the desired password, then click OK. You may use the same password again or set it to match the login password of the new user.
    Note: This step prevents you from discovering later that the keychain had retained an older password.
    Quit Keychain Access.
    Disable the root user.
    If everything is working correctly, you do not need to log back in as root to empty the Trash. The folders you put there occupy a negligible amount of disk space.
    Depending on what software you have installed, you may wish to rename other files and folders that may have been created under the original user short name to match the new user short name.
    Once you are certain that everything is working properly, you may want to delete the Home directory (folder) of the original user, which should be empty. For instructions on how to do this, see this article.
    Additional Information Note: Although you can change your Home name in Mac OS X v10.3 or later, you  usually shouldn't.  
    Rate this article:
    Not helpful
    Somewhat helpful
    Helpful
    Very helpful
    Solved my problem
    Last Modified: January 24, 2012
    Article: HT1428
    Views: 2475086
    Rating:  3.0/5 Stars
    (1039 Responses)
    Languages
    Still need help?
    Need more help? Express Lane is the fastest way to contact Apple.   Use Express Lane to connect with an expert in Apple Support. 
    Get started
    Home >          Support Shop the Apple Online Store (1-800-MY-APPLE), visit an Apple Retail Store, or find a reseller.                         
    Apple Info
    Site Map
    Hot News
    RSS Feeds
    Contact Us
    Copyright ©  2012 Apple Inc. All rights reserved.          
    Terms of Use
    Privacy Policy

  • IPad folder name truncated even when opened?

    Normally, I know that folder names with longer names are truncated to save space on the home screen. However, after 'opening' the folder by clicking on it, the name is still truncated even though there are more than enough room to show the full name. This only happens on my iPad, but not iPhone. Here are some screenshots to show what I mean:
    On the iPad:
    On the iPhone:
    Is this normal? Or is there any way to change the font size or character limit? Thanks!

    A few discoveries I made this morning.
    One is that disabling GPGMail seems to solve the problem, or at least significantly reduce its occurrence.
    Another is that with GPGMail enabled, it seems to depend on how quickly one opens an email. I can't say for sure that this is a hard and fast rule, but messages staying unread seems to be more of a problem if you've just entered the folder or just been viewing another message and suddenly change to an unread one. It's as though GPGMail causes Mail to need some time to think things through.
    A third is that if you have multiple mail accounts, a workaround to reset the unread count exists. If a mail folder in Account One is having problems, you can switch to a folder in Account Two, possibly wait an interval of time (not sure what that interval would be), then switch back to your original Account One folder. That seems to force a refresh of the unread count, without needing a folder rebuild (with consequent loss of expanded threads, etc).
    However, for the time being, I've just disabled GPGMail. I can re-enable it as needed, by the looks of it, and it's not as though I've really needed to use it yet.
    I could wish, though, that Apple offered proper GPG support, or at least that they made enough of their API available that third parties could do a proper job instead of an ugly and somewhat broken hack. (I've also seen complaints that Apple like to change their API without telling anyone, just to keep third-party developers on their toes =P.) I suppose another problem is lack of available time. Which I also suffer from, so I don't think a "real solution" is forthcoming from this quarter, at least.

  • File name with symbols won't delete from trash.cache\trash\cache folder.

    found this weird file name with symbols (squares nad the like) in the trash.cache\trash\cache folder. Can't seem to delete it from windows, can't get at from the dos prompt. Windows safe mode won't delete it.
    Any suggestions as to what it is and how to get rid of it.
    At present am trying reinstall of firefox and virus scan.
    Thanks
    Peter

    I tried to do the instructions Adobe gave me but when
    I put in the disc that came with my mac and hold down
    C when it restarts it takes me to the screen to do a
    fresh install.
    At that point go to the Menu & select Disk Utility - I can't remember exactly which menu but you should be able to find it easily... there isn't too much there
    I went into the disk utility through the Apps folder
    and for somereason the option to repair isnt
    highlighted and it wont let me click it. I tried to
    repair permissions/verify but it doesnt change
    anything. I looked at the info and it says the volume
    can be repaired, but it wont let me.
    You can't Repair the disk the system is currently running the OS from - That's why you have to boot from the Installer disk (or some other start-up disk). Repair Disk addresses directory structure issues - totally separate from what Repair Permissions does.
    HTH|:>)
    Bob J.

  • How to access a url in file receiver CC with space in the folder name?

    Hi
    PI 7.11 sp4:
    In a file receiver channel I would like to send the message to this folder:
    de-prod.dk\bu\something\something\PTI eventstanden\archive\"
    But I get this error message:
    "Target directory 'F:\usr\sap\XP7\DVEBMGS02\j2ee\cluster\server0\"\de-prod.dk\bu\something\something\PTI eventstanden\archive"' does not exist"
    My question is: where the f.... does it get the 'F:\usr\sap\XP7\DVEBMGS02\j2ee\cluster\server0\  from, and how can I fix it?
    One issue is the space in the folder name. I have tried to replace the space with %20 and then remove the "" s around the whole url, but without any luck.
    When I log on the server on which Pi is running I can access the folder using the mentioned url including the ""s.
    All suggestions would be highly appreciated!
    MIkael

    > But I get this error message:
    >
    > "Target directory 'F:\usr\sap\XP7\DVEBMGS02\j2ee\cluster\server0\"\de-prod.dk\bu\something\something\PTI eventstanden\archive"' does not exist"
    >
    > My question is: where the f.... does it get the 'F:\usr\sap\XP7\DVEBMGS02\j2ee\cluster\server0\  from, and how can I fix it?
    It comes from the "
    Anything else but \ is treated as local folder under working directory of PI
    > One issue is the space in the folder name. I have tried to replace the space with %20 and then remove the "" s around the whole url, but without any luck.
    It works for me just to copy the folder from Windows explorer into channel config. With space and without ".

  • My images are still in the catalog, but the Folder name has disappeared. I need to get the folder back into my structure with the images in place

    Help: I have a very well defined folder structure. Folder are located in a Master location and organized by State. Inside of these are my master RAW file folders organized by location. For example: West Virginia > BIRI_RAW_2012, BLFA_RAW_2013, NERI_RAW_2013, etc. After I set up the masterful following a shoot, I go to LR and import the images. At one time I inadvertently imported the NERI_RAW_2013 masterful set as a subset of something else and it was not appearing in my LR Module in the organization I prefer. So I went to my master folders on my drive and moved the NERI file into the West Virginia state folder. When I went back to LR, as expected the NERI folder was grey with a question mark. So I right clicked to find the files and relink, and it did not work. The folder name disappeared. The RAW files are still in the catalog and show up in a missing photos search. I can't reimport because they are already there. I just need to restore my folder structure and get the images back to the right spot.

    So I right clicked to find the files and relink, and it did not work. The folder name disappeared.
    It didn't disappear, it moved (because you told Lightroom to move it). It moved from the incorrect folder location, to the new folder location. Please look in the new folder, in whatever location it is in, not in the old folder and the old location, and you will find the photos.

  • Extremely annoying problem with user folder name in windows 8.1

    Here is the thing:
    Friend of mine bought the laptop (very strong and expensive asus - republic of gamers) with installed windows 8.1 on it, but after a few days only I bought that computer from him because he didn't need it and he didn't use it at all!
    But, his name stayed in the windows. I changed all user accounts names and everything which was possible to be changed, but when i go to C/users his name is still there on folder!
    I can say it is very annoying because that laptop cost almost 3.000  USD and I still need to look at someone else's  name in my user folder!
    I tried to change "ProfileImagePath" in: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\ .... but after that windows logged in as a temporary profile and I spend another hour to figure out
    how to reverse the thing!
    How is possible that some so basic and simple things can't be changed at all in newest windows??? Only because some name was entered first it's not possible to be changed ever again???? Seriously?
    Not only this problem, there is too many problems with this windows 8.1! Too many! You definitely made  the worst thing ever!
    I am extremely unhappy and upset with this operative system! I,m cursing the day when i gave so much money for computer with crap called windows 8.1!!!!
    Very very angry!!!
    (P.S English is not my native language)

    Hi,
    According to your description, it seems that you have resolve that issue.
    Not only this problem, there is too many problems with this windows 8.1! Too many! You definitely made  the worst thing ever!
    Please let us know what problem did you encounter? Please give us more detailed information in order to provide the further help.
    Here is a overall guide for you to know well the Windows 8.1
    Windows 8.1: frequently asked questions
    No Karen, I didn't resolve the issue.
    I asked very simple question how to change something so basic like user folder name in Windows 8.1
    You know:  "C:/Users/"user name"
    All the links you are giving to me doesn't provide any concrete answer to this question. I spent hours and hours googling and researching about this question and only solution which i found is that i need to create completely new user account and delete completely
    the old one, just to be able to remove an old name of user folder! Are you kidding me?
    How is possible that such a basic thing is so complicated?
    Is there any way to change folder user name in any other way because i don't want to create a new user account!
    Simple question, but, like always, no any concrete answers - just some empty talks, and totally useless links and SPINNING IN THE CIRCLE all the time without the CONCRETE solution.
    As for part of my post which you quoted, and your request for more informations in order to provide me further help, i just gave it to you again. I want to change user folder name. What you don't understand in that question?
    UPDATE:
    Ok, i came back to edit this post because i have a feeling that maybe you don't understand the question and giving me this link because maybe you simply don't know that when you go to:
    Control panel/user accounts/change your account name... and change the name, and after that, when you go to C:/users, the folder with the user name still have an old user name. Which means that any changes in control panel or anywhere else doesn't make any
    changes on C:/users/  folder itself!!!!!
    In previous windows versions was possible to change it by editing "ProfileImagePath" in:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\ ....
    But when I try to do that in Windows 8.1, when I reboot computer it logs in with some temporary account, so i need to reverse everything to be able to use computer with the real account!
    So basically it seems that is absolutely impossible to change user folder name in Windows 8.1, which is simply unbelievable!
    I really think i explained very good now.

Maybe you are looking for