Kamis, 11 Juli 2019

User Profile become temporary Profile

Due to got Problem on deleted PDF File , i deleted user folder manually without remove or delet from System Properties, and suddenly when i re login again with user domain it's become Temporary user and all setting on those profile user cannot be saved after log off , Alhamdulillah after googling i Found many option how to solve it, and the first i found on Microsoft Community  https://social.technet.microsoft.com  finally can solve it, but full step i found on bellow post https://kb.uwplatt.edu. I say thanks to both of post, so i save it to my blog (Copy Paste)


WINDOWS 7 - WINDOWS LOADS WITH TEMPORARY PROFILE
How to restore the correct user profile after Windows starts logging in with a temporary user profile.
The first step, if the profile is not completely corrupt, is to rename the temporary profile registry key and revert the correct profile back.
  1. Log in with your temporary profile if your account has administrative rights or with the local administrator account.
  2. Start the registry editor and navigate to HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList

  3. Look for the profile with the ".bak".  This is the CORRECT old profile.

  4. Rename the profile that does not have ".bak" by adding "_new" to the end.  You can really add anything to change the name of this profile, just be sure to rename the profile with the matching SID.  Next remove the ".bak" from the correct profile.


  5. Log off and then log back in with the profile that was problematic.  It is possible that Windows will undo everything you have just done and rename the profile again.  If this happens you can try running a Check Disk on the partition that contains the user profiles.  You will need to re-do all the steps above, run Check Disk, and restart.  If this doesn't correct the issue, you will need to remove the offending profile and recreate it.
To remove the domain profile and recreate it:
  1. Follow the above steps to clean up the registry, then log in as a local administrator.
  2. Navigate to the profile directory C:\Users\NetID and back up any data that is needed from the profile.
  3. Navigate to All Control Panel Items>>System>>Advanced system settings>>Settings


  4. Locate the corrupt profile ION\NetID and Delete this profile.


  5. Navigate to C:\Users and make sure the folder titled by the corrupt profile NetID is gone.  If not, delete this folder.
  6. Log out or restart and log back in using the previously corrupt NetID profile.  Windows will build a new profile for this NetID from the Default profile.
  7. Restore any data to the profile that was previously backed up.

Selasa, 09 Juli 2019

Batch File for Mapping Network drive (.bat)

Gegara seringnya network drive disconnect dan minta restore connection ...googling lagi deh krn lupa settingannya cara membuat .bat file untuk mapping network, Alhamdulillah dapet dari khofid.in ...btw ijin copas ya om...
Untuk Membuat Batch File nya, buka notepad dan copy perintah di bawah kedalam notepad jangan lupa save file namenya dengan extension .bat misal network.bat dan  save as typenya pilih All File (*.*)

Command yang digunakan sangat sederhana sekali :
net use x: \\IP_KOMPUTER\folder_sharing
atau jika membutuhkan atentikasi :
net use x: \\IP_KOMPUTER\folder_sharing /user:username passwd_user
Contoh :
net use x: \\10.10.10.2\musik
net use x: \\SERVER\musik
net use x: \\10.10.10.2\musik /user:administrator m0c0p4t
net use x: \\10.10.10.2\e$
net use x: \\10.10.10.2\e$ /user:administrator m0c0p4t
Keterangan :
x: : Adalah nama Drive yang akan digunakan untuk Mapping
e$ : Jika anda ingin mengakses drive E:\ pada komputer yang akan di Map
username : Username komputer yang akan di Map
passwd_user : Password user yang akan di Map

Senin, 08 Juli 2019

Removing or editing Credentials (Password) on XP,Vista and Windows 7

Gegara Ada user yang masih pake Windows sejuta umat, untuk credentials lupa access nya Alhamdulillah googling dapet dari interworks.com Thanks vroh...btw berikut cara nya ya..saya keep aja dimari...




To removed cached credentials

1. Click Start and select Run
2. In the Open field type “rundll32.exe keymgr.dll, KRShowKeyMgr”
3. Once the Stored Usernames and Passwords interface opens you can select any of the entries and select Properties to view the existing information
4. To remove a saved password you can select one of the entries and select Remove. A confirmation screen will appear. Click on OK and the account will be removed
5. You can add additional saved passwords as well by clicking on the Add button and entering the appropriate information
6. Repeat the steps above as needed to add, remove or edit saved passwords
7. When you are done using the interface click the Close button
That’s all there is to it. This is a great way to see if, while working on a machine, you’ve accidentally saved your credentials, as any username/password combinations in this list will survive a reboot, and still be available.