Posts by Everton Esteves • 21 points
2 posts
- 
		0 votes1 answer36 viewsQ: Change another user’s records with powershell credentialSomeone knows how to change a record having the credential created. I need to change a value inside HKEY_CURRENT_USER but another user, I saw that cmdlets Set-Item has the -Credential parameter, but… powershellasked Everton Esteves 21
- 
		2 votes1 answer172 viewsQ: Update a zf2 view every 1s via jquery/ajaxI have a table as shown below, I need it to update every 1s, but I have no idea how to do. I used an html 5 tag, but it updates everything, I just want to update only the table. My View <?php…